SYMBOL INDEX (10458 symbols across 61 files) FILE: examples/pdfjs-4.3.136-dist/build/pdf.mjs constant IDENTITY_MATRIX (line 99) | const IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0]; constant FONT_IDENTITY_MATRIX (line 100) | const FONT_IDENTITY_MATRIX = [0.001, 0, 0, 0.001, 0, 0]; constant MAX_IMAGE_SIZE_TO_CACHE (line 101) | const MAX_IMAGE_SIZE_TO_CACHE = 10e6; constant LINE_FACTOR (line 102) | const LINE_FACTOR = 1.35; constant LINE_DESCENT_FACTOR (line 103) | const LINE_DESCENT_FACTOR = 0.35; constant BASELINE_FACTOR (line 104) | const BASELINE_FACTOR = LINE_DESCENT_FACTOR / LINE_FACTOR; constant OPS (line 280) | const OPS = { function setVerbosityLevel (line 375) | function setVerbosityLevel(level) { function getVerbosityLevel (line 380) | function getVerbosityLevel() { function info (line 383) | function info(msg) { function warn (line 388) | function warn(msg) { function unreachable (line 393) | function unreachable(msg) { function assert (line 396) | function assert(cond, msg) { function _isValidProtocol (line 401) | function _isValidProtocol(url) { function createValidAbsoluteUrl (line 413) | function createValidAbsoluteUrl(url, baseUrl = null, options = null) { function shadow (line 438) | function shadow(obj, prop, value, nonSerializable = false) { function BaseException (line 448) | function BaseException(message, name) { class PasswordException (line 459) | class PasswordException extends BaseException { method constructor (line 460) | constructor(msg, code) { class UnknownErrorException (line 465) | class UnknownErrorException extends BaseException { method constructor (line 466) | constructor(msg, details) { class InvalidPDFException (line 471) | class InvalidPDFException extends BaseException { method constructor (line 472) | constructor(msg) { class MissingPDFException (line 476) | class MissingPDFException extends BaseException { method constructor (line 477) | constructor(msg) { class UnexpectedResponseException (line 481) | class UnexpectedResponseException extends BaseException { method constructor (line 482) | constructor(msg, status) { class FormatError (line 487) | class FormatError extends BaseException { method constructor (line 488) | constructor(msg) { class AbortException (line 492) | class AbortException extends BaseException { method constructor (line 493) | constructor(msg) { function bytesToString (line 497) | function bytesToString(bytes) { function stringToBytes (line 514) | function stringToBytes(str) { function string32 (line 525) | function string32(value) { function objectSize (line 528) | function objectSize(obj) { function objectFromMap (line 531) | function objectFromMap(map) { function isLittleEndian (line 538) | function isLittleEndian() { function isEvalSupported (line 544) | function isEvalSupported() { class util_FeatureTest (line 552) | class util_FeatureTest { method isLittleEndian (line 553) | static get isLittleEndian() { method isEvalSupported (line 556) | static get isEvalSupported() { method isOffscreenCanvasSupported (line 559) | static get isOffscreenCanvasSupported() { method platform (line 562) | static get platform() { method isCSSRoundSupported (line 572) | static get isCSSRoundSupported() { class Util (line 577) | class Util { method makeHexColor (line 578) | static makeHexColor(r, g, b) { method scaleMinMax (line 581) | static scaleMinMax(transform, minMax) { method transform (line 625) | static transform(m1, m2) { method applyTransform (line 628) | static applyTransform(p, m) { method applyInverseTransform (line 633) | static applyInverseTransform(p, m) { method getAxialAlignedBoundingBox (line 639) | static getAxialAlignedBoundingBox(r, m) { method inverseTransform (line 646) | static inverseTransform(m) { method singularValueDecompose2dScale (line 650) | static singularValueDecompose2dScale(m) { method normalizeRect (line 662) | static normalizeRect(rect) { method intersect (line 674) | static intersect(rect1, rect2) { method #getExtremumOnCurve (line 687) | static #getExtremumOnCurve(x0, x1, x2, x3, y0, y1, y2, y3, t, minMax) { method #getExtremum (line 701) | static #getExtremum(x0, x1, x2, x3, y0, y1, y2, y3, a, b, c, minMax) { method bezierBoundingBox (line 717) | static bezierBoundingBox(x0, y0, x1, y1, x2, y2, x3, y3, minMax) { function stringToPDFString (line 732) | function stringToPDFString(str) { function stringToUTF8String (line 776) | function stringToUTF8String(str) { function utf8StringToString (line 779) | function utf8StringToString(str) { function isArrayEqual (line 782) | function isArrayEqual(arr1, arr2) { function getModificationDate (line 793) | function getModificationDate(date = new Date()) { function normalizeUnicode (line 799) | function normalizeUnicode(str) { function getUuid (line 806) | function getUuid() { class BaseFilterFactory (line 835) | class BaseFilterFactory { method constructor (line 836) | constructor() { method addFilter (line 841) | addFilter(maps) { method addHCMFilter (line 844) | addHCMFilter(fgColor, bgColor) { method addAlphaFilter (line 847) | addAlphaFilter(map) { method addLuminosityFilter (line 850) | addLuminosityFilter(map) { method addHighlightHCMFilter (line 853) | addHighlightHCMFilter(filterName, fgColor, bgColor, newFgColor, newBgC... method destroy (line 856) | destroy(keepHCM = false) {} class BaseCanvasFactory (line 858) | class BaseCanvasFactory { method constructor (line 859) | constructor() { method create (line 864) | create(width, height) { method reset (line 874) | reset(canvasAndContext, width, height) { method destroy (line 884) | destroy(canvasAndContext) { method _createCanvas (line 893) | _createCanvas(width, height) { class BaseCMapReaderFactory (line 897) | class BaseCMapReaderFactory { method constructor (line 898) | constructor({ method fetch (line 908) | async fetch({ method _fetchData (line 923) | _fetchData(url, compressionType) { class BaseStandardFontDataFactory (line 927) | class BaseStandardFontDataFactory { method constructor (line 928) | constructor({ method fetch (line 936) | async fetch({ method _fetchData (line 950) | _fetchData(url) { class BaseSVGFactory (line 954) | class BaseSVGFactory { method constructor (line 955) | constructor() { method create (line 960) | create(width, height, skipDimensions = false) { method createElement (line 974) | createElement(type) { method _createSVG (line 980) | _createSVG(type) { constant SVG_NS (line 988) | const SVG_NS = "http://www.w3.org/2000/svg"; class PixelsPerInch (line 989) | class PixelsPerInch { class DOMFilterFactory (line 994) | class DOMFilterFactory extends BaseFilterFactory { method constructor (line 1001) | constructor({ method #cache (line 1009) | get #cache() { method #hcmCache (line 1012) | get #hcmCache() { method #defs (line 1015) | get #defs() { method #createTables (line 1037) | #createTables(maps) { method addFilter (line 1058) | addFilter(maps) { method addHCMFilter (line 1081) | addHCMFilter(fgColor, bgColor) { method addAlphaFilter (line 1135) | addAlphaFilter(map) { method addLuminosityFilter (line 1155) | addLuminosityFilter(map) { method addHighlightHCMFilter (line 1183) | addHighlightHCMFilter(filterName, fgColor, bgColor, newFgColor, newBgC... method destroy (line 1239) | destroy(keepHCM = false) { method #addLuminosityConversion (line 1253) | #addLuminosityConversion(filter) { method #addGrayConversion (line 1259) | #addGrayConversion(filter) { method #createFilter (line 1265) | #createFilter(id) { method #appendFeFunc (line 1272) | #appendFeFunc(feComponentTransfer, func, table) { method #addTransferMapConversion (line 1278) | #addTransferMapConversion(rTable, gTable, bTable, filter) { method #addTransferMapAlphaConversion (line 1285) | #addTransferMapAlphaConversion(aTable, filter) { method #getRGB (line 1290) | #getRGB(color) { class DOMCanvasFactory (line 1295) | class DOMCanvasFactory extends BaseCanvasFactory { method constructor (line 1296) | constructor({ method _createCanvas (line 1302) | _createCanvas(width, height) { function fetchData (line 1309) | async function fetchData(url, type = "text") { class DOMCMapReaderFactory (line 1349) | class DOMCMapReaderFactory extends BaseCMapReaderFactory { method _fetchData (line 1350) | _fetchData(url, compressionType) { class DOMStandardFontDataFactory (line 1357) | class DOMStandardFontDataFactory extends BaseStandardFontDataFactory { method _fetchData (line 1358) | _fetchData(url) { class DOMSVGFactory (line 1362) | class DOMSVGFactory extends BaseSVGFactory { method _createSVG (line 1363) | _createSVG(type) { class PageViewport (line 1367) | class PageViewport { method constructor (line 1368) | constructor({ method rawDims (line 1437) | get rawDims() { method clone (line 1448) | clone({ method convertToViewportPoint (line 1464) | convertToViewportPoint(x, y) { method convertToViewportRectangle (line 1467) | convertToViewportRectangle(rect) { method convertToPdfPoint (line 1472) | convertToPdfPoint(x, y) { class RenderingCancelledException (line 1476) | class RenderingCancelledException extends BaseException { method constructor (line 1477) | constructor(msg, extraDelay = 0) { function isDataScheme (line 1482) | function isDataScheme(url) { function isPdfFile (line 1490) | function isPdfFile(filename) { function getFilenameFromUrl (line 1493) | function getFilenameFromUrl(url) { function getPdfFilenameFromUrl (line 1497) | function getPdfFilenameFromUrl(url, defaultFilename = "document.pdf") { class StatTimer (line 1519) | class StatTimer { method time (line 1522) | time(name) { method timeEnd (line 1528) | timeEnd(name) { method toString (line 1539) | toString() { function isValidFetchUrl (line 1557) | function isValidFetchUrl(url, baseUrl) { function noContextMenu (line 1567) | function noContextMenu(e) { function deprecated (line 1570) | function deprecated(details) { class PDFDateString (line 1574) | class PDFDateString { method toDateObject (line 1575) | static toDateObject(input) { function getXfaPageViewport (line 1610) | function getXfaPageViewport(xfaPage, { function getRGB (line 1625) | function getRGB(color) { function getColorValues (line 1639) | function getColorValues(colors) { function getCurrentTransform (line 1650) | function getCurrentTransform(ctx) { function getCurrentTransformInverse (line 1661) | function getCurrentTransformInverse(ctx) { function setLayerDimensions (line 1672) | function setLayerDimensions(div, viewport, mustFlip = false, mustRotate ... class EditorToolbar (line 1701) | class EditorToolbar { method constructor (line 1706) | constructor(editor) { method render (line 1709) | render() { method #pointerDown (line 1730) | static #pointerDown(e) { method #focusIn (line 1733) | #focusIn(e) { method #focusOut (line 1738) | #focusOut(e) { method #addListenersToElement (line 1743) | #addListenersToElement(element) { method hide (line 1752) | hide() { method show (line 1756) | show() { method #addDeleteButton (line 1759) | #addDeleteButton() { method #divider (line 1770) | get #divider() { method addAltTextButton (line 1775) | addAltTextButton(button) { method addColorPicker (line 1779) | addColorPicker(colorPicker) { method remove (line 1785) | remove() { class HighlightToolbar (line 1791) | class HighlightToolbar { method constructor (line 1795) | constructor(uiManager) { method #render (line 1798) | #render() { method #getLastPoint (line 1809) | #getLastPoint(boxes, isLTR) { method show (line 1833) | show(parent, boxes, isLTR) { method hide (line 1842) | hide() { method #addHighlightButton (line 1845) | #addHighlightButton() { function bindEvents (line 1866) | function bindEvents(obj, element, names) { function opacityToHex (line 1871) | function opacityToHex(opacity) { class IdManager (line 1874) | class IdManager { method id (line 1876) | get id() { class ImageManager (line 1880) | class ImageManager { method _isSVGFittingCanvas (line 1884) | static get _isSVGFittingCanvas() { method #get (line 1896) | async #get(key, rawData) { method getFromFile (line 1952) | async getFromFile(file) { method getFromUrl (line 1961) | async getFromUrl(url) { method getFromId (line 1964) | async getFromId(id) { method getSvgUrl (line 1979) | getSvgUrl(id) { method deleteId (line 1986) | deleteId(id) { method isValidId (line 1998) | isValidId(id) { class CommandManager (line 2002) | class CommandManager { method constructor (line 2007) | constructor(maxSize = 128) { method add (line 2010) | add({ method undo (line 2057) | undo() { method redo (line 2071) | redo() { method hasSomethingToUndo (line 2084) | hasSomethingToUndo() { method hasSomethingToRedo (line 2087) | hasSomethingToRedo() { method destroy (line 2090) | destroy() { class KeyboardManager (line 2094) | class KeyboardManager { method constructor (line 2095) | constructor(callbacks) { method #serialize (line 2121) | #serialize(event) { method exec (line 2139) | exec(self, event) { class ColorManager (line 2165) | class ColorManager { method _colors (line 2167) | get _colors() { method convert (line 2172) | convert(color) { method getHexCode (line 2184) | getHexCode(name) { class AnnotationEditorUIManager (line 2192) | class AnnotationEditorUIManager { method _keyboardManager (line 2248) | static get _keyboardManager() { method constructor (line 2306) | constructor(container, viewer, altTextManager, eventBus, pdfDocument, ... method destroy (line 2329) | destroy() { method mlGuess (line 2358) | async mlGuess(data) { method hasMLManager (line 2361) | get hasMLManager() { method hcmFilter (line 2364) | get hcmFilter() { method direction (line 2367) | get direction() { method highlightColors (line 2370) | get highlightColors() { method highlightColorNames (line 2373) | get highlightColorNames() { method setMainHighlightColorPicker (line 2376) | setMainHighlightColorPicker(colorPicker) { method editAltText (line 2379) | editAltText(editor) { method onPageChanging (line 2382) | onPageChanging({ method focusMainContainer (line 2387) | focusMainContainer() { method findParent (line 2390) | findParent(x, y) { method disableUserSelect (line 2404) | disableUserSelect(value = false) { method addShouldRescale (line 2407) | addShouldRescale(editor) { method removeShouldRescale (line 2410) | removeShouldRescale(editor) { method onScaleChanging (line 2413) | onScaleChanging({ method onRotationChanging (line 2422) | onRotationChanging({ method #getAnchorElementForSelection (line 2428) | #getAnchorElementForSelection({ method highlightSelection (line 2433) | highlightSelection(methodOfCreation = "") { method #displayHighlightToolbar (line 2477) | #displayHighlightToolbar() { method addToAnnotationStorage (line 2491) | addToAnnotationStorage(editor) { method #selectionChange (line 2496) | #selectionChange() { method #onSelectEnd (line 2553) | #onSelectEnd(methodOfCreation = "") { method #addSelectionListener (line 2560) | #addSelectionListener() { method #removeSelectionListener (line 2563) | #removeSelectionListener() { method #addFocusManager (line 2566) | #addFocusManager() { method #removeFocusManager (line 2570) | #removeFocusManager() { method blur (line 2574) | blur() { method focus (line 2594) | focus() { method #addKeyboardManager (line 2607) | #addKeyboardManager() { method #removeKeyboardManager (line 2611) | #removeKeyboardManager() { method #addCopyPasteListeners (line 2615) | #addCopyPasteListeners() { method #removeCopyPasteListeners (line 2620) | #removeCopyPasteListeners() { method addEditListeners (line 2625) | addEditListeners() { method removeEditListeners (line 2629) | removeEditListeners() { method copy (line 2633) | copy(event) { method cut (line 2651) | cut(event) { method paste (line 2655) | paste(event) { method keydown (line 2712) | keydown(event) { method keyup (line 2720) | keyup(event) { method onEditingAction (line 2729) | onEditingAction({ method #dispatchUpdateStates (line 2744) | #dispatchUpdateStates(details) { method #dispatchUpdateUI (line 2756) | #dispatchUpdateUI(details) { method setEditingState (line 2762) | setEditingState(isEditing) { method registerEditorTypes (line 2782) | registerEditorTypes(types) { method getId (line 2791) | getId() { method currentLayer (line 2794) | get currentLayer() { method getLayer (line 2797) | getLayer(pageIndex) { method currentPageIndex (line 2800) | get currentPageIndex() { method addLayer (line 2803) | addLayer(layer) { method removeLayer (line 2811) | removeLayer(layer) { method updateMode (line 2814) | updateMode(mode, editId = null, isFromKeyboard = false) { method addNewEditorFromKeyboard (line 2845) | addNewEditorFromKeyboard() { method updateToolbar (line 2850) | updateToolbar(mode) { method updateParams (line 2859) | updateParams(type, value) { method showAllEditors (line 2892) | showAllEditors(type, visible, updateButton = false) { method enableWaiting (line 2903) | enableWaiting(mustWait = false) { method #enableAll (line 2917) | #enableAll() { method #disableAll (line 2928) | #disableAll() { method getEditors (line 2940) | getEditors(pageIndex) { method getEditor (line 2949) | getEditor(id) { method addEditor (line 2952) | addEditor(editor) { method removeEditor (line 2955) | removeEditor(editor) { method addDeletedAnnotationElement (line 2971) | addDeletedAnnotationElement(editor) { method isDeletedAnnotationElement (line 2976) | isDeletedAnnotationElement(annotationElementId) { method removeDeletedAnnotationElement (line 2979) | removeDeletedAnnotationElement(editor) { method #addEditorToLayer (line 2984) | #addEditorToLayer(editor) { method setActiveEditor (line 2993) | setActiveEditor(editor) { method #lastSelectedEditor (line 3002) | get #lastSelectedEditor() { method updateUI (line 3007) | updateUI(editor) { method toggleSelected (line 3012) | toggleSelected(editor) { method setSelected (line 3028) | setSelected(editor) { method isSelected (line 3042) | isSelected(editor) { method firstSelectedEditor (line 3045) | get firstSelectedEditor() { method unselect (line 3048) | unselect(editor) { method hasSelection (line 3055) | get hasSelection() { method isEnterHandled (line 3058) | get isEnterHandled() { method undo (line 3061) | undo() { method redo (line 3069) | redo() { method addCommands (line 3077) | addCommands(params) { method #isEmpty (line 3085) | #isEmpty() { method delete (line 3096) | delete() { method commitOrRemove (line 3118) | commitOrRemove() { method hasSomethingToControl (line 3121) | hasSomethingToControl() { method #selectEditors (line 3124) | #selectEditors(editors) { method selectAll (line 3140) | selectAll() { method unselectAll (line 3146) | unselectAll() { method translateSelectedEditors (line 3164) | translateSelectedEditors(x, y, noCommit = false) { method setUpDragSession (line 3204) | setUpDragSession() { method endDragSession (line 3221) | endDragSession() { method dragSelectedEditors (line 3277) | dragSelectedEditors(tx, ty) { method rebuild (line 3285) | rebuild(editor) { method isEditorHandlingKeyboard (line 3300) | get isEditorHandlingKeyboard() { method isActive (line 3303) | isActive(editor) { method getActive (line 3306) | getActive() { method getMode (line 3309) | getMode() { method imageManager (line 3312) | get imageManager() { method getSelectionBoxes (line 3315) | getSelectionBoxes(textLayer) { method addChangedExistingAnnotation (line 3386) | addChangedExistingAnnotation({ method removeChangedExistingAnnotation (line 3392) | removeChangedExistingAnnotation({ method renderAnnotationElement (line 3397) | renderAnnotationElement(annotation) { class AltText (line 3415) | class AltText { method constructor (line 3424) | constructor(editor) { method initialize (line 3427) | static initialize(l10nPromise) { method render (line 3430) | async render() { method finish (line 3455) | finish() { method isEmpty (line 3464) | isEmpty() { method data (line 3467) | get data() { method data (line 3473) | set data({ method toggle (line 3484) | toggle(enabled = false) { method destroy (line 3494) | destroy() { method #setState (line 3499) | async #setState() { class AnnotationEditor (line 3553) | class AnnotationEditor { method _resizerKeyboardManager (line 3584) | static get _resizerKeyboardManager() { method constructor (line 3606) | constructor(parameters) { method editorType (line 3640) | get editorType() { method _defaultLineColor (line 3643) | static get _defaultLineColor() { method deleteAnnotationElement (line 3646) | static deleteAnnotationElement(editor) { method initialize (line 3656) | static initialize(l10n, _uiManager, options) { method updateDefaultParams (line 3669) | static updateDefaultParams(_type, _value) {} method defaultPropertiesToUpdate (line 3670) | static get defaultPropertiesToUpdate() { method isHandlingMimeForPasting (line 3673) | static isHandlingMimeForPasting(mime) { method paste (line 3676) | static paste(item, parent) { method propertiesToUpdate (line 3679) | get propertiesToUpdate() { method _isDraggable (line 3682) | get _isDraggable() { method _isDraggable (line 3685) | set _isDraggable(value) { method isEnterHandled (line 3689) | get isEnterHandled() { method center (line 3692) | center() { method addCommands (line 3714) | addCommands(params) { method currentLayer (line 3717) | get currentLayer() { method setInBackground (line 3720) | setInBackground() { method setInForeground (line 3723) | setInForeground() { method setParent (line 3726) | setParent(parent) { method focusin (line 3735) | focusin(event) { method focusout (line 3745) | focusout(event) { method commitOrRemove (line 3761) | commitOrRemove() { method commit (line 3768) | commit() { method addToAnnotationStorage (line 3771) | addToAnnotationStorage() { method setAt (line 3774) | setAt(x, y, tx, ty) { method #translate (line 3781) | #translate([width, height], x, y) { method translate (line 3787) | translate(x, y) { method translateInPage (line 3790) | translateInPage(x, y) { method drag (line 3797) | drag(tx, ty) { method _hasBeenMoved (line 3825) | get _hasBeenMoved() { method getBaseTranslation (line 3828) | getBaseTranslation() { method _mustFixPosition (line 3846) | get _mustFixPosition() { method fixAndSetPosition (line 3849) | fixAndSetPosition(rotation = this.rotation) { method #rotatePoint (line 3893) | static #rotatePoint(x, y, angle) { method screenToPageTranslation (line 3905) | screenToPageTranslation(x, y) { method pageTranslationToScreen (line 3908) | pageTranslationToScreen(x, y) { method #getRotationMatrix (line 3911) | #getRotationMatrix(rotation) { method parentScale (line 3929) | get parentScale() { method parentRotation (line 3932) | get parentRotation() { method parentDimensions (line 3935) | get parentDimensions() { method setDims (line 3944) | setDims(width, height) { method fixDims (line 3951) | fixDims() { method getInitialTranslation (line 3972) | getInitialTranslation() { method #createResizers (line 3975) | #createResizers() { method #resizerPointerdown (line 3993) | #resizerPointerdown(name, event) { method #addResizeToUndoStack (line 4034) | #addResizeToUndoStack(savedX, savedY, savedWidth, savedHeight) { method #resizerPointermove (line 4064) | #resizerPointermove(name, event) { method altTextFinish (line 4150) | altTextFinish() { method addEditToolbar (line 4153) | async addEditToolbar() { method removeEditToolbar (line 4164) | removeEditToolbar() { method getClientDimensions (line 4172) | getClientDimensions() { method addAltTextButton (line 4175) | async addAltTextButton() { method altTextData (line 4183) | get altTextData() { method altTextData (line 4186) | set altTextData(data) { method hasAltText (line 4192) | hasAltText() { method render (line 4195) | render() { method pointerdown (line 4217) | pointerdown(event) { method #selectOnPointerEvent (line 4232) | #selectOnPointerEvent(event) { method #setUpDragSession (line 4242) | #setUpDragSession(event) { method moveInDOM (line 4281) | moveInDOM() { method _setParentAndPosition (line 4290) | _setParentAndPosition(parent, x, y) { method getRect (line 4296) | getRect(tx, ty, rotation = this.rotation) { method getRectInCurrentCoords (line 4319) | getRectInCurrentCoords(rect, pageHeight) { method onceAdded (line 4336) | onceAdded() {} method isEmpty (line 4337) | isEmpty() { method enableEditMode (line 4340) | enableEditMode() { method disableEditMode (line 4343) | disableEditMode() { method isInEditMode (line 4346) | isInEditMode() { method shouldGetKeyboardEvents (line 4349) | shouldGetKeyboardEvents() { method needsToBeRebuilt (line 4352) | needsToBeRebuilt() { method rebuild (line 4355) | rebuild() { method rotate (line 4359) | rotate(_angle) {} method serialize (line 4360) | serialize(isForCopying = false, context = null) { method deserialize (line 4363) | static deserialize(data, parent, uiManager) { method hasBeenModified (line 4378) | get hasBeenModified() { method remove (line 4381) | remove() { method isResizable (line 4406) | get isResizable() { method makeResizable (line 4409) | makeResizable() { method toolbarPosition (line 4416) | get toolbarPosition() { method keydown (line 4419) | keydown(event) { method #resizerKeydown (line 4478) | #resizerKeydown(event) { method #resizerBlur (line 4481) | #resizerBlur(event) { method #resizerFocus (line 4486) | #resizerFocus(name) { method #setResizerTabIndex (line 4489) | #setResizerTabIndex(value) { method _resizeWithKeyboard (line 4497) | _resizeWithKeyboard(x, y) { method #stopResizing (line 4506) | #stopResizing() { method _stopResizingWithKeyboard (line 4520) | _stopResizingWithKeyboard() { method select (line 4524) | select() { method unselect (line 4537) | unselect() { method updateParams (line 4547) | updateParams(type, value) {} method disableEditing (line 4548) | disableEditing() {} method enableEditing (line 4549) | enableEditing() {} method enterInEditMode (line 4550) | enterInEditMode() {} method getImageForAltText (line 4551) | getImageForAltText() { method contentDiv (line 4554) | get contentDiv() { method isEditing (line 4557) | get isEditing() { method isEditing (line 4560) | set isEditing(value) { method setAspectRatio (line 4572) | setAspectRatio(width, height) { method MIN_SIZE (line 4581) | static get MIN_SIZE() { method canCreateNewEmptyEditor (line 4584) | static canCreateNewEmptyEditor() { method telemetryInitialData (line 4587) | get telemetryInitialData() { method telemetryFinalData (line 4592) | get telemetryFinalData() { method _reportTelemetry (line 4595) | _reportTelemetry(data, mustWait = false) { method show (line 4624) | show(visible = this._isVisible) { method enable (line 4628) | enable() { method disable (line 4634) | disable() { method renderAnnotationElement (line 4640) | renderAnnotationElement(annotation) { method resetAnnotationElement (line 4654) | resetAnnotationElement(annotation) { class FakeEditor (line 4663) | class FakeEditor extends AnnotationEditor { method constructor (line 4664) | constructor(params) { method serialize (line 4669) | serialize() { constant SEED (line 4679) | const SEED = 0xc3d2e1f0; constant MASK_HIGH (line 4680) | const MASK_HIGH = 0xffff0000; constant MASK_LOW (line 4681) | const MASK_LOW = 0xffff; class MurmurHash3_64 (line 4682) | class MurmurHash3_64 { method constructor (line 4683) | constructor(seed) { method update (line 4687) | update(input) { method hexdigest (line 4757) | hexdigest() { class AnnotationStorage (line 4780) | class AnnotationStorage { method constructor (line 4783) | constructor() { method getValue (line 4788) | getValue(key, defaultValue) { method getRawValue (line 4795) | getRawValue(key) { method remove (line 4798) | remove(key) { method setValue (line 4812) | setValue(key, value) { method has (line 4833) | has(key) { method getAll (line 4836) | getAll() { method setAll (line 4839) | setAll(obj) { method size (line 4844) | get size() { method #setModified (line 4847) | #setModified() { method resetModified (line 4855) | resetModified() { method print (line 4863) | get print() { method serializable (line 4866) | get serializable() { method editorStats (line 4896) | get editorStats() { class PrintAnnotationStorage (line 4934) | class PrintAnnotationStorage extends AnnotationStorage { method constructor (line 4936) | constructor(parent) { method print (line 4952) | get print() { method serializable (line 4955) | get serializable() { class FontLoader (line 4962) | class FontLoader { method constructor (line 4964) | constructor({ method addNativeFontFace (line 4974) | addNativeFontFace(nativeFontFace) { method removeNativeFontFace (line 4978) | removeNativeFontFace(nativeFontFace) { method insertRule (line 4982) | insertRule(rule) { method clear (line 4990) | clear() { method loadSystemFont (line 5001) | async loadSystemFont({ method bind (line 5029) | async bind(font) { method isFontLoadingAPISupported (line 5064) | get isFontLoadingAPISupported() { method isSyncFontLoadingSupported (line 5068) | get isSyncFontLoadingSupported() { method _queueLoadingCallback (line 5077) | _queueLoadingCallback(callback) { method _loadTestFont (line 5097) | get _loadTestFont() { method _prepareFontLoadEvent (line 5101) | _prepareFontLoadEvent(font, request) { class FontFaceObject (line 5166) | class FontFaceObject { method constructor (line 5167) | constructor(translatedData, { method createNativeFontFace (line 5178) | createNativeFontFace() { method createFontFaceRule (line 5197) | createFontFaceRule() { method getPathGenerator (line 5216) | getPathGenerator(objs, character) { class NodePackages (line 5326) | class NodePackages { method promise (line 5327) | static get promise() { method get (line 5330) | static get(name) { class NodeFilterFactory (line 5338) | class NodeFilterFactory extends BaseFilterFactory {} class NodeCanvasFactory (line 5339) | class NodeCanvasFactory extends BaseCanvasFactory { method _createCanvas (line 5340) | _createCanvas(width, height) { class NodeCMapReaderFactory (line 5345) | class NodeCMapReaderFactory extends BaseCMapReaderFactory { method _fetchData (line 5346) | _fetchData(url, compressionType) { class NodeStandardFontDataFactory (line 5353) | class NodeStandardFontDataFactory extends BaseStandardFontDataFactory { method _fetchData (line 5354) | _fetchData(url) { function applyBoundingBox (line 5367) | function applyBoundingBox(ctx, bbox) { class BaseShadingPattern (line 5377) | class BaseShadingPattern { method constructor (line 5378) | constructor() { method getPattern (line 5383) | getPattern() { class RadialAxialShadingPattern (line 5387) | class RadialAxialShadingPattern extends BaseShadingPattern { method constructor (line 5388) | constructor(IR) { method _createGradient (line 5399) | _createGradient(ctx) { method getPattern (line 5411) | getPattern(ctx, owner, inverse, pathType) { function drawTriangle (line 5441) | function drawTriangle(data, context, p1, p2, p3, c1, c2, c3) { function drawFigure (line 5543) | function drawFigure(data, figure, context) { class MeshShadingPattern (line 5569) | class MeshShadingPattern extends BaseShadingPattern { method constructor (line 5570) | constructor(IR) { method _createMeshCanvas (line 5580) | _createMeshCanvas(combinedScale, backgroundColor, cachedCanvases) { method getPattern (line 5627) | getPattern(ctx, owner, inverse, pathType) { class DummyShadingPattern (line 5651) | class DummyShadingPattern extends BaseShadingPattern { method getPattern (line 5652) | getPattern() { function getShadingPattern (line 5656) | function getShadingPattern(IR) { class TilingPattern (line 5671) | class TilingPattern { method constructor (line 5673) | constructor(IR, color, ctx, canvasGraphicsFactory, baseTransform) { method createPatternCanvas (line 5686) | createPatternCanvas(owner) { method getSizeAndScale (line 5737) | getSizeAndScale(step, realOutputSize, scale) { method clipBbox (line 5751) | clipBbox(graphics, x0, y0, x1, y1) { method setFillAndStrokeStyleToContext (line 5759) | setFillAndStrokeStyleToContext(graphics, paintType, color) { method getPattern (line 5781) | getPattern(ctx, owner, inverse, pathType) { function convertToRGBA (line 5801) | function convertToRGBA(params) { function convertBlackAndWhiteToRGBA (line 5810) | function convertBlackAndWhiteToRGBA({ function convertRGBToRGBA (line 5851) | function convertRGBToRGBA({ function grayToRGBA (line 5894) | function grayToRGBA(src, dest) { constant MIN_FONT_SIZE (line 5911) | const MIN_FONT_SIZE = 16; constant MAX_FONT_SIZE (line 5912) | const MAX_FONT_SIZE = 100; constant EXECUTION_TIME (line 5913) | const EXECUTION_TIME = 15; constant EXECUTION_STEPS (line 5914) | const EXECUTION_STEPS = 10; constant MAX_SIZE_TO_COMPILE (line 5915) | const MAX_SIZE_TO_COMPILE = 1000; constant FULL_CHUNK_HEIGHT (line 5916) | const FULL_CHUNK_HEIGHT = 16; function mirrorContextOperations (line 5917) | function mirrorContextOperations(ctx, destCtx) { class CachedCanvases (line 6015) | class CachedCanvases { method constructor (line 6016) | constructor(canvasFactory) { method getCanvas (line 6020) | getCanvas(id, width, height) { method delete (line 6031) | delete(id) { method clear (line 6034) | clear() { function drawImageAtIntegerCoords (line 6042) | function drawImageAtIntegerCoords(ctx, srcImg, srcX, srcY, srcW, srcH, d... function compileType3Glyph (line 6077) | function compileType3Glyph(imgData) { class CanvasExtraState (line 6207) | class CanvasExtraState { method constructor (line 6208) | constructor(width, height) { method clone (line 6235) | clone() { method setCurrentPoint (line 6240) | setCurrentPoint(x, y) { method updatePathMinMax (line 6244) | updatePathMinMax(transform, x, y) { method updateRectMinMax (line 6251) | updateRectMinMax(transform, rect) { method updateScalingPathMinMax (line 6261) | updateScalingPathMinMax(transform, minMax) { method updateCurvePathMinMax (line 6268) | updateCurvePathMinMax(transform, x0, y0, x1, y1, x2, y2, x3, y3, minMa... method getPathBoundingBox (line 6275) | getPathBoundingBox(pathType = PathType.FILL, transform = null) { method updateClipFromPath (line 6291) | updateClipFromPath() { method isEmptyClip (line 6295) | isEmptyClip() { method startNewPathAndClipBox (line 6298) | startNewPathAndClipBox(box) { method getClippedPathBoundingBox (line 6305) | getClippedPathBoundingBox(pathType = PathType.FILL, transform = null) { function putBinaryImageData (line 6309) | function putBinaryImageData(ctx, imgData) { function putBinaryImageMask (line 6402) | function putBinaryImageMask(ctx, imgData) { function copyCtxState (line 6431) | function copyCtxState(sourceCtx, destCtx) { function resetCtxToDefault (line 6443) | function resetCtxToDefault(ctx) { function getImageSmoothingEnabled (line 6466) | function getImageSmoothingEnabled(transform, interpolate) { constant LINE_CAP_STYLES (line 6476) | const LINE_CAP_STYLES = ["butt", "round", "square"]; constant LINE_JOIN_STYLES (line 6477) | const LINE_JOIN_STYLES = ["miter", "round", "bevel"]; constant NORMAL_CLIP (line 6478) | const NORMAL_CLIP = {}; constant EO_CLIP (line 6479) | const EO_CLIP = {}; class CanvasGraphics (line 6480) | class CanvasGraphics { method constructor (line 6481) | constructor(canvasCtx, commonObjs, objs, canvasFactory, filterFactory, { method getObject (line 6519) | getObject(data, fallback = null) { method beginDrawing (line 6525) | beginDrawing({ method executeOperatorList (line 6556) | executeOperatorList(operatorList, executionStartIdx, continueCallback,... method #restoreInitialState (line 6600) | #restoreInitialState() { method endDrawing (line 6614) | endDrawing() { method #drawFilter (line 6629) | #drawFilter() { method _scaleImage (line 6640) | _scaleImage(img, inverseTransform) { method _createMaskCanvas (line 6675) | _createMaskCanvas(img) { method setLineWidth (line 6743) | setLineWidth(width) { method setLineCap (line 6750) | setLineCap(style) { method setLineJoin (line 6753) | setLineJoin(style) { method setMiterLimit (line 6756) | setMiterLimit(limit) { method setDash (line 6759) | setDash(dashArray, dashPhase) { method setRenderingIntent (line 6766) | setRenderingIntent(intent) {} method setFlatness (line 6767) | setFlatness(flatness) {} method setGState (line 6768) | setGState(states) { method inSMaskMode (line 6816) | get inSMaskMode() { method checkSMaskState (line 6819) | checkSMaskState() { method beginSMaskMode (line 6827) | beginSMaskMode() { method endSMaskMode (line 6843) | endSMaskMode() { method compose (line 6852) | compose(dirtyBox) { method composeSMask (line 6872) | composeSMask(ctx, smask, layerCtx, layerBox) { method genericComposeSMask (line 6888) | genericComposeSMask(maskCtx, layerCtx, width, height, subtype, backdro... method save (line 6933) | save() { method restore (line 6944) | restore() { method transform (line 6962) | transform(a, b, c, d, e, f) { method constructPath (line 6967) | constructPath(ops, args, minMax) { method closePath (line 7051) | closePath() { method stroke (line 7054) | stroke(consumePath = true) { method closeStroke (line 7073) | closeStroke() { method fill (line 7077) | fill(consumePath = true) { method eoFill (line 7103) | eoFill() { method fillStroke (line 7107) | fillStroke() { method eoFillStroke (line 7112) | eoFillStroke() { method closeFillStroke (line 7116) | closeFillStroke() { method closeEOFillStroke (line 7120) | closeEOFillStroke() { method endPath (line 7125) | endPath() { method clip (line 7128) | clip() { method eoClip (line 7131) | eoClip() { method beginText (line 7134) | beginText() { method endText (line 7140) | endText() { method setCharSpacing (line 7159) | setCharSpacing(spacing) { method setWordSpacing (line 7162) | setWordSpacing(spacing) { method setHScale (line 7165) | setHScale(scale) { method setLeading (line 7168) | setLeading(leading) { method setFont (line 7171) | setFont(fontRefName, size) { method setTextRenderingMode (line 7210) | setTextRenderingMode(mode) { method setTextRise (line 7213) | setTextRise(rise) { method moveText (line 7216) | moveText(x, y) { method setLeadingMoveText (line 7220) | setLeadingMoveText(x, y) { method setTextMatrix (line 7224) | setTextMatrix(a, b, c, d, e, f) { method nextLine (line 7230) | nextLine() { method paintChar (line 7233) | paintChar(character, x, y, patternTransform) { method isFontSubpixelAAEnabled (line 7280) | get isFontSubpixelAAEnabled() { method showText (line 7296) | showText(glyphs) { method showType3Text (line 7426) | showType3Text(glyphs) { method setCharWidth (line 7479) | setCharWidth(xWidth, yWidth) {} method setCharWidthAndBounds (line 7480) | setCharWidthAndBounds(xWidth, yWidth, llx, lly, urx, ury) { method getColorN_Pattern (line 7485) | getColorN_Pattern(IR) { method setStrokeColorN (line 7502) | setStrokeColorN() { method setFillColorN (line 7505) | setFillColorN() { method setStrokeRGBColor (line 7509) | setStrokeRGBColor(r, g, b) { method setFillRGBColor (line 7514) | setFillRGBColor(r, g, b) { method _getPattern (line 7520) | _getPattern(objId, matrix = null) { method shadingFill (line 7533) | shadingFill(objId) { method beginInlineImage (line 7555) | beginInlineImage() { method beginImageData (line 7558) | beginImageData() { method paintFormXObjectBegin (line 7561) | paintFormXObjectBegin(matrix, bbox) { method paintFormXObjectEnd (line 7580) | paintFormXObjectEnd() { method beginGroup (line 7587) | beginGroup(group) { method endGroup (line 7648) | endGroup(group) { method beginAnnotation (line 7672) | beginAnnotation(id, rect, transform, matrix, hasOwnCanvas) { method endAnnotation (line 7719) | endAnnotation() { method paintImageMaskXObject (line 7728) | paintImageMaskXObject(img) { method paintImageMaskXObjectRepeat (line 7754) | paintImageMaskXObjectRepeat(img, scaleX, skewX = 0, skewY = 0, scaleY,... method paintImageMaskXObjectGroup (line 7773) | paintImageMaskXObjectGroup(images) { method paintImageXObject (line 7804) | paintImageXObject(objId) { method paintImageXObjectRepeat (line 7815) | paintImageXObjectRepeat(objId, scaleX, scaleY, positions) { method applyTransferMapsToCanvas (line 7838) | applyTransferMapsToCanvas(ctx) { method applyTransferMapsToBitmap (line 7846) | applyTransferMapsToBitmap(imgData) { method paintInlineImageXObject (line 7862) | paintInlineImageXObject(imgData) { method paintInlineImageXObjectGroup (line 7896) | paintInlineImageXObjectGroup(imgData, map) { method paintSolidColorImageMask (line 7921) | paintSolidColorImageMask() { method markPoint (line 7928) | markPoint(tag) {} method markPointProps (line 7929) | markPointProps(tag, properties) {} method beginMarkedContent (line 7930) | beginMarkedContent(tag) { method beginMarkedContentProps (line 7935) | beginMarkedContentProps(tag, properties) { method endMarkedContent (line 7947) | endMarkedContent() { method beginCompat (line 7951) | beginCompat() {} method endCompat (line 7952) | endCompat() {} method consumePath (line 7953) | consumePath(clipBox) { method getSinglePixelWidth (line 7975) | getSinglePixelWidth() { method getScaleForStroking (line 7989) | getScaleForStroking() { method rescaleAndStroke (line 8038) | rescaleAndStroke(saveRestore) { method isContentVisible (line 8066) | isContentVisible() { class GlobalWorkerOptions (line 8082) | class GlobalWorkerOptions { method workerPort (line 8085) | static get workerPort() { method workerPort (line 8088) | static set workerPort(val) { method workerSrc (line 8094) | static get workerSrc() { method workerSrc (line 8097) | static set workerSrc(val) { function wrapReason (line 8123) | function wrapReason(reason) { class MessageHandler (line 8142) | class MessageHandler { method constructor (line 8143) | constructor(sourceName, targetName, comObj) { method on (line 8214) | on(actionName, handler) { method send (line 8221) | send(actionName, data, transfers) { method sendWithPromise (line 8229) | sendWithPromise(actionName, data, transfers) { method sendWithStream (line 8246) | sendWithStream(actionName, data, queueingStrategy, transfers) { method #createStreamSink (line 8299) | #createStreamSink(data) { method #processStreamMessage (line 8382) | #processStreamMessage(data) { method #deleteStreamController (line 8499) | async #deleteStreamController(streamController, streamId) { method destroy (line 8503) | destroy() { class Metadata (line 8510) | class Metadata { method constructor (line 8513) | constructor({ method getRaw (line 8520) | getRaw() { method get (line 8523) | get(name) { method getAll (line 8526) | getAll() { method has (line 8529) | has(name) { constant INTERNAL (line 8537) | const INTERNAL = Symbol("INTERNAL"); class OptionalContentGroup (line 8538) | class OptionalContentGroup { method constructor (line 8543) | constructor(renderingIntent, { method visible (line 8554) | get visible() { method _setVisible (line 8572) | _setVisible(internal, visible, userSet = false) { class OptionalContentConfig (line 8580) | class OptionalContentConfig { method constructor (line 8585) | constructor(data, renderingIntent = RenderingIntentFlag.DISPLAY) { method #evaluateVisibilityExpression (line 8611) | #evaluateVisibilityExpression(array) { method isVisible (line 8647) | isVisible(group) { method setVisibility (line 8716) | setVisibility(id, visible = true) { method setOCGState (line 8725) | setOCGState({ method hasInitialVisibility (line 8756) | get hasInitialVisibility() { method getOrder (line 8759) | getOrder() { method getGroups (line 8768) | getGroups() { method getGroup (line 8771) | getGroup(id) { method getHash (line 8774) | getHash() { class PDFDataTransportStream (line 8789) | class PDFDataTransportStream { method constructor (line 8790) | constructor(pdfDataRangeTransport, { method _onReceiveData (line 8836) | _onReceiveData({ method _progressiveDataLength (line 8858) | get _progressiveDataLength() { method _onProgress (line 8861) | _onProgress(evt) { method _onProgressiveDone (line 8873) | _onProgressiveDone() { method _removeRangeReader (line 8877) | _removeRangeReader(reader) { method getFullReader (line 8883) | getFullReader() { method getRangeReader (line 8889) | getRangeReader(begin, end) { method cancelAllRequests (line 8898) | cancelAllRequests(reason) { class PDFDataTransportStreamReader (line 8906) | class PDFDataTransportStreamReader { method constructor (line 8907) | constructor(stream, queuedChunks, progressiveDone = false, contentDisp... method _enqueue (line 8921) | _enqueue(chunk) { method headersReady (line 8936) | get headersReady() { method filename (line 8939) | get filename() { method isRangeSupported (line 8942) | get isRangeSupported() { method isStreamingSupported (line 8945) | get isStreamingSupported() { method contentLength (line 8948) | get contentLength() { method read (line 8951) | async read() { method cancel (line 8969) | cancel(reason) { method progressiveDone (line 8979) | progressiveDone() { class PDFDataTransportStreamRangeReader (line 8986) | class PDFDataTransportStreamRangeReader { method constructor (line 8987) | constructor(stream, begin, end) { method _enqueue (line 8996) | _enqueue(chunk) { method isStreamingSupported (line 9019) | get isStreamingSupported() { method read (line 9022) | async read() { method cancel (line 9041) | cancel(reason) { function getFilenameFromContentDispositionHeader (line 9056) | function getFilenameFromContentDispositionHeader(contentDisposition) { function validateRangeRequestCapabilities (line 9189) | function validateRangeRequestCapabilities({ function extractFilenameFromHeader (line 9220) | function extractFilenameFromHeader(getResponseHeader) { function createResponseStatusError (line 9235) | function createResponseStatusError(status, url) { function validateResponseStatus (line 9241) | function validateResponseStatus(status) { function createFetchOptions (line 9248) | function createFetchOptions(headers, withCredentials, abortController) { function createHeaders (line 9258) | function createHeaders(httpHeaders) { function getArrayBuffer (line 9269) | function getArrayBuffer(val) { class PDFFetchStream (line 9279) | class PDFFetchStream { method constructor (line 9280) | constructor(source) { method _progressiveDataLength (line 9287) | get _progressiveDataLength() { method getFullReader (line 9290) | getFullReader() { method getRangeReader (line 9295) | getRangeReader(begin, end) { method cancelAllRequests (line 9303) | cancelAllRequests(reason) { class PDFFetchStreamReader (line 9310) | class PDFFetchStreamReader { method constructor (line 9311) | constructor(stream) { method headersReady (line 9355) | get headersReady() { method filename (line 9358) | get filename() { method contentLength (line 9361) | get contentLength() { method isRangeSupported (line 9364) | get isRangeSupported() { method isStreamingSupported (line 9367) | get isStreamingSupported() { method read (line 9370) | async read() { method cancel (line 9392) | cancel(reason) { class PDFFetchStreamRangeReader (line 9397) | class PDFFetchStreamRangeReader { method constructor (line 9398) | constructor(stream, begin, end) { method isStreamingSupported (line 9419) | get isStreamingSupported() { method read (line 9422) | async read() { method cancel (line 9443) | cancel(reason) { constant OK_RESPONSE (line 9452) | const OK_RESPONSE = 200; constant PARTIAL_CONTENT_RESPONSE (line 9453) | const PARTIAL_CONTENT_RESPONSE = 206; function network_getArrayBuffer (line 9454) | function network_getArrayBuffer(xhr) { class NetworkManager (line 9461) | class NetworkManager { method constructor (line 9462) | constructor(url, args = {}) { method requestRange (line 9470) | requestRange(begin, end, listeners) { method requestFull (line 9480) | requestFull(listeners) { method request (line 9483) | request(args) { method onProgress (line 9519) | onProgress(xhrId, evt) { method onStateChange (line 9526) | onStateChange(xhrId, evt) { method getRequestXhr (line 9570) | getRequestXhr(xhrId) { method isPendingRequest (line 9573) | isPendingRequest(xhrId) { method abortRequest (line 9576) | abortRequest(xhrId) { class PDFNetworkStream (line 9582) | class PDFNetworkStream { method constructor (line 9583) | constructor(source) { method _onRangeRequestReaderClosed (line 9593) | _onRangeRequestReaderClosed(reader) { method getFullReader (line 9599) | getFullReader() { method getRangeReader (line 9604) | getRangeReader(begin, end) { method cancelAllRequests (line 9610) | cancelAllRequests(reason) { class PDFNetworkStreamFullRequestReader (line 9617) | class PDFNetworkStreamFullRequestReader { method constructor (line 9618) | constructor(manager, source) { method _onHeadersReceived (line 9644) | _onHeadersReceived() { method _onDone (line 9667) | _onDone(data) { method _onError (line 9691) | _onError(status) { method _onProgress (line 9700) | _onProgress(evt) { method filename (line 9706) | get filename() { method isRangeSupported (line 9709) | get isRangeSupported() { method isStreamingSupported (line 9712) | get isStreamingSupported() { method contentLength (line 9715) | get contentLength() { method headersReady (line 9718) | get headersReady() { method read (line 9721) | async read() { method cancel (line 9742) | cancel(reason) { class PDFNetworkStreamRangeRequestReader (line 9758) | class PDFNetworkStreamRangeRequestReader { method constructor (line 9759) | constructor(manager, begin, end) { method _close (line 9775) | _close() { method _onDone (line 9778) | _onDone(data) { method _onError (line 9799) | _onError(status) { method _onProgress (line 9807) | _onProgress(evt) { method isStreamingSupported (line 9814) | get isStreamingSupported() { method read (line 9817) | async read() { method cancel (line 9839) | cancel(reason) { function parseUrl (line 9860) | function parseUrl(sourceUrl) { class PDFNodeStream (line 9874) | class PDFNodeStream { method constructor (line 9875) | constructor(source) { method _progressiveDataLength (line 9884) | get _progressiveDataLength() { method getFullReader (line 9887) | getFullReader() { method getRangeReader (line 9892) | getRangeReader(start, end) { method cancelAllRequests (line 9900) | cancelAllRequests(reason) { class BaseFullReader (line 9907) | class BaseFullReader { method constructor (line 9908) | constructor(stream) { method headersReady (line 9928) | get headersReady() { method filename (line 9931) | get filename() { method contentLength (line 9934) | get contentLength() { method isRangeSupported (line 9937) | get isRangeSupported() { method isStreamingSupported (line 9940) | get isStreamingSupported() { method read (line 9943) | async read() { method cancel (line 9970) | cancel(reason) { method _error (line 9977) | _error(reason) { method _setReadableStream (line 9981) | _setReadableStream(readableStream) { class BaseRangeReader (line 10002) | class BaseRangeReader { method constructor (line 10003) | constructor(stream) { method isStreamingSupported (line 10014) | get isStreamingSupported() { method read (line 10017) | async read() { method cancel (line 10043) | cancel(reason) { method _error (line 10050) | _error(reason) { method _setReadableStream (line 10054) | _setReadableStream(readableStream) { function createRequestOptions (line 10072) | function createRequestOptions(parsedUrl, headers) { class PDFNodeStreamFullReader (line 10083) | class PDFNodeStreamFullReader extends BaseFullReader { method constructor (line 10084) | constructor(stream) { class PDFNodeStreamRangeReader (line 10124) | class PDFNodeStreamRangeReader extends BaseRangeReader { method constructor (line 10125) | constructor(stream, start, end) { class PDFNodeStreamFsFullReader (line 10158) | class PDFNodeStreamFsFullReader extends BaseFullReader { method constructor (line 10159) | constructor(stream) { class PDFNodeStreamFsRangeReader (line 10179) | class PDFNodeStreamFsRangeReader extends BaseRangeReader { method constructor (line 10180) | constructor(stream, start, end) { constant MAX_TEXT_DIVS_TO_RENDER (line 10197) | const MAX_TEXT_DIVS_TO_RENDER = 100000; constant DEFAULT_FONT_SIZE (line 10198) | const DEFAULT_FONT_SIZE = 30; constant DEFAULT_FONT_ASCENT (line 10199) | const DEFAULT_FONT_ASCENT = 0.8; class TextLayer (line 10200) | class TextLayer { method constructor (line 10222) | constructor({ method render (line 10265) | render() { method update (line 10286) | update({ method cancel (line 10316) | cancel() { method textDivs (line 10322) | get textDivs() { method textContentItemsStr (line 10325) | get textContentItemsStr() { method #processItems (line 10328) | #processItems(items) { method #appendText (line 10359) | #appendText(geom) { method #layout (line 10433) | #layout(params) { method cleanup (line 10472) | static cleanup() { method #getCtx (line 10484) | static #getCtx(lang = null) { method #getAscent (line 10498) | static #getAscent(fontFamily, lang) { function renderTextLayer (line 10545) | function renderTextLayer() { function updateTextLayer (line 10573) | function updateTextLayer() { class XfaText (line 10578) | class XfaText { method textContent (line 10579) | static textContent(xfa) { method shouldBuildText (line 10615) | static shouldBuildText(name) { constant DEFAULT_RANGE_CHUNK_SIZE (line 10637) | const DEFAULT_RANGE_CHUNK_SIZE = 65536; constant RENDERING_CANCELLED_TIMEOUT (line 10638) | const RENDERING_CANCELLED_TIMEOUT = 100; constant DELAYED_CLEANUP_TIMEOUT (line 10639) | const DELAYED_CLEANUP_TIMEOUT = 5000; function getDocument (line 10644) | function getDocument(src) { function getUrlProp (line 10808) | function getUrlProp(val) { function getDataProp (line 10821) | function getDataProp(val) { function isRefProxy (line 10836) | function isRefProxy(ref) { class PDFDocumentLoadingTask (line 10839) | class PDFDocumentLoadingTask { method constructor (line 10841) | constructor() { method promise (line 10850) | get promise() { method destroy (line 10853) | async destroy() { class PDFDataRangeTransport (line 10873) | class PDFDataRangeTransport { method constructor (line 10874) | constructor(length, initialData, progressiveDone = false, contentDispo... method addRangeListener (line 10885) | addRangeListener(listener) { method addProgressListener (line 10888) | addProgressListener(listener) { method addProgressiveReadListener (line 10891) | addProgressiveReadListener(listener) { method addProgressiveDoneListener (line 10894) | addProgressiveDoneListener(listener) { method onDataRange (line 10897) | onDataRange(begin, chunk) { method onDataProgress (line 10902) | onDataProgress(loaded, total) { method onDataProgressiveRead (line 10909) | onDataProgressiveRead(chunk) { method onDataProgressiveDone (line 10916) | onDataProgressiveDone() { method transportReady (line 10923) | transportReady() { method requestDataRange (line 10926) | requestDataRange(begin, end) { method abort (line 10929) | abort() {} class PDFDocumentProxy (line 10931) | class PDFDocumentProxy { method constructor (line 10932) | constructor(pdfInfo, transport) { method annotationStorage (line 10936) | get annotationStorage() { method filterFactory (line 10939) | get filterFactory() { method numPages (line 10942) | get numPages() { method fingerprints (line 10945) | get fingerprints() { method isPureXfa (line 10948) | get isPureXfa() { method allXfaHtml (line 10951) | get allXfaHtml() { method getPage (line 10954) | getPage(pageNumber) { method getPageIndex (line 10957) | getPageIndex(ref) { method getDestinations (line 10960) | getDestinations() { method getDestination (line 10963) | getDestination(id) { method getPageLabels (line 10966) | getPageLabels() { method getPageLayout (line 10969) | getPageLayout() { method getPageMode (line 10972) | getPageMode() { method getViewerPreferences (line 10975) | getViewerPreferences() { method getOpenAction (line 10978) | getOpenAction() { method getAttachments (line 10981) | getAttachments() { method getJSActions (line 10984) | getJSActions() { method getOutline (line 10987) | getOutline() { method getOptionalContentConfig (line 10990) | getOptionalContentConfig({ method getPermissions (line 10998) | getPermissions() { method getMetadata (line 11001) | getMetadata() { method getMarkInfo (line 11004) | getMarkInfo() { method getData (line 11007) | getData() { method saveDocument (line 11010) | saveDocument() { method getDownloadInfo (line 11013) | getDownloadInfo() { method cleanup (line 11016) | cleanup(keepLoadedFonts = false) { method destroy (line 11019) | destroy() { method cachedPageNumber (line 11022) | cachedPageNumber(ref) { method loadingParams (line 11025) | get loadingParams() { method loadingTask (line 11028) | get loadingTask() { method getFieldObjects (line 11031) | getFieldObjects() { method hasJSActions (line 11034) | hasJSActions() { method getCalculationOrderIds (line 11037) | getCalculationOrderIds() { class PDFPageProxy (line 11041) | class PDFPageProxy { method constructor (line 11044) | constructor(pageIndex, pageInfo, transport, pdfBug = false) { method pageNumber (line 11056) | get pageNumber() { method rotate (line 11059) | get rotate() { method ref (line 11062) | get ref() { method userUnit (line 11065) | get userUnit() { method view (line 11068) | get view() { method getViewport (line 11071) | getViewport({ method getAnnotations (line 11087) | getAnnotations({ method getJSActions (line 11095) | getJSActions() { method filterFactory (line 11098) | get filterFactory() { method isPureXfa (line 11101) | get isPureXfa() { method getXfa (line 11104) | async getXfa() { method render (line 11107) | render({ method getOperatorList (line 11210) | getOperatorList({ method streamTextContent (line 11244) | streamTextContent({ method getTextContent (line 11260) | getTextContent(params = {}) { method getStructTree (line 11290) | getStructTree() { method _destroy (line 11293) | _destroy() { method cleanup (line 11315) | cleanup(resetStats = false) { method #tryCleanup (line 11323) | #tryCleanup(delayed = false) { method #abortDelayedCleanup (line 11348) | #abortDelayedCleanup() { method _startRenderPage (line 11354) | _startRenderPage(transparency, cacheKey) { method _renderPageChunk (line 11362) | _renderPageChunk(operatorListChunk, intentState) { method _pumpOperatorList (line 11376) | _pumpOperatorList({ method _abortOperatorList (line 11431) | _abortOperatorList({ method stats (line 11476) | get stats() { class LoopbackPort (line 11480) | class LoopbackPort { method postMessage (line 11483) | postMessage(obj, transfer) { method addEventListener (line 11495) | addEventListener(name, listener) { method removeEventListener (line 11498) | removeEventListener(name, listener) { method terminate (line 11501) | terminate() { class PDFWorker (line 11534) | class PDFWorker { method constructor (line 11536) | constructor({ method promise (line 11558) | get promise() { method port (line 11564) | get port() { method messageHandler (line 11567) | get messageHandler() { method _initializeFromPort (line 11570) | _initializeFromPort(port) { method _initialize (line 11579) | _initialize() { method _setupFakeWorker (line 11652) | _setupFakeWorker() { method destroy (line 11677) | destroy() { method fromPort (line 11690) | static fromPort(params) { method workerSrc (line 11703) | static get workerSrc() { method #mainThreadWorkerMessageHandler (line 11709) | static get #mainThreadWorkerMessageHandler() { method _setupFakeWorkerGlobal (line 11716) | static get _setupFakeWorkerGlobal() { class WorkerTransport (line 11727) | class WorkerTransport { method constructor (line 11733) | constructor(messageHandler, loadingTask, networkStream, params, factor... method #cacheSimpleMethod (line 11755) | #cacheSimpleMethod(name, data = null) { method annotationStorage (line 11764) | get annotationStorage() { method getRenderingIntent (line 11767) | getRenderingIntent(intent, annotationMode = AnnotationMode.ENABLE, pri... method destroy (line 11808) | destroy() { method setupMessageHandler (line 11842) | setupMessageHandler() { method getData (line 12119) | getData() { method saveDocument (line 12122) | saveDocument() { method getPage (line 12139) | getPage(pageNumber) { method getPageIndex (line 12164) | getPageIndex(ref) { method getAnnotations (line 12173) | getAnnotations(pageIndex, intent) { method getFieldObjects (line 12179) | getFieldObjects() { method hasJSActions (line 12182) | hasJSActions() { method getCalculationOrderIds (line 12185) | getCalculationOrderIds() { method getDestinations (line 12188) | getDestinations() { method getDestination (line 12191) | getDestination(id) { method getPageLabels (line 12199) | getPageLabels() { method getPageLayout (line 12202) | getPageLayout() { method getPageMode (line 12205) | getPageMode() { method getViewerPreferences (line 12208) | getViewerPreferences() { method getOpenAction (line 12211) | getOpenAction() { method getAttachments (line 12214) | getAttachments() { method getDocJSActions (line 12217) | getDocJSActions() { method getPageJSActions (line 12220) | getPageJSActions(pageIndex) { method getStructTree (line 12225) | getStructTree(pageIndex) { method getOutline (line 12230) | getOutline() { method getOptionalContentConfig (line 12233) | getOptionalContentConfig(renderingIntent) { method getPermissions (line 12236) | getPermissions() { method getMetadata (line 12239) | getMetadata() { method getMarkInfo (line 12254) | getMarkInfo() { method startCleanup (line 12257) | async startCleanup(keepLoadedFonts = false) { method cachedPageNumber (line 12276) | cachedPageNumber(ref) { constant INITIAL_DATA (line 12284) | const INITIAL_DATA = Symbol("INITIAL_DATA"); class PDFObjects (line 12285) | class PDFObjects { method #ensureObj (line 12287) | #ensureObj(objId) { method get (line 12293) | get(objId, callback = null) { method has (line 12305) | has(objId) { method resolve (line 12309) | resolve(objId, data = null) { method clear (line 12314) | clear() { method [Symbol.iterator] (line 12323) | *[Symbol.iterator]() { class RenderTask (line 12335) | class RenderTask { method constructor (line 12337) | constructor(internalRenderTask) { method promise (line 12341) | get promise() { method cancel (line 12344) | cancel(extraDelay = 0) { method separateAnnots (line 12347) | get separateAnnots() { class InternalRenderTask (line 12360) | class InternalRenderTask { method constructor (line 12362) | constructor({ method completed (line 12401) | get completed() { method initializeGraphics (line 12404) | initializeGraphics({ method cancel (line 12441) | cancel(error = null, extraDelay = 0) { method operatorListChanged (line 12448) | operatorListChanged() { method _continue (line 12459) | _continue() { method _scheduleNext (line 12470) | _scheduleNext() { method _next (line 12479) | async _next() { function makeColorComp (line 12498) | function makeColorComp(n) { function scaleAndClamp (line 12501) | function scaleAndClamp(x) { class ColorConverters (line 12504) | class ColorConverters { method CMYK_G (line 12505) | static CMYK_G([c, y, m, k]) { method G_CMYK (line 12508) | static G_CMYK([g]) { method G_RGB (line 12511) | static G_RGB([g]) { method G_rgb (line 12514) | static G_rgb([g]) { method G_HTML (line 12518) | static G_HTML([g]) { method RGB_G (line 12522) | static RGB_G([r, g, b]) { method RGB_rgb (line 12525) | static RGB_rgb(color) { method RGB_HTML (line 12528) | static RGB_HTML(color) { method T_HTML (line 12531) | static T_HTML() { method T_rgb (line 12534) | static T_rgb() { method CMYK_RGB (line 12537) | static CMYK_RGB([c, y, m, k]) { method CMYK_rgb (line 12540) | static CMYK_rgb([c, y, m, k]) { method CMYK_HTML (line 12543) | static CMYK_HTML(components) { method RGB_CMYK (line 12547) | static RGB_CMYK([r, g, b]) { class XfaLayer (line 12558) | class XfaLayer { method setupStorage (line 12559) | static setupStorage(html, id, element, storage, intent) { method setAttributes (line 12627) | static setAttributes({ method render (line 12675) | static render(parameters) { method update (line 12760) | static update(parameters) { constant DEFAULT_TAB_INDEX (line 12773) | const DEFAULT_TAB_INDEX = 1000; function getRectDims (line 12776) | function getRectDims(rect) { class AnnotationElementFactory (line 12782) | class AnnotationElementFactory { method create (line 12783) | static create(parameters) { class AnnotationElement (line 12843) | class AnnotationElement { method constructor (line 12847) | constructor(parameters, { method _hasPopupData (line 12872) | static _hasPopupData({ method hasPopupData (line 12879) | get hasPopupData() { method updateEdited (line 12882) | updateEdited(params) { method resetEdited (line 12897) | resetEdited() { method #setRectEdited (line 12905) | #setRectEdited(rect) { method _createContainer (line 12939) | _createContainer(ignoreBorder) { method setRotation (line 13036) | setRotation(angle, container = this.container) { method _commonActions (line 13060) | get _commonActions() { method _dispatchEventFromSandbox (line 13138) | _dispatchEventFromSandbox(actions, jsEvent) { method _setDefaultPropertiesFromJS (line 13145) | _setDefaultPropertiesFromJS(element) { method _createQuadrilaterals (line 13168) | _createQuadrilaterals() { method _createPopup (line 13246) | _createPopup() { method render (line 13269) | render() { method _getElementsByName (line 13272) | _getElementsByName(name, skipId = null) { method show (line 13322) | show() { method hide (line 13328) | hide() { method getElementsToTriggerPopup (line 13334) | getElementsToTriggerPopup() { method addHighlightArea (line 13337) | addHighlightArea() { method _isEditable (line 13347) | get _isEditable() { method _editOnDoubleClick (line 13350) | _editOnDoubleClick() { class LinkAnnotationElement (line 13369) | class LinkAnnotationElement extends AnnotationElement { method constructor (line 13370) | constructor(parameters, options = null) { method render (line 13378) | render() { method #setInternalLink (line 13420) | #setInternalLink() { method _bindLink (line 13423) | _bindLink(link, destination) { method _bindNamedAction (line 13435) | _bindNamedAction(link, action) { method #bindAttachment (line 13443) | #bindAttachment(link, attachment, dest = null) { method #bindSetOCGState (line 13454) | #bindSetOCGState(link, action) { method _bindJSAction (line 13462) | _bindJSAction(link, data) { method _bindResetFormAction (line 13486) | _bindResetFormAction(link, resetForm) { class TextAnnotationElement (line 13589) | class TextAnnotationElement extends AnnotationElement { method constructor (line 13590) | constructor(parameters) { method render (line 13595) | render() { class WidgetAnnotationElement (line 13610) | class WidgetAnnotationElement extends AnnotationElement { method render (line 13611) | render() { method showElementAndHideCanvas (line 13614) | showElementAndHideCanvas(element) { method _getKeyModifier (line 13622) | _getKeyModifier(event) { method _setEventListener (line 13625) | _setEventListener(element, elementData, baseName, eventName, valueGett... method _setEventListeners (line 13666) | _setEventListeners(element, elementData, names, getter) { method _setBackgroundColor (line 13683) | _setBackgroundColor(element) { method _setTextStyle (line 13687) | _setTextStyle(element) { method _setRequired (line 13712) | _setRequired(element, isRequired) { class TextWidgetAnnotationElement (line 13721) | class TextWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 13722) | constructor(parameters) { method setPropertyOnSiblings (line 13728) | setPropertyOnSiblings(base, key, value, keyInStorage) { method render (line 13739) | render() { class SignatureWidgetAnnotationElement (line 14039) | class SignatureWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 14040) | constructor(parameters) { class CheckboxWidgetAnnotationElement (line 14046) | class CheckboxWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 14047) | constructor(parameters) { method render (line 14052) | render() { class RadioButtonWidgetAnnotationElement (line 14120) | class RadioButtonWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 14121) | constructor(parameters) { method render (line 14126) | render() { class PushButtonWidgetAnnotationElement (line 14203) | class PushButtonWidgetAnnotationElement extends LinkAnnotationElement { method constructor (line 14204) | constructor(parameters) { method render (line 14209) | render() { class ChoiceWidgetAnnotationElement (line 14222) | class ChoiceWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 14223) | constructor(parameters) { method render (line 14228) | render() { class PopupAnnotationElement (line 14444) | class PopupAnnotationElement extends AnnotationElement { method constructor (line 14445) | constructor(parameters) { method render (line 14456) | render() { class PopupElement (line 14481) | class PopupElement { method constructor (line 14501) | constructor({ method render (line 14539) | render() { method #html (line 14587) | get #html() { method #fontSize (line 14595) | get #fontSize() { method #fontColor (line 14598) | get #fontColor() { method #makePopupContent (line 14601) | #makePopupContent(text) { method _formatContents (line 14631) | _formatContents({ method #keyDown (line 14648) | #keyDown(event) { method updateEdited (line 14656) | updateEdited({ method resetEdited (line 14674) | resetEdited() { method #setPosition (line 14687) | #setPosition() { method #toggle (line 14725) | #toggle() { method #show (line 14737) | #show() { method #hide (line 14749) | #hide() { method forceHide (line 14757) | forceHide() { method maybeShow (line 14764) | maybeShow() { method isVisible (line 14774) | get isVisible() { class FreeTextAnnotationElement (line 14778) | class FreeTextAnnotationElement extends AnnotationElement { method constructor (line 14779) | constructor(parameters) { method render (line 14788) | render() { method _isEditable (line 14807) | get _isEditable() { class LineAnnotationElement (line 14811) | class LineAnnotationElement extends AnnotationElement { method constructor (line 14813) | constructor(parameters) { method render (line 14819) | render() { method getElementsToTriggerPopup (line 14842) | getElementsToTriggerPopup() { method addHighlightArea (line 14845) | addHighlightArea() { class SquareAnnotationElement (line 14849) | class SquareAnnotationElement extends AnnotationElement { method constructor (line 14851) | constructor(parameters) { method render (line 14857) | render() { method getElementsToTriggerPopup (line 14881) | getElementsToTriggerPopup() { method addHighlightArea (line 14884) | addHighlightArea() { class CircleAnnotationElement (line 14888) | class CircleAnnotationElement extends AnnotationElement { method constructor (line 14890) | constructor(parameters) { method render (line 14896) | render() { method getElementsToTriggerPopup (line 14920) | getElementsToTriggerPopup() { method addHighlightArea (line 14923) | addHighlightArea() { class PolylineAnnotationElement (line 14927) | class PolylineAnnotationElement extends AnnotationElement { method constructor (line 14929) | constructor(parameters) { method render (line 14937) | render() { method getElementsToTriggerPopup (line 14964) | getElementsToTriggerPopup() { method addHighlightArea (line 14967) | addHighlightArea() { class PolygonAnnotationElement (line 14971) | class PolygonAnnotationElement extends PolylineAnnotationElement { method constructor (line 14972) | constructor(parameters) { class CaretAnnotationElement (line 14978) | class CaretAnnotationElement extends AnnotationElement { method constructor (line 14979) | constructor(parameters) { method render (line 14985) | render() { class InkAnnotationElement (line 14993) | class InkAnnotationElement extends AnnotationElement { method constructor (line 14995) | constructor(parameters) { method render (line 15004) | render() { method getElementsToTriggerPopup (line 15034) | getElementsToTriggerPopup() { method addHighlightArea (line 15037) | addHighlightArea() { class HighlightAnnotationElement (line 15041) | class HighlightAnnotationElement extends AnnotationElement { method constructor (line 15042) | constructor(parameters) { method render (line 15049) | render() { class UnderlineAnnotationElement (line 15057) | class UnderlineAnnotationElement extends AnnotationElement { method constructor (line 15058) | constructor(parameters) { method render (line 15065) | render() { class SquigglyAnnotationElement (line 15073) | class SquigglyAnnotationElement extends AnnotationElement { method constructor (line 15074) | constructor(parameters) { method render (line 15081) | render() { class StrikeOutAnnotationElement (line 15089) | class StrikeOutAnnotationElement extends AnnotationElement { method constructor (line 15090) | constructor(parameters) { method render (line 15097) | render() { class StampAnnotationElement (line 15105) | class StampAnnotationElement extends AnnotationElement { method constructor (line 15106) | constructor(parameters) { method render (line 15112) | render() { class FileAttachmentAnnotationElement (line 15120) | class FileAttachmentAnnotationElement extends AnnotationElement { method constructor (line 15122) | constructor(parameters) { method render (line 15136) | render() { method getElementsToTriggerPopup (line 15170) | getElementsToTriggerPopup() { method addHighlightArea (line 15173) | addHighlightArea() { method #download (line 15176) | #download() { class AnnotationLayer (line 15180) | class AnnotationLayer { method constructor (line 15184) | constructor({ method #appendElement (line 15200) | #appendElement(element, id) { method render (line 15206) | async render(params) { method update (line 15273) | update({ method #setAnnotationCanvasMap (line 15284) | #setAnnotationCanvasMap() { method getEditableAnnotations (line 15310) | getEditableAnnotations() { method getEditableAnnotation (line 15313) | getEditableAnnotation(id) { constant EOL_PATTERN (line 15323) | const EOL_PATTERN = /\r\n?|\n/g; class FreeTextEditor (line 15324) | class FreeTextEditor extends AnnotationEditor { method _keyboardManager (line 15339) | static get _keyboardManager() { method constructor (line 15374) | constructor(params) { method initialize (line 15382) | static initialize(l10n, uiManager) { method updateDefaultParams (line 15389) | static updateDefaultParams(type, value) { method updateParams (line 15399) | updateParams(type, value) { method defaultPropertiesToUpdate (line 15409) | static get defaultPropertiesToUpdate() { method propertiesToUpdate (line 15412) | get propertiesToUpdate() { method #updateFontSize (line 15415) | #updateFontSize(fontSize) { method #updateColor (line 15433) | #updateColor(color) { method _translateEmpty (line 15448) | _translateEmpty(x, y) { method getInitialTranslation (line 15451) | getInitialTranslation() { method rebuild (line 15455) | rebuild() { method enableEditMode (line 15467) | enableEditMode() { method disableEditMode (line 15484) | disableEditMode() { method focusin (line 15505) | focusin(event) { method onceAdded (line 15514) | onceAdded() { method isEmpty (line 15525) | isEmpty() { method remove (line 15528) | remove() { method #extractText (line 15536) | #extractText() { method #setEditorDimensions (line 15544) | #setEditorDimensions() { method commit (line 15573) | commit() { method shouldGetKeyboardEvents (line 15605) | shouldGetKeyboardEvents() { method enterInEditMode (line 15608) | enterInEditMode() { method dblclick (line 15612) | dblclick(event) { method keydown (line 15615) | keydown(event) { method editorDivKeydown (line 15621) | editorDivKeydown(event) { method editorDivFocus (line 15624) | editorDivFocus(event) { method editorDivBlur (line 15627) | editorDivBlur(event) { method editorDivInput (line 15630) | editorDivInput(event) { method disableEditing (line 15633) | disableEditing() { method enableEditing (line 15637) | enableEditing() { method render (line 15641) | render() { method #getNodeContent (line 15713) | static #getNodeContent(node) { method editorDivPaste (line 15716) | editorDivPaste(event) { method #setContent (line 15792) | #setContent() { method #serializeContent (line 15803) | #serializeContent() { method #deserializeContent (line 15806) | static #deserializeContent(content) { method contentDiv (line 15809) | get contentDiv() { method deserialize (line 15812) | static deserialize(data, parent, uiManager) { method serialize (line 15857) | serialize(isForCopying = false) { method #hasElementChanged (line 15890) | #hasElementChanged(serialized) { method renderAnnotationElement (line 15899) | renderAnnotationElement(annotation) { method resetAnnotationElement (line 15922) | resetAnnotationElement(annotation) { class Outliner (line 15930) | class Outliner { method constructor (line 15934) | constructor(boxes, borderWidth = 0, innerMargin = 0, isLTR = true) { method getOutlines (line 15979) | getOutlines() { method #getOutlines (line 15993) | #getOutlines(outlineVerticalEdges) { method #binarySearch (line 16040) | #binarySearch(y) { method #insert (line 16058) | #insert([, y1, y2]) { method #remove (line 16062) | #remove([, y1, y2]) { method #breakEdge (line 16085) | #breakEdge(edge) { class Outline (line 16118) | class Outline { method toSVGPath (line 16119) | toSVGPath() { method box (line 16122) | get box() { method serialize (line 16125) | serialize(_bbox, _rotation) { method free (line 16128) | get free() { class HighlightOutline (line 16132) | class HighlightOutline extends Outline { method constructor (line 16135) | constructor(outlines, box) { method toSVGPath (line 16140) | toSVGPath() { method serialize (line 16160) | serialize([blX, blY, trX, trY], _rotation) { method box (line 16174) | get box() { class FreeOutliner (line 16178) | class FreeOutliner { method constructor (line 16195) | constructor({ method free (line 16209) | get free() { method isEmpty (line 16212) | isEmpty() { method #getLastCoords (line 16215) | #getLastCoords() { method add (line 16221) | add({ method toSVGPath (line 16279) | toSVGPath() { method getOutlines (line 16312) | getOutlines() { class FreeHighlightOutline (line 16360) | class FreeHighlightOutline extends Outline { method constructor (line 16368) | constructor(outline, points, box, scaleFactor, innerMargin, isLTR) { method toSVGPath (line 16392) | toSVGPath() { method serialize (line 16404) | serialize([blX, blY, trX, trY], rotation) { method #rescale (line 16432) | #rescale(src, tx, ty, sx, sy) { method #rescaleAndSwap (line 16440) | #rescaleAndSwap(src, tx, ty, sx, sy) { method #computeMinMax (line 16448) | #computeMinMax(isLTR) { method box (line 16499) | get box() { method getNewOutline (line 16502) | getNewOutline(thickness, innerMargin) { class ColorPicker (line 16532) | class ColorPicker { method _keyboardManager (line 16545) | static get _keyboardManager() { method constructor (line 16548) | constructor({ method renderButton (line 16564) | renderButton() { method renderMainDropdown (line 16579) | renderMainDropdown() { method #getDropdownRoot (line 16585) | #getDropdownRoot() { method #colorSelect (line 16611) | #colorSelect(color, event) { method _colorSelectFromKeyboard (line 16619) | _colorSelectFromKeyboard(event) { method _moveToNext (line 16630) | _moveToNext(event) { method _moveToPrevious (line 16641) | _moveToPrevious(event) { method _moveToBeginning (line 16653) | _moveToBeginning(event) { method _moveToEnd (line 16660) | _moveToEnd(event) { method #keyDown (line 16667) | #keyDown(event) { method #openDropdown (line 16670) | #openDropdown(event) { method #pointerDown (line 16684) | #pointerDown(event) { method hideDropdown (line 16690) | hideDropdown() { method #isDropdownVisible (line 16694) | get #isDropdownVisible() { method _hideDropdownFromKeyboard (line 16697) | _hideDropdownFromKeyboard() { method updateColor (line 16711) | updateColor(color) { method destroy (line 16723) | destroy() { class HighlightEditor (line 16739) | class HighlightEditor extends AnnotationEditor { method _keyboardManager (line 16768) | static get _keyboardManager() { method constructor (line 16780) | constructor(params) { method telemetryInitialData (line 16806) | get telemetryInitialData() { method telemetryFinalData (line 16815) | get telemetryFinalData() { method computeTelemetryFinalData (line 16821) | static computeTelemetryFinalData(data) { method #createOutlines (line 16826) | #createOutlines() { method #createFreeOutlines (line 16842) | #createFreeOutlines({ method initialize (line 16905) | static initialize(l10n, uiManager) { method updateDefaultParams (line 16909) | static updateDefaultParams(type, value) { method translateInPage (line 16919) | translateInPage(x, y) {} method toolbarPosition (line 16920) | get toolbarPosition() { method updateParams (line 16923) | updateParams(type, value) { method defaultPropertiesToUpdate (line 16933) | static get defaultPropertiesToUpdate() { method propertiesToUpdate (line 16936) | get propertiesToUpdate() { method #updateColor (line 16939) | #updateColor(color) { method #updateThickness (line 16960) | #updateThickness(thickness) { method addEditToolbar (line 16980) | async addEditToolbar() { method disableEditing (line 16993) | disableEditing() { method enableEditing (line 16997) | enableEditing() { method fixAndSetPosition (line 17001) | fixAndSetPosition() { method getBaseTranslation (line 17004) | getBaseTranslation() { method getRect (line 17007) | getRect(tx, ty) { method onceAdded (line 17010) | onceAdded() { method remove (line 17014) | remove() { method rebuild (line 17021) | rebuild() { method setParent (line 17034) | setParent(parent) { method #changeThickness (line 17048) | #changeThickness(thickness) { method #cleanDrawLayer (line 17059) | #cleanDrawLayer() { method #addToDrawLayer (line 17068) | #addToDrawLayer(parent = this.parent) { method #rotateBbox (line 17081) | static #rotateBbox({ method rotate (line 17117) | rotate(angle) { method render (line 17133) | render() { method pointerover (line 17158) | pointerover() { method pointerleave (line 17161) | pointerleave() { method #keydown (line 17164) | #keydown(event) { method _moveCaret (line 17167) | _moveCaret(direction) { method #setCaret (line 17180) | #setCaret(start) { method select (line 17191) | select() { method unselect (line 17199) | unselect() { method _mustFixPosition (line 17209) | get _mustFixPosition() { method show (line 17212) | show(visible = this._isVisible) { method #getRotation (line 17219) | #getRotation() { method #serializeBoxes (line 17222) | #serializeBoxes() { method #serializeOutlines (line 17246) | #serializeOutlines(rect) { method startHighlighting (line 17249) | static startHighlighting(parent, isLTR, { method #highlightMove (line 17293) | static #highlightMove(parent, event) { method #endHighlight (line 17298) | static #endHighlight(parent, event) { method deserialize (line 17313) | static deserialize(data, parent, uiManager) { method serialize (line 17337) | serialize(isForCopying = false) { method canCreateNewEmptyEditor (line 17356) | static canCreateNewEmptyEditor() { class InkEditor (line 17367) | class InkEditor extends AnnotationEditor { method constructor (line 17388) | constructor(params) { method initialize (line 17406) | static initialize(l10n, uiManager) { method updateDefaultParams (line 17409) | static updateDefaultParams(type, value) { method updateParams (line 17422) | updateParams(type, value) { method defaultPropertiesToUpdate (line 17435) | static get defaultPropertiesToUpdate() { method propertiesToUpdate (line 17438) | get propertiesToUpdate() { method #updateThickness (line 17441) | #updateThickness(thickness) { method #updateColor (line 17457) | #updateColor(color) { method #updateOpacity (line 17473) | #updateOpacity(opacity) { method rebuild (line 17490) | rebuild() { method remove (line 17508) | remove() { method setParent (line 17526) | setParent(parent) { method onScaleChanging (line 17534) | onScaleChanging() { method enableEditMode (line 17540) | enableEditMode() { method disableEditMode (line 17548) | disableEditMode() { method onceAdded (line 17557) | onceAdded() { method isEmpty (line 17560) | isEmpty() { method #getInitialBBox (line 17563) | #getInitialBBox() { method #setStroke (line 17579) | #setStroke() { method #startDrawing (line 17594) | #startDrawing(x, y) { method #draw (line 17619) | #draw(x, y) { method #endPath (line 17639) | #endPath() { method #stopDrawing (line 17646) | #stopDrawing(x, y) { method #drawPoints (line 17689) | #drawPoints() { method #makeBezierCurve (line 17713) | #makeBezierCurve(path2D, x0, y0, x1, y1, x2, y2) { method #generateBezierPoints (line 17720) | #generateBezierPoints() { method #redraw (line 17745) | #redraw() { method commit (line 17762) | commit() { method focusin (line 17780) | focusin(event) { method canvasPointerdown (line 17787) | canvasPointerdown(event) { method canvasPointermove (line 17800) | canvasPointermove(event) { method canvasPointerup (line 17804) | canvasPointerup(event) { method canvasPointerleave (line 17808) | canvasPointerleave(event) { method #endDrawing (line 17811) | #endDrawing(event) { method #createCanvas (line 17827) | #createCanvas() { method #createObserver (line 17835) | #createObserver() { method isResizable (line 17844) | get isResizable() { method render (line 17847) | render() { method #setCanvasDims (line 17878) | #setCanvasDims() { method setDimensions (line 17887) | setDimensions(width, height) { method #setScaleFactor (line 17908) | #setScaleFactor(width, height) { method #updateTransform (line 17914) | #updateTransform() { method #buildPath2D (line 17918) | static #buildPath2D(bezier) { method #toPDFCoordinates (line 17929) | static #toPDFCoordinates(points, rect, rotation) { method #fromPDFCoordinates (line 17963) | static #fromPDFCoordinates(points, rect, rotation) { method #serializePaths (line 17997) | #serializePaths(s, tx, ty, rect) { method #getBbox (line 18039) | #getBbox() { method #getPadding (line 18055) | #getPadding() { method #fitToContent (line 18058) | #fitToContent(firstTime = false) { method deserialize (line 18088) | static deserialize(data, parent, uiManager) { method serialize (line 18137) | serialize() { class StampEditor (line 18162) | class StampEditor extends AnnotationEditor { method constructor (line 18176) | constructor(params) { method initialize (line 18184) | static initialize(l10n, uiManager) { method supportedTypes (line 18187) | static get supportedTypes() { method supportedTypesStr (line 18191) | static get supportedTypesStr() { method isHandlingMimeForPasting (line 18194) | static isHandlingMimeForPasting(mime) { method paste (line 18197) | static paste(item, parent) { method #getBitmapFetched (line 18202) | #getBitmapFetched(data, fromId = false) { method #getBitmapDone (line 18217) | #getBitmapDone() { method #getBitmap (line 18224) | #getBitmap() { method remove (line 18265) | remove() { method rebuild (line 18280) | rebuild() { method onceAdded (line 18298) | onceAdded() { method isEmpty (line 18302) | isEmpty() { method isResizable (line 18305) | get isResizable() { method render (line 18308) | render() { method #createCanvas (line 18331) | #createCanvas() { method #setDimensions (line 18368) | #setDimensions(width, height) { method #scaleBitmap (line 18388) | #scaleBitmap(width, height) { method #drawBitmap (line 18412) | #drawBitmap(width, height) { method getImageForAltText (line 18448) | getImageForAltText() { method #serializeBitmap (line 18451) | #serializeBitmap(toUrl) { method #createObserver (line 18479) | #createObserver() { method deserialize (line 18488) | static deserialize(data, parent, uiManager) { method serialize (line 18514) | serialize(isForCopying = false, context = null) { class AnnotationEditorLayer (line 18573) | class AnnotationEditorLayer { method constructor (line 18589) | constructor({ method isEmpty (line 18618) | get isEmpty() { method isInvisible (line 18621) | get isInvisible() { method updateToolbar (line 18624) | updateToolbar(mode) { method updateMode (line 18627) | updateMode(mode = this.#uiManager.getMode()) { method hasTextLayer (line 18661) | hasTextLayer(textLayer) { method addInkEditorIfNeeded (line 18664) | addInkEditorIfNeeded(isCommitting) { method setEditingState (line 18682) | setEditingState(isEditing) { method addCommands (line 18685) | addCommands(params) { method togglePointerEvents (line 18688) | togglePointerEvents(enabled = false) { method toggleAnnotationLayerPointerEvents (line 18691) | toggleAnnotationLayerPointerEvents(enabled = false) { method enable (line 18694) | enable() { method disable (line 18726) | disable() { method getEditableAnnotation (line 18785) | getEditableAnnotation(id) { method setActiveEditor (line 18788) | setActiveEditor(editor) { method enableTextSelection (line 18795) | enableTextSelection() { method disableTextSelection (line 18803) | disableTextSelection() { method #textLayerPointerDown (line 18811) | #textLayerPointerDown(event) { method enableClick (line 18831) | enableClick() { method disableClick (line 18840) | disableClick() { method attach (line 18849) | attach(editor) { method detach (line 18858) | detach(editor) { method remove (line 18865) | remove(editor) { method changeParent (line 18874) | changeParent(editor) { method add (line 18891) | add(editor) { method moveEditorInDOM (line 18908) | moveEditorInDOM(editor) { method addOrRebuild (line 18933) | addOrRebuild(editor) { method addUndoableEditor (line 18942) | addUndoableEditor(editor) { method getNextId (line 18953) | getNextId() { method #currentEditorType (line 18956) | get #currentEditorType() { method #createNewEditor (line 18959) | #createNewEditor(params) { method canCreateNewEmptyEditor (line 18963) | canCreateNewEmptyEditor() { method pasteEditor (line 18966) | pasteEditor(mode, params) { method deserialize (line 18987) | deserialize(data) { method createAndAddNewEditor (line 18990) | createAndAddNewEditor(event, isCentered, data = {}) { method #getCenterPoint (line 19006) | #getCenterPoint() { method addNewEditor (line 19025) | addNewEditor() { method setSelected (line 19028) | setSelected(editor) { method toggleSelected (line 19031) | toggleSelected(editor) { method isSelected (line 19034) | isSelected(editor) { method unselect (line 19037) | unselect(editor) { method pointerup (line 19040) | pointerup(event) { method pointerdown (line 19064) | pointerdown(event) { method findNewParent (line 19085) | findNewParent(editor, x, y) { method destroy (line 19093) | destroy() { method #cleanup (line 19112) | #cleanup() { method render (line 19121) | render({ method update (line 19132) | update({ method pageDimensions (line 19150) | get pageDimensions() { method scale (line 19157) | get scale() { class DrawLayer (line 19165) | class DrawLayer { method constructor (line 19170) | constructor({ method setParent (line 19175) | setParent(parent) { method _svgFactory (line 19190) | static get _svgFactory() { method #setBox (line 19193) | static #setBox(element, { method #createSVG (line 19207) | #createSVG(box) { method #createClipPath (line 19214) | #createClipPath(defs, pathId) { method highlight (line 19226) | highlight(outlines, color, opacity, isPathUpdatable = false) { method highlightOutline (line 19255) | highlightOutline(outlines) { method finalizeLine (line 19301) | finalizeLine(id, line) { method updateLine (line 19307) | updateLine(id, line) { method removeFreeHighlight (line 19313) | removeFreeHighlight(id) { method updatePath (line 19317) | updatePath(id, line) { method updateBox (line 19320) | updateBox(id, box) { method show (line 19323) | show(id, visible) { method rotate (line 19326) | rotate(id, angle) { method changeColor (line 19329) | changeColor(id, color) { method changeOpacity (line 19332) | changeOpacity(id, opacity) { method addClass (line 19335) | addClass(id, className) { method removeClass (line 19338) | removeClass(id, className) { method remove (line 19341) | remove(id) { method destroy (line 19348) | destroy() { FILE: examples/pdfjs-4.3.136-dist/build/pdf.sandbox.mjs function D (line 53) | function D(){var a=x.buffer;d.HEAP8=z=new Int8Array(a);d.HEAP16=new Int1... function ba (line 53) | function ba(){var a=d.preRun.shift();E.unshift(a);} function w (line 53) | function w(a){d.onAbort?.(a);a="Aborted("+a+")";u(a);y=!0;a=new WebAssem... function ca (line 53) | function ca(){var a=L;return Promise.resolve().then(()=>{if(a==L&&v)var ... function da (line 53) | function da(a,b){return ca().then(c=>WebAssembly.instantiate(c,a)).then(... function ea (line 53) | function ea(a,b){return da(a,b);} function U (line 53) | function U(){} function e (line 53) | function e(t){return(t=t.toTimeString().match(/\(([A-Za-z ]+)\)$/))?t[1]... function a (line 53) | function a(c){X=c.exports;x=X.m;D();F.unshift(X.n);H--;d.monitorRunDepen... function na (line 53) | function na(){function a(){if(!Z&&(Z=!0,d.calledRun=!0,!y)){N(F);k(d);if... class SandboxSupportBase (line 55) | class SandboxSupportBase { method constructor (line 56) | constructor(win) { method destroy (line 61) | destroy() { method exportValueToSandbox (line 68) | exportValueToSandbox(val) { method importValueFromSandbox (line 71) | importValueFromSandbox(val) { method createErrorForSandbox (line 74) | createErrorForSandbox(errorMessage) { method callSandboxFunction (line 77) | callSandboxFunction(name, args) { method createSandboxExternals (line 85) | createSandboxExternals() { class SandboxSupport (line 172) | class SandboxSupport extends SandboxSupportBase { method exportValueToSandbox (line 173) | exportValueToSandbox(val) { method importValueFromSandbox (line 176) | importValueFromSandbox(val) { method createErrorForSandbox (line 179) | createErrorForSandbox(errorMessage) { class Sandbox (line 183) | class Sandbox { method constructor (line 184) | constructor(win, module) { method create (line 190) | create(data) { method dispatchEvent (line 214) | dispatchEvent(event) { method dumpMemoryUse (line 217) | dumpMemoryUse() { method nukeSandbox (line 220) | nukeSandbox() { method evalForTesting (line 228) | evalForTesting(code, key) { function QuickJSSandbox (line 232) | function QuickJSSandbox() { FILE: examples/pdfjs-4.3.136-dist/build/pdf.worker.mjs constant IDENTITY_MATRIX (line 54) | const IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0]; constant FONT_IDENTITY_MATRIX (line 55) | const FONT_IDENTITY_MATRIX = [0.001, 0, 0, 0.001, 0, 0]; constant MAX_IMAGE_SIZE_TO_CACHE (line 56) | const MAX_IMAGE_SIZE_TO_CACHE = 10e6; constant LINE_FACTOR (line 57) | const LINE_FACTOR = 1.35; constant LINE_DESCENT_FACTOR (line 58) | const LINE_DESCENT_FACTOR = 0.35; constant BASELINE_FACTOR (line 59) | const BASELINE_FACTOR = LINE_DESCENT_FACTOR / LINE_FACTOR; constant OPS (line 235) | const OPS = { function setVerbosityLevel (line 330) | function setVerbosityLevel(level) { function getVerbosityLevel (line 335) | function getVerbosityLevel() { function info (line 338) | function info(msg) { function warn (line 343) | function warn(msg) { function unreachable (line 348) | function unreachable(msg) { function assert (line 351) | function assert(cond, msg) { function _isValidProtocol (line 356) | function _isValidProtocol(url) { function createValidAbsoluteUrl (line 368) | function createValidAbsoluteUrl(url, baseUrl = null, options = null) { function shadow (line 393) | function shadow(obj, prop, value, nonSerializable = false) { function BaseException (line 403) | function BaseException(message, name) { class PasswordException (line 414) | class PasswordException extends BaseException { method constructor (line 415) | constructor(msg, code) { class UnknownErrorException (line 420) | class UnknownErrorException extends BaseException { method constructor (line 421) | constructor(msg, details) { class InvalidPDFException (line 426) | class InvalidPDFException extends BaseException { method constructor (line 427) | constructor(msg) { class MissingPDFException (line 431) | class MissingPDFException extends BaseException { method constructor (line 432) | constructor(msg) { class UnexpectedResponseException (line 436) | class UnexpectedResponseException extends BaseException { method constructor (line 437) | constructor(msg, status) { class FormatError (line 442) | class FormatError extends BaseException { method constructor (line 443) | constructor(msg) { class AbortException (line 447) | class AbortException extends BaseException { method constructor (line 448) | constructor(msg) { function bytesToString (line 452) | function bytesToString(bytes) { function stringToBytes (line 469) | function stringToBytes(str) { function string32 (line 480) | function string32(value) { function objectSize (line 483) | function objectSize(obj) { function objectFromMap (line 486) | function objectFromMap(map) { function isLittleEndian (line 493) | function isLittleEndian() { function isEvalSupported (line 499) | function isEvalSupported() { class FeatureTest (line 507) | class FeatureTest { method isLittleEndian (line 508) | static get isLittleEndian() { method isEvalSupported (line 511) | static get isEvalSupported() { method isOffscreenCanvasSupported (line 514) | static get isOffscreenCanvasSupported() { method platform (line 517) | static get platform() { method isCSSRoundSupported (line 527) | static get isCSSRoundSupported() { class Util (line 532) | class Util { method makeHexColor (line 533) | static makeHexColor(r, g, b) { method scaleMinMax (line 536) | static scaleMinMax(transform, minMax) { method transform (line 580) | static transform(m1, m2) { method applyTransform (line 583) | static applyTransform(p, m) { method applyInverseTransform (line 588) | static applyInverseTransform(p, m) { method getAxialAlignedBoundingBox (line 594) | static getAxialAlignedBoundingBox(r, m) { method inverseTransform (line 601) | static inverseTransform(m) { method singularValueDecompose2dScale (line 605) | static singularValueDecompose2dScale(m) { method normalizeRect (line 617) | static normalizeRect(rect) { method intersect (line 629) | static intersect(rect1, rect2) { method #getExtremumOnCurve (line 642) | static #getExtremumOnCurve(x0, x1, x2, x3, y0, y1, y2, y3, t, minMax) { method #getExtremum (line 656) | static #getExtremum(x0, x1, x2, x3, y0, y1, y2, y3, a, b, c, minMax) { method bezierBoundingBox (line 672) | static bezierBoundingBox(x0, y0, x1, y1, x2, y2, x3, y3, minMax) { function stringToPDFString (line 687) | function stringToPDFString(str) { function stringToUTF8String (line 731) | function stringToUTF8String(str) { function utf8StringToString (line 734) | function utf8StringToString(str) { function isArrayEqual (line 737) | function isArrayEqual(arr1, arr2) { function getModificationDate (line 748) | function getModificationDate(date = new Date()) { function normalizeUnicode (line 754) | function normalizeUnicode(str) { function getUuid (line 761) | function getUuid() { constant CIRCULAR_REF (line 790) | const CIRCULAR_REF = Symbol("CIRCULAR_REF"); constant EOF (line 791) | const EOF = Symbol("EOF"); function clearPrimitiveCaches (line 795) | function clearPrimitiveCaches() { class Name (line 800) | class Name { method constructor (line 801) | constructor(name) { method get (line 804) | static get(name) { class Cmd (line 808) | class Cmd { method constructor (line 809) | constructor(cmd) { method get (line 812) | static get(cmd) { class Dict (line 819) | class Dict { method constructor (line 820) | constructor(xref = null) { method assignXref (line 827) | assignXref(newXref) { method size (line 830) | get size() { method get (line 833) | get(key1, key2, key3) { method getAsync (line 846) | async getAsync(key1, key2, key3) { method getArray (line 859) | getArray(key1, key2, key3) { method getRaw (line 880) | getRaw(key) { method getKeys (line 883) | getKeys() { method getRawValues (line 886) | getRawValues() { method set (line 889) | set(key, value) { method has (line 892) | has(key) { method forEach (line 895) | forEach(callback) { method empty (line 900) | static get empty() { method merge (line 907) | static merge({ method clone (line 949) | clone() { class Ref (line 957) | class Ref { method constructor (line 958) | constructor(num, gen) { method toString (line 962) | toString() { method fromString (line 968) | static fromString(str) { method get (line 979) | static get(num, gen) { class RefSet (line 984) | class RefSet { method constructor (line 985) | constructor(parent = null) { method has (line 988) | has(ref) { method put (line 991) | put(ref) { method remove (line 994) | remove(ref) { method clear (line 1000) | clear() { method [Symbol.iterator] (line 997) | [Symbol.iterator]() { class RefSetCache (line 1004) | class RefSetCache { method constructor (line 1005) | constructor() { method size (line 1008) | get size() { method get (line 1011) | get(ref) { method has (line 1014) | has(ref) { method put (line 1017) | put(ref, obj) { method putAlias (line 1020) | putAlias(ref, aliasRef) { method clear (line 1026) | clear() { method items (line 1029) | *items() { method [Symbol.iterator] (line 1023) | [Symbol.iterator]() { function isName (line 1035) | function isName(v, name) { function isCmd (line 1038) | function isCmd(v, cmd) { function isDict (line 1041) | function isDict(v, type) { function isRefsEqual (line 1044) | function isRefsEqual(v1, v2) { class BaseStream (line 1050) | class BaseStream { method constructor (line 1051) | constructor() { method length (line 1056) | get length() { method isEmpty (line 1059) | get isEmpty() { method isDataLoaded (line 1062) | get isDataLoaded() { method getByte (line 1065) | getByte() { method getBytes (line 1068) | getBytes(length) { method peekByte (line 1071) | peekByte() { method peekBytes (line 1078) | peekBytes(length) { method getUint16 (line 1083) | getUint16() { method getInt32 (line 1091) | getInt32() { method getByteRange (line 1098) | getByteRange(begin, end) { method getString (line 1101) | getString(length) { method skip (line 1104) | skip(n) { method reset (line 1107) | reset() { method moveStart (line 1110) | moveStart() { method makeSubStream (line 1113) | makeSubStream(start, length, dict = null) { method getBaseStreams (line 1116) | getBaseStreams() { constant PDF_VERSION_REGEXP (line 1125) | const PDF_VERSION_REGEXP = /^[1-9]\.\d$/; function getLookupTableFactory (line 1126) | function getLookupTableFactory(initializer) { class MissingDataException (line 1137) | class MissingDataException extends BaseException { method constructor (line 1138) | constructor(begin, end) { class ParserEOFException (line 1144) | class ParserEOFException extends BaseException { method constructor (line 1145) | constructor(msg) { class XRefEntryException (line 1149) | class XRefEntryException extends BaseException { method constructor (line 1150) | constructor(msg) { class XRefParseException (line 1154) | class XRefParseException extends BaseException { method constructor (line 1155) | constructor(msg) { function arrayBuffersToBytes (line 1159) | function arrayBuffersToBytes(arr) { function getInheritableProperty (line 1180) | function getInheritableProperty({ constant ROMAN_NUMBER_MAP (line 1203) | const ROMAN_NUMBER_MAP = ["", "C", "CC", "CCC", "CD", "D", "DC", "DCC", ... function toRomanNumerals (line 1204) | function toRomanNumerals(number, lowerCase = false) { function log2 (line 1222) | function log2(x) { function readInt8 (line 1228) | function readInt8(data, offset) { function readUint16 (line 1231) | function readUint16(data, offset) { function readUint32 (line 1234) | function readUint32(data, offset) { function isWhiteSpace (line 1237) | function isWhiteSpace(ch) { function isBooleanArray (line 1240) | function isBooleanArray(arr, len) { function isNumberArray (line 1243) | function isNumberArray(arr, len) { function lookupMatrix (line 1246) | function lookupMatrix(arr, fallback) { function lookupRect (line 1249) | function lookupRect(arr, fallback) { function lookupNormalRect (line 1252) | function lookupNormalRect(arr, fallback) { function parseXFAPath (line 1255) | function parseXFAPath(path) { function escapePDFName (line 1271) | function escapePDFName(str) { function escapeString (line 1292) | function escapeString(str) { function _collectJS (line 1302) | function _collectJS(entry, xref, list, parents) { function collectActions (line 1339) | function collectActions(xref, dict, eventType) { function encodeToXmlString (line 1394) | function encodeToXmlString(str) { function validateFontName (line 1427) | function validateFontName(fontFamily, mustWarn = false) { function validateCSSFont (line 1449) | function validateCSSFont(cssFontInfo) { function recoverJsURL (line 1467) | function recoverJsURL(str) { function numberToString (line 1484) | function numberToString(value) { function getNewAnnotationsMap (line 1497) | function getNewAnnotationsMap(annotationStorage) { function isAscii (line 1515) | function isAscii(str) { function stringToUTF16HexString (line 1518) | function stringToUTF16HexString(str) { function stringToUTF16String (line 1526) | function stringToUTF16String(str, bigEndian = false) { function getRotationMatrix (line 1537) | function getRotationMatrix(rotation, width, height) { function getSizeInBytes (line 1549) | function getSizeInBytes(x) { class Stream (line 1556) | class Stream extends BaseStream { method constructor (line 1557) | constructor(arrayBuffer, start, length, dict) { method length (line 1565) | get length() { method isEmpty (line 1568) | get isEmpty() { method getByte (line 1571) | getByte() { method getBytes (line 1577) | getBytes(length) { method getByteRange (line 1591) | getByteRange(begin, end) { method reset (line 1600) | reset() { method moveStart (line 1603) | moveStart() { method makeSubStream (line 1606) | makeSubStream(start, length, dict = null) { class StringStream (line 1610) | class StringStream extends Stream { method constructor (line 1611) | constructor(str) { class NullStream (line 1615) | class NullStream extends Stream { method constructor (line 1616) | constructor() { class ChunkedStream (line 1625) | class ChunkedStream extends Stream { method constructor (line 1626) | constructor(length, chunkSize, manager) { method getMissingChunks (line 1635) | getMissingChunks() { method numChunksLoaded (line 1644) | get numChunksLoaded() { method isDataLoaded (line 1647) | get isDataLoaded() { method onReceiveData (line 1650) | onReceiveData(begin, chunk) { method onReceiveProgressiveData (line 1666) | onReceiveProgressiveData(data) { method ensureByte (line 1677) | ensureByte(pos) { method ensureRange (line 1693) | ensureRange(begin, end) { method nextEmptyChunk (line 1711) | nextEmptyChunk(beginChunk) { method hasChunk (line 1721) | hasChunk(chunk) { method getByte (line 1724) | getByte() { method getBytes (line 1734) | getBytes(length) { method getByteRange (line 1754) | getByteRange(begin, end) { method makeSubStream (line 1766) | makeSubStream(start, length, dict = null) { method getBaseStreams (line 1803) | getBaseStreams() { class ChunkedStreamManager (line 1807) | class ChunkedStreamManager { method constructor (line 1808) | constructor(pdfNetworkStream, args) { method sendRequest (line 1823) | sendRequest(begin, end) { method requestAllChunks (line 1865) | requestAllChunks(noFetch = false) { method _requestChunks (line 1872) | _requestChunks(chunks) { method getStream (line 1911) | getStream() { method requestRange (line 1914) | requestRange(begin, end) { method requestRanges (line 1924) | requestRanges(ranges = []) { method groupChunks (line 1940) | groupChunks(chunks) { method onProgress (line 1966) | onProgress(args) { method onReceiveData (line 1972) | onReceiveData(args) { method onError (line 2030) | onError(err) { method getBeginChunk (line 2033) | getBeginChunk(begin) { method getEndChunk (line 2036) | getEndChunk(end) { method abort (line 2039) | abort(reason) { function resizeRgbImage (line 2053) | function resizeRgbImage(src, dest, w1, h1, w2, h2, alpha01) { class ColorSpace (line 2076) | class ColorSpace { method constructor (line 2077) | constructor(name, numComps) { method getRgb (line 2084) | getRgb(src, srcOffset) { method getRgbItem (line 2089) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2092) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2095) | getOutputLength(inputLength, alpha01) { method isPassthrough (line 2098) | isPassthrough(bits) { method isDefaultDecode (line 2101) | isDefaultDecode(decodeMap, bpc) { method fillRgb (line 2104) | fillRgb(dest, originalWidth, originalHeight, width, height, actualHeig... method usesZeroToOneRange (line 2158) | get usesZeroToOneRange() { method _cache (line 2161) | static _cache(cacheKey, xref, localColorSpaceCache, parsedColorSpace) { method getCached (line 2180) | static getCached(cacheKey, xref, localColorSpaceCache) { method parseAsync (line 2205) | static async parseAsync({ method parse (line 2216) | static parse({ method _parse (line 2231) | static _parse(cs, xref, resources = null, pdfFunctionFactory) { method isDefaultDecode (line 2340) | static isDefaultDecode(decode, numComps) { method singletons (line 2355) | static get singletons() { class AlternateCS (line 2369) | class AlternateCS extends ColorSpace { method constructor (line 2370) | constructor(numComps, base, tintFn) { method getRgbItem (line 2376) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2381) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2412) | getOutputLength(inputLength, alpha01) { class PatternCS (line 2416) | class PatternCS extends ColorSpace { method constructor (line 2417) | constructor(baseCS) { method isDefaultDecode (line 2421) | isDefaultDecode(decodeMap, bpc) { class IndexedCS (line 2425) | class IndexedCS extends ColorSpace { method constructor (line 2426) | constructor(base, highVal, lookup) { method getRgbItem (line 2443) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2448) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2459) | getOutputLength(inputLength, alpha01) { method isDefaultDecode (line 2462) | isDefaultDecode(decodeMap, bpc) { class DeviceGrayCS (line 2477) | class DeviceGrayCS extends ColorSpace { method constructor (line 2478) | constructor() { method getRgbItem (line 2481) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2485) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2497) | getOutputLength(inputLength, alpha01) { class DeviceRgbCS (line 2501) | class DeviceRgbCS extends ColorSpace { method constructor (line 2502) | constructor() { method getRgbItem (line 2505) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2510) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2525) | getOutputLength(inputLength, alpha01) { method isPassthrough (line 2528) | isPassthrough(bits) { class DeviceCmykCS (line 2532) | class DeviceCmykCS extends ColorSpace { method constructor (line 2533) | constructor() { method #toRgb (line 2536) | #toRgb(src, srcOffset, srcScale, dest, destOffset) { method getRgbItem (line 2545) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2548) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2556) | getOutputLength(inputLength, alpha01) { class CalGrayCS (line 2560) | class CalGrayCS extends ColorSpace { method constructor (line 2561) | constructor(whitePoint, blackPoint, gamma) { method #toRgb (line 2584) | #toRgb(src, srcOffset, dest, destOffset, scale) { method getRgbItem (line 2593) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2596) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2604) | getOutputLength(inputLength, alpha01) { class CalRGBCS (line 2608) | class CalRGBCS extends ColorSpace { method constructor (line 2617) | constructor(whitePoint, blackPoint, gamma, matrix) { method #matrixProduct (line 2638) | #matrixProduct(a, b, result) { method #toFlat (line 2643) | #toFlat(sourceWhitePoint, LMS, result) { method #toD65 (line 2648) | #toD65(sourceWhitePoint, LMS, result) { method #sRGBTransferFunction (line 2656) | #sRGBTransferFunction(color) { method #adjustToRange (line 2665) | #adjustToRange(min, max, value) { method #decodeL (line 2668) | #decodeL(L) { method #compensateBlackPoint (line 2677) | #compensateBlackPoint(sourceBlackPoint, XYZ_Flat, result) { method #normalizeWhitePointToFlat (line 2701) | #normalizeWhitePointToFlat(sourceWhitePoint, XYZ_In, result) { method #normalizeWhitePointToD65 (line 2714) | #normalizeWhitePointToD65(sourceWhitePoint, XYZ_In, result) { method #toRgb (line 2721) | #toRgb(src, srcOffset, dest, destOffset, scale) { method getRgbItem (line 2747) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2750) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2758) | getOutputLength(inputLength, alpha01) { class LabCS (line 2762) | class LabCS extends ColorSpace { method constructor (line 2763) | constructor(whitePoint, blackPoint, range) { method #fn_g (line 2786) | #fn_g(x) { method #decode (line 2789) | #decode(value, high1, low2, high2) { method #toRgb (line 2792) | #toRgb(src, srcOffset, maxVal, dest, destOffset) { method getRgbItem (line 2831) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2834) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2842) | getOutputLength(inputLength, alpha01) { method isDefaultDecode (line 2845) | isDefaultDecode(decodeMap, bpc) { method usesZeroToOneRange (line 2848) | get usesZeroToOneRange() { function hexToInt (line 2855) | function hexToInt(a, size) { function hexToStr (line 2862) | function hexToStr(a, size) { function addHex (line 2871) | function addHex(a, b, size) { function incHex (line 2879) | function incHex(a, size) { constant MAX_NUM_SIZE (line 2887) | const MAX_NUM_SIZE = 16; constant MAX_ENCODED_NUM_SIZE (line 2888) | const MAX_ENCODED_NUM_SIZE = 19; class BinaryCMapStream (line 2889) | class BinaryCMapStream { method constructor (line 2890) | constructor(data) { method readByte (line 2896) | readByte() { method readNumber (line 2902) | readNumber() { method readSigned (line 2915) | readSigned() { method readHex (line 2919) | readHex(num, size) { method readHexNumber (line 2923) | readHexNumber(num, size) { method readHexSigned (line 2949) | readHexSigned(num, size) { method readString (line 2958) | readString() { class BinaryCMapReader (line 2967) | class BinaryCMapReader { method process (line 2968) | async process(data, cMap, extend) { class DecodeStream (line 3114) | class DecodeStream extends BaseStream { method constructor (line 3115) | constructor(maybeMinBufferLength) { method isEmpty (line 3129) | get isEmpty() { method ensureBuffer (line 3135) | ensureBuffer(requested) { method getByte (line 3148) | getByte() { method getBytes (line 3158) | getBytes(length, ignoreColorSpace = false) { method reset (line 3180) | reset() { method makeSubStream (line 3183) | makeSubStream(start, length, dict = null) { method getBaseStreams (line 3196) | getBaseStreams() { class StreamsSequenceStream (line 3200) | class StreamsSequenceStream extends DecodeStream { method constructor (line 3201) | constructor(streams, onError = null) { method readBlock (line 3210) | readBlock() { method getBaseStreams (line 3233) | getBaseStreams() { class Ascii85Stream (line 3248) | class Ascii85Stream extends DecodeStream { method constructor (line 3249) | constructor(str, maybeLength) { method readBlock (line 3258) | readBlock() { class AsciiHexStream (line 3314) | class AsciiHexStream extends DecodeStream { method constructor (line 3315) | constructor(str, maybeLength) { method readBlock (line 3324) | readBlock() { class CCITTFaxDecoder (line 3382) | class CCITTFaxDecoder { method constructor (line 3383) | constructor(source, options = {}) { method readNextChar (line 3418) | readNextChar() { method _addPixels (line 3708) | _addPixels(a1, blackPixels) { method _addPixelsNeg (line 3724) | _addPixelsNeg(a1, blackPixels) { method _findTableCode (line 3750) | _findTableCode(start, end, table, limit) { method _getTwoDimCode (line 3770) | _getTwoDimCode() { method _getWhiteCode (line 3789) | _getWhiteCode() { method _getBlackCode (line 3816) | _getBlackCode() { method _lookBits (line 3852) | _lookBits(n) { method _eatBits (line 3866) | _eatBits(n) { class CCITTFaxStream (line 3877) | class CCITTFaxStream extends DecodeStream { method constructor (line 3878) | constructor(str, maybeLength, params) { method readBlock (line 3900) | readBlock() { class FlateStream (line 3921) | class FlateStream extends DecodeStream { method constructor (line 3922) | constructor(str, maybeLength) { method getBits (line 3943) | getBits(bits) { method getCode (line 3960) | getCode(table) { method generateHuffmanTable (line 3984) | generateHuffmanTable(lengths) { method #endsStreamOnError (line 4013) | #endsStreamOnError(err) { method readBlock (line 4017) | readBlock() { class ArithmeticDecoder (line 4396) | class ArithmeticDecoder { method constructor (line 4397) | constructor(data, start, end) { method byteIn (line 4409) | byteIn() { method readBit (line 4433) | readBit(contexts, pos) { class Jbig2Error (line 4490) | class Jbig2Error extends BaseException { method constructor (line 4491) | constructor(msg) { class ContextCache (line 4495) | class ContextCache { method getContexts (line 4496) | getContexts(id) { class DecodingContext (line 4503) | class DecodingContext { method constructor (line 4504) | constructor(data, start, end) { method decoder (line 4509) | get decoder() { method contextCache (line 4513) | get contextCache() { constant MAX_INT_32 (line 4518) | const MAX_INT_32 = 2 ** 31 - 1; constant MIN_INT_32 (line 4519) | const MIN_INT_32 = -(2 ** 31); function decodeInteger (line 4520) | function decodeInteger(contextCache, procedure, decoder) { function decodeIAID (line 4545) | function decodeIAID(contextCache, decoder, codeLength) { function decodeBitmapTemplate0 (line 4757) | function decodeBitmapTemplate0(width, height, decodingContext) { function decodeBitmap (line 4775) | function decodeBitmap(mmr, width, height, templateIndex, prediction, ski... function decodeRefinement (line 4883) | function decodeRefinement(width, height, templateIndex, referenceBitmap,... function decodeSymbolDictionary (line 4951) | function decodeSymbolDictionary(huffman, refinement, symbols, numberOfNe... function decodeTextRegion (line 5061) | function decodeTextRegion(huffman, refinement, width, height, defaultPix... function decodePatternDictionary (line 5178) | function decodePatternDictionary(mmr, patternWidth, patternHeight, maxPa... function decodeHalftoneRegion (line 5212) | function decodeHalftoneRegion(mmr, patterns, template, regionWidth, regi... function readSegmentHeader (line 5309) | function readSegmentHeader(data, start) { function readSegments (line 5401) | function readSegments(header, data, start, end) { function readRegionSegmentInformation (line 5430) | function readRegionSegmentInformation(data, start) { function processSegment (line 5440) | function processSegment(segment, visitor) { function processSegments (line 5632) | function processSegments(segments, visitor) { function parseJbig2Chunks (line 5637) | function parseJbig2Chunks(chunks) { function parseJbig2 (line 5646) | function parseJbig2(data) { class SimpleSegmentVisitor (line 5649) | class SimpleSegmentVisitor { method onPageInformation (line 5650) | onPageInformation(info) { method drawBitmap (line 5659) | drawBitmap(regionInfo, bitmap) { method onImmediateGenericRegion (line 5708) | onImmediateGenericRegion(region, data, start, end) { method onImmediateLosslessGenericRegion (line 5714) | onImmediateLosslessGenericRegion() { method onSymbolDictionary (line 5717) | onSymbolDictionary(dictionary, currentSegment, referredSegments, data,... method onImmediateTextRegion (line 5737) | onImmediateTextRegion(region, referredSegments, data, start, end) { method onImmediateLosslessTextRegion (line 5757) | onImmediateLosslessTextRegion() { method onPatternDictionary (line 5760) | onPatternDictionary(dictionary, currentSegment, data, start, end) { method onImmediateHalftoneRegion (line 5768) | onImmediateHalftoneRegion(region, referredSegments, data, start, end) { method onImmediateLosslessHalftoneRegion (line 5775) | onImmediateLosslessHalftoneRegion() { method onTables (line 5778) | onTables(currentSegment, data, start, end) { class HuffmanLine (line 5786) | class HuffmanLine { method constructor (line 5787) | constructor(lineData) { class HuffmanTreeNode (line 5805) | class HuffmanTreeNode { method constructor (line 5806) | constructor(line) { method buildTree (line 5818) | buildTree(line, shift) { method decodeNode (line 5830) | decodeNode(reader) { class HuffmanTable (line 5845) | class HuffmanTable { method constructor (line 5846) | constructor(lines, prefixCodesDone) { method decode (line 5858) | decode(reader) { method assignPrefixCodes (line 5861) | assignPrefixCodes(lines) { function decodeTablesSegment (line 5893) | function decodeTablesSegment(data, start, end) { function getStandardTable (line 5921) | function getStandardTable(number) { class Reader (line 5983) | class Reader { method constructor (line 5984) | constructor(data, start, end) { method readBit (line 5992) | readBit() { method readBits (line 6004) | readBits(numBits) { method byteAlign (line 6012) | byteAlign() { method next (line 6015) | next() { function getCustomHuffmanTable (line 6022) | function getCustomHuffmanTable(index, referredTo, customTables) { function getTextRegionHuffmanTables (line 6035) | function getTextRegionHuffmanTables(textRegion, referredTo, customTables... function getSymbolDictionaryHuffmanTables (line 6129) | function getSymbolDictionaryHuffmanTables(dictionary, referredTo, custom... function readUncompressedBitmap (line 6176) | function readUncompressedBitmap(reader, width, height) { function decodeMMRBitmap (line 6188) | function decodeMMRBitmap(input, width, height, endOfBlock) { class Jbig2Image (line 6227) | class Jbig2Image { method parseChunks (line 6228) | parseChunks(chunks) { method parse (line 6231) | parse(data) { class Jbig2Stream (line 6242) | class Jbig2Stream extends DecodeStream { method constructor (line 6243) | constructor(stream, maybeLength, params) { method bytes (line 6250) | get bytes() { method ensureBuffer (line 6253) | ensureBuffer(requested) {} method readBlock (line 6254) | readBlock() { function convertToRGBA (line 6289) | function convertToRGBA(params) { function convertBlackAndWhiteToRGBA (line 6298) | function convertBlackAndWhiteToRGBA({ function convertRGBToRGBA (line 6339) | function convertRGBToRGBA({ function grayToRGBA (line 6382) | function grayToRGBA(src, dest) { class JpegError (line 6398) | class JpegError extends BaseException { method constructor (line 6399) | constructor(msg) { class DNLMarkerError (line 6403) | class DNLMarkerError extends BaseException { method constructor (line 6404) | constructor(message, scanLines) { class EOIMarkerError (line 6409) | class EOIMarkerError extends BaseException { method constructor (line 6410) | constructor(msg) { function buildHuffmanTable (line 6423) | function buildHuffmanTable(codeLengths, values) { function getBlockBufferOffset (line 6467) | function getBlockBufferOffset(component, row, col) { function decodeScan (line 6470) | function decodeScan(data, offset, frame, components, resetInterval, spec... function quantizeAndInverse (line 6738) | function quantizeAndInverse(component, blockBufferOffset, p) { function buildComponentData (line 6941) | function buildComponentData(frame, component) { function findNextFileMarker (line 6953) | function findNextFileMarker(data, currentPos, startPos = currentPos) { class JpegImage (line 6980) | class JpegImage { method constructor (line 6981) | constructor({ method parse (line 6988) | parse(data, { method _getLinearizedBlockData (line 7259) | _getLinearizedBlockData(width, height, isSourcePDF = false) { method _isColorConversionNeeded (line 7309) | get _isColorConversionNeeded() { method _convertYccToRgb (line 7326) | _convertYccToRgb(data) { method _convertYccToRgba (line 7338) | _convertYccToRgba(data, out) { method _convertYcckToRgb (line 7350) | _convertYcckToRgb(data) { method _convertYcckToRgba (line 7364) | _convertYcckToRgba(data) { method _convertYcckToCmyk (line 7377) | _convertYcckToCmyk(data) { method _convertCmykToRgb (line 7389) | _convertCmykToRgb(data) { method _convertCmykToRgba (line 7403) | _convertCmykToRgba(data) { method getData (line 7416) | getData({ class JpegStream (line 7471) | class JpegStream extends DecodeStream { method constructor (line 7472) | constructor(stream, maybeLength, params) { method bytes (line 7486) | get bytes() { method ensureBuffer (line 7489) | ensureBuffer(requested) {} method readBlock (line 7490) | readBlock() { function intArrayFromBase64 (line 7633) | function intArrayFromBase64(s) { function tryParseAsDataURI (line 7641) | function tryParseAsDataURI(filename) { function updateMemoryViews (line 7650) | function updateMemoryViews() { function preRun (line 7665) | function preRun() { function initRuntime (line 7674) | function initRuntime() { function postRun (line 7678) | function postRun() { function addOnPreRun (line 7687) | function addOnPreRun(cb) { function addOnInit (line 7690) | function addOnInit(cb) { function addOnPostRun (line 7693) | function addOnPostRun(cb) { function addRunDependency (line 7699) | function addRunDependency(id) { function removeRunDependency (line 7703) | function removeRunDependency(id) { function findWasmBinary (line 7720) | function findWasmBinary() { function getBinarySync (line 7725) | function getBinarySync(file) { function instantiateSync (line 7738) | function instantiateSync(file, info) { function getWasmImports (line 7745) | function getWasmImports() { function createWasm (line 7750) | function createWasm() { function _jsPrintWarning (line 7918) | function _jsPrintWarning(message_ptr) { function _setImageData (line 7922) | function _setImageData(array_ptr, array_size) { function _storeErrorMessage (line 7925) | function _storeErrorMessage(message_ptr) { function run (line 7956) | function run() { class JpxError (line 8002) | class JpxError extends BaseException { method constructor (line 8003) | constructor(msg) { class JpxImage (line 8007) | class JpxImage { method decode (line 8009) | static decode(data, ignoreColorSpace = false) { method cleanup (line 8019) | static cleanup() { method parseImageProperties (line 8022) | static parseImageProperties(stream) { class JpxStream (line 8052) | class JpxStream extends DecodeStream { method constructor (line 8053) | constructor(stream, maybeLength, params) { method bytes (line 8060) | get bytes() { method ensureBuffer (line 8063) | ensureBuffer(requested) {} method readBlock (line 8064) | readBlock(ignoreColorSpace) { class LZWStream (line 8076) | class LZWStream extends DecodeStream { method constructor (line 8077) | constructor(str, maybeLength, earlyChange) { method readBits (line 8100) | readBits(n) { method readBlock (line 8117) | readBlock() { class PredictorStream (line 8195) | class PredictorStream extends DecodeStream { method constructor (line 8196) | constructor(str, maybeLength, params) { method readBlockTiff (line 8218) | readBlockTiff() { method readBlockPng (line 8290) | readBlockPng() { class RunLengthStream (line 8380) | class RunLengthStream extends DecodeStream { method constructor (line 8381) | constructor(str, maybeLength) { method readBlock (line 8386) | readBlock() { constant MAX_LENGTH_TO_CACHE (line 8430) | const MAX_LENGTH_TO_CACHE = 1000; function getInlineImageCacheKey (line 8431) | function getInlineImageCacheKey(bytes) { class Parser (line 8443) | class Parser { method constructor (line 8444) | constructor({ method refill (line 8458) | refill() { method shift (line 8462) | shift() { method tryShift (line 8471) | tryShift() { method getObj (line 8482) | getObj(cipherTransform = null) { method findDefaultInlineStreamEnd (line 8549) | findDefaultInlineStreamEnd(stream) { method findDCTDecodeInlineStreamEnd (line 8640) | findDCTDecodeInlineStreamEnd(stream) { method findASCII85DecodeInlineStreamEnd (line 8717) | findASCII85DecodeInlineStreamEnd(stream) { method findASCIIHexDecodeInlineStreamEnd (line 8751) | findASCIIHexDecodeInlineStreamEnd(stream) { method inlineStreamSkipEI (line 8769) | inlineStreamSkipEI(stream) { method makeInlineImage (line 8784) | makeInlineImage(cipherTransform) { method #findStreamLength (line 8863) | #findStreamLength(startPos) { method makeStream (line 8918) | makeStream(dict, cipherTransform) { method filter (line 8950) | filter(stream, dict, length) { method makeFilter (line 8978) | makeFilter(stream, name, maybeLength, params) { function toHexDigit (line 9034) | function toHexDigit(ch) { class Lexer (line 9043) | class Lexer { method constructor (line 9044) | constructor(stream, knownCommands = null) { method nextChar (line 9052) | nextChar() { method peekChar (line 9055) | peekChar() { method getNumber (line 9058) | getNumber() { method getString (line 9132) | getString() { method getName (line 9230) | getName() { method _hexStringWarn (line 9269) | _hexStringWarn(ch) { method getHexString (line 9280) | getHexString() { method getObj (line 9320) | getObj() { method skipToNextLine (line 9422) | skipToNextLine() { class Linearization (line 9439) | class Linearization { method create (line 9440) | static create(stream) { constant BUILT_IN_CMAPS (line 9496) | const BUILT_IN_CMAPS = ["Adobe-GB1-UCS2", "Adobe-CNS1-UCS2", "Adobe-Japa... constant MAX_MAP_RANGE (line 9497) | const MAX_MAP_RANGE = 2 ** 24 - 1; class CMap (line 9498) | class CMap { method constructor (line 9499) | constructor(builtInCMap = false) { method addCodespaceRange (line 9508) | addCodespaceRange(n, low, high) { method mapCidRange (line 9512) | mapCidRange(low, high, dstLow) { method mapBfRange (line 9520) | mapBfRange(low, high, dstLow) { method mapBfRangeToArray (line 9535) | mapBfRangeToArray(low, high, array) { method mapOne (line 9546) | mapOne(src, dst) { method lookup (line 9549) | lookup(code) { method contains (line 9552) | contains(code) { method forEach (line 9555) | forEach(callback) { method charCodeOf (line 9570) | charCodeOf(value) { method getMap (line 9582) | getMap() { method readCharCode (line 9585) | readCharCode(str, offset, out) { method getCharCodeLength (line 9604) | getCharCodeLength(charCode) { method length (line 9618) | get length() { method isIdentityCMap (line 9621) | get isIdentityCMap() { class IdentityCMap (line 9636) | class IdentityCMap extends CMap { method constructor (line 9637) | constructor(vertical, n) { method mapCidRange (line 9642) | mapCidRange(low, high, dstLow) { method mapBfRange (line 9645) | mapBfRange(low, high, dstLow) { method mapBfRangeToArray (line 9648) | mapBfRangeToArray(low, high, array) { method mapOne (line 9651) | mapOne(src, dst) { method lookup (line 9654) | lookup(code) { method contains (line 9657) | contains(code) { method forEach (line 9660) | forEach(callback) { method charCodeOf (line 9665) | charCodeOf(value) { method getMap (line 9668) | getMap() { method length (line 9675) | get length() { method isIdentityCMap (line 9678) | get isIdentityCMap() { function strToInt (line 9682) | function strToInt(str) { function expectString (line 9689) | function expectString(obj) { function expectInt (line 9694) | function expectInt(obj) { function parseBfChar (line 9699) | function parseBfChar(cMap, lexer) { function parseBfRange (line 9716) | function parseBfRange(cMap, lexer) { function parseCidChar (line 9748) | function parseCidChar(cMap, lexer) { function parseCidRange (line 9765) | function parseCidRange(cMap, lexer) { function parseCodespaceRange (line 9785) | function parseCodespaceRange(cMap, lexer) { function parseWMode (line 9807) | function parseWMode(cMap, lexer) { function parseCMapName (line 9813) | function parseCMapName(cMap, lexer) { function parseCMap (line 9819) | async function parseCMap(cMap, lexer, fetchBuiltInCMap, useCMap) { function extendCMap (line 9875) | async function extendCMap(cMap, fetchBuiltInCMap, useCMap) { function createBuiltInCMap (line 9891) | async function createBuiltInCMap(name, fetchBuiltInCMap) { class CMapFactory (line 9917) | class CMapFactory { method create (line 9918) | static async create({ function getEncoding (line 9949) | function getEncoding(encodingName) { constant MAX_SUBR_NESTING (line 9974) | const MAX_SUBR_NESTING = 10; constant NUM_STANDARD_CFF_STRINGS (line 9976) | const NUM_STANDARD_CFF_STRINGS = 391; method stackFn (line 10094) | stackFn(stack, index) { method stackFn (line 10101) | stackFn(stack, index) { method stackFn (line 10108) | stackFn(stack, index) { method stackFn (line 10115) | stackFn(stack, index) { method stackFn (line 10146) | stackFn(stack, index) { class CFFParser (line 10186) | class CFFParser { method constructor (line 10187) | constructor(file, properties, seacAnalysisEnabled) { method parse (line 10192) | parse() { method parseHeader (line 10253) | parseHeader() { method parseDict (line 10278) | parseDict(dict) { method parseIndex (line 10343) | parseIndex(pos) { method parseNameIndex (line 10373) | parseNameIndex(index) { method parseStringIndex (line 10381) | parseStringIndex(index) { method createDict (line 10389) | createDict(Type, dict, strings) { method parseCharString (line 10396) | parseCharString(state, data, localSubrIndex, globalSubrIndex) { method parseCharStrings (line 10547) | parseCharStrings({ method emptyPrivateDictionary (line 10614) | emptyPrivateDictionary(parentDict) { method parsePrivateDict (line 10619) | parsePrivateDict(parentDict) { method parseCharsets (line 10655) | parseCharsets(pos, length, strings, cid) { method parseEncoding (line 10701) | parseEncoding(pos, properties, strings, charset) { method parseFDSelect (line 10759) | parseFDSelect(pos, length) { class CFF (line 10796) | class CFF { method constructor (line 10797) | constructor() { method duplicateFirstGlyph (line 10810) | duplicateFirstGlyph() { method hasGlyphId (line 10821) | hasGlyphId(id) { class CFFHeader (line 10829) | class CFFHeader { method constructor (line 10830) | constructor(major, minor, hdrSize, offSize) { class CFFStrings (line 10837) | class CFFStrings { method constructor (line 10838) | constructor() { method get (line 10841) | get(index) { method getSID (line 10850) | getSID(str) { method add (line 10861) | add(value) { method count (line 10864) | get count() { class CFFIndex (line 10868) | class CFFIndex { method constructor (line 10869) | constructor() { method add (line 10873) | add(data) { method set (line 10877) | set(index, data) { method get (line 10881) | get(index) { method count (line 10884) | get count() { class CFFDict (line 10888) | class CFFDict { method constructor (line 10889) | constructor(tables, strings) { method setByKey (line 10899) | setByKey(key, value) { method setByName (line 10919) | setByName(name, value) { method hasName (line 10925) | hasName(name) { method getByName (line 10928) | getByName(name) { method removeByName (line 10938) | removeByName(name) { method createTables (line 10941) | static createTables(layout) { class CFFTopDict (line 10963) | class CFFTopDict extends CFFDict { method tables (line 10964) | static get tables() { method constructor (line 10967) | constructor(strings) { class CFFPrivateDict (line 10973) | class CFFPrivateDict extends CFFDict { method tables (line 10974) | static get tables() { method constructor (line 10977) | constructor(strings) { class CFFCharset (line 10987) | class CFFCharset { method constructor (line 10988) | constructor(predefined, format, charset, raw) { class CFFEncoding (line 10995) | class CFFEncoding { method constructor (line 10996) | constructor(predefined, format, encoding, raw) { class CFFFDSelect (line 11003) | class CFFFDSelect { method constructor (line 11004) | constructor(format, fdSelect) { method getFDIndex (line 11008) | getFDIndex(glyphIndex) { class CFFOffsetTracker (line 11015) | class CFFOffsetTracker { method constructor (line 11016) | constructor() { method isTracking (line 11019) | isTracking(key) { method track (line 11022) | track(key, location) { method offset (line 11028) | offset(value) { method setEntryLocation (line 11033) | setEntryLocation(key, values, output) { class CFFCompiler (line 11058) | class CFFCompiler { method constructor (line 11059) | constructor(cff) { method compile (line 11062) | compile() { method encodeNumber (line 11134) | encodeNumber(value) { method EncodeFloatRegExp (line 11140) | static get EncodeFloatRegExp() { method encodeFloat (line 11143) | encodeFloat(num) { method encodeInteger (line 11171) | encodeInteger(value) { method compileHeader (line 11188) | compileHeader(header) { method compileNameIndex (line 11191) | compileNameIndex(names) { method compileTopDicts (line 11211) | compileTopDicts(dicts, length, removeCidKeys) { method compilePrivateDicts (line 11234) | compilePrivateDicts(dicts, trackers, output) { method compileDict (line 11257) | compileDict(dict, offsetTracker) { method compileStringIndex (line 11304) | compileStringIndex(strings) { method compileCharStrings (line 11311) | compileCharStrings(charStrings) { method compileCharset (line 11323) | compileCharset(charset, numGlyphs, strings, isCIDFont) { method compileEncoding (line 11354) | compileEncoding(encoding) { method compileFDSelect (line 11357) | compileFDSelect(fdSelect) { method compileTypedArray (line 11388) | compileTypedArray(data) { method compileIndex (line 11391) | compileIndex(index, trackers = []) { function mapSpecialUnicodeValues (line 16005) | function mapSpecialUnicodeValues(code) { function getUnicodeForGlyph (line 16015) | function getUnicodeForGlyph(name, glyphsUnicodeMap) { function getUnicodeRangeFor (line 16043) | function getUnicodeRangeFor(value, lastPosition = -1) { function getCharUnicodeCategory (line 16064) | function getCharUnicodeCategory(char) { function clearUnicodeCaches (line 16078) | function clearUnicodeCaches() { constant SEAC_ANALYSIS_ENABLED (line 16087) | const SEAC_ANALYSIS_ENABLED = true; function recoverGlyphName (line 16100) | function recoverGlyphName(name, glyphsUnicodeMap) { function type1FontGlyphMapping (line 16115) | function type1FontGlyphMapping(properties, builtInEncoding, glyphNames) { function normalizeFontName (line 16162) | function normalizeFontName(name) { function getStandardFontName (line 17007) | function getStandardFontName(name) { function isKnownFontName (line 17012) | function isKnownFontName(name) { class ToUnicodeMap (line 17019) | class ToUnicodeMap { method constructor (line 17020) | constructor(cmap = []) { method length (line 17023) | get length() { method forEach (line 17026) | forEach(callback) { method has (line 17031) | has(i) { method get (line 17034) | get(i) { method charCodeOf (line 17037) | charCodeOf(value) { method amend (line 17049) | amend(map) { class IdentityToUnicodeMap (line 17055) | class IdentityToUnicodeMap { method constructor (line 17056) | constructor(firstChar, lastChar) { method length (line 17060) | get length() { method forEach (line 17063) | forEach(callback) { method has (line 17068) | has(i) { method get (line 17071) | get(i) { method charCodeOf (line 17077) | charCodeOf(v) { method amend (line 17080) | amend(map) { class CFFFont (line 17089) | class CFFFont { method constructor (line 17090) | constructor(file, properties) { method numGlyphs (line 17105) | get numGlyphs() { method getCharset (line 17108) | getCharset() { method getGlyphMapping (line 17111) | getGlyphMapping() { method hasGlyphId (line 17158) | hasGlyphId(id) { method _createBuiltInEncoding (line 17161) | _createBuiltInEncoding() { function getUint32 (line 17194) | function getUint32(data, offset) { function getUint16 (line 17197) | function getUint16(data, offset) { function getInt16 (line 17200) | function getInt16(data, offset) { function getInt8 (line 17203) | function getInt8(data, offset) { function getFloat214 (line 17206) | function getFloat214(data, offset) { function getSubroutineBias (line 17209) | function getSubroutineBias(subrs) { function parseCmap (line 17219) | function parseCmap(data, start, end) { function parseCff (line 17269) | function parseCff(data, start, end, seacAnalysisEnabled) { function parseGlyfTable (line 17282) | function parseGlyfTable(glyf, loca, isGlyphLocationsLong) { function lookupCmap (line 17300) | function lookupCmap(ranges, unicode) { function compileGlyf (line 17321) | function compileGlyf(code, cmds, font) { function compileCharString (line 17478) | function compileCharString(charStringCode, cmds, font, glyphId) { constant NOOP (line 17826) | const NOOP = []; class Commands (line 17827) | class Commands { method add (line 17829) | add(cmd, args) { class CompiledFont (line 17843) | class CompiledFont { method constructor (line 17844) | constructor(fontMatrix) { method getPathJs (line 17852) | getPathJs(unicode) { method compileGlyph (line 17874) | compileGlyph(code, glyphId) { method compileGlyphImpl (line 17896) | compileGlyphImpl() { method hasBuiltPath (line 17899) | hasBuiltPath(unicode) { class TrueTypeCompiled (line 17907) | class TrueTypeCompiled extends CompiledFont { method constructor (line 17908) | constructor(glyphs, cmap, fontMatrix) { method compileGlyphImpl (line 17913) | compileGlyphImpl(code, cmds) { class Type2Compiled (line 17917) | class Type2Compiled extends CompiledFont { method constructor (line 17918) | constructor(cffInfo, cmap, fontMatrix, glyphNameMap) { method compileGlyphImpl (line 17931) | compileGlyphImpl(code, cmds, glyphId) { class FontRendererFactory (line 17935) | class FontRendererFactory { method create (line 17936) | static create(font, seacAnalysisEnabled) { constant ON_CURVE_POINT (line 20999) | const ON_CURVE_POINT = 1 << 0; constant X_SHORT_VECTOR (line 21000) | const X_SHORT_VECTOR = 1 << 1; constant Y_SHORT_VECTOR (line 21001) | const Y_SHORT_VECTOR = 1 << 2; constant REPEAT_FLAG (line 21002) | const REPEAT_FLAG = 1 << 3; constant X_IS_SAME_OR_POSITIVE_X_SHORT_VECTOR (line 21003) | const X_IS_SAME_OR_POSITIVE_X_SHORT_VECTOR = 1 << 4; constant Y_IS_SAME_OR_POSITIVE_Y_SHORT_VECTOR (line 21004) | const Y_IS_SAME_OR_POSITIVE_Y_SHORT_VECTOR = 1 << 5; constant OVERLAP_SIMPLE (line 21005) | const OVERLAP_SIMPLE = 1 << 6; constant ARG_1_AND_2_ARE_WORDS (line 21006) | const ARG_1_AND_2_ARE_WORDS = 1 << 0; constant ARGS_ARE_XY_VALUES (line 21007) | const ARGS_ARE_XY_VALUES = 1 << 1; constant WE_HAVE_A_SCALE (line 21008) | const WE_HAVE_A_SCALE = 1 << 3; constant MORE_COMPONENTS (line 21009) | const MORE_COMPONENTS = 1 << 5; constant WE_HAVE_AN_X_AND_Y_SCALE (line 21010) | const WE_HAVE_AN_X_AND_Y_SCALE = 1 << 6; constant WE_HAVE_A_TWO_BY_TWO (line 21011) | const WE_HAVE_A_TWO_BY_TWO = 1 << 7; constant WE_HAVE_INSTRUCTIONS (line 21012) | const WE_HAVE_INSTRUCTIONS = 1 << 8; class GlyfTable (line 21013) | class GlyfTable { method constructor (line 21014) | constructor({ method getSize (line 21038) | getSize() { method write (line 21044) | write() { method scale (line 21073) | scale(factors) { class Glyph (line 21079) | class Glyph { method constructor (line 21080) | constructor({ method parse (line 21089) | static parse(pos, glyf) { method getSize (line 21113) | getSize() { method write (line 21120) | write(pos, buf) { method scale (line 21135) | scale(factor) { class GlyphHeader (line 21150) | class GlyphHeader { method constructor (line 21151) | constructor({ method parse (line 21164) | static parse(pos, glyf) { method getSize (line 21173) | getSize() { method write (line 21176) | write(pos, buf) { method scale (line 21184) | scale(x, factor) { class Contour (line 21189) | class Contour { method constructor (line 21190) | constructor({ class SimpleGlyph (line 21200) | class SimpleGlyph { method constructor (line 21201) | constructor({ method parse (line 21208) | static parse(pos, glyf, numberOfContours) { method getSize (line 21292) | getSize() { method write (line 21319) | write(pos, buf) { method scale (line 21395) | scale(x, factor) { class CompositeGlyph (line 21406) | class CompositeGlyph { method constructor (line 21407) | constructor({ method parse (line 21422) | static parse(pos, glyf) { method getSize (line 21475) | getSize() { method write (line 21490) | write(pos, buf) { method scale (line 21526) | scale(x, factor) {} function writeInt16 (line 21532) | function writeInt16(dest, offset, num) { function writeInt32 (line 21536) | function writeInt32(dest, offset, num) { function writeData (line 21542) | function writeData(dest, offset, data) { constant OTF_HEADER_SIZE (line 21555) | const OTF_HEADER_SIZE = 12; constant OTF_TABLE_ENTRY_SIZE (line 21556) | const OTF_TABLE_ENTRY_SIZE = 16; class OpenTypeFileBuilder (line 21557) | class OpenTypeFileBuilder { method constructor (line 21558) | constructor(sfnt) { method getSearchParams (line 21562) | static getSearchParams(entriesCount, entrySize) { method toArray (line 21576) | toArray() { method addTable (line 21627) | addTable(tag, data) { constant HINTING_ENABLED (line 21640) | const HINTING_ENABLED = false; constant COMMAND_MAP (line 21641) | const COMMAND_MAP = { class Type1CharString (line 21658) | class Type1CharString { method constructor (line 21659) | constructor() { method convert (line 21666) | convert(encoded, subrs, seacAnalysisEnabled) { method executeCommand (line 21859) | executeCommand(howManyArgs, command, keepStack) { constant EEXEC_ENCRYPT_KEY (line 21883) | const EEXEC_ENCRYPT_KEY = 55665; constant CHAR_STRS_ENCRYPT_KEY (line 21884) | const CHAR_STRS_ENCRYPT_KEY = 4330; function isHexDigit (line 21885) | function isHexDigit(code) { function decrypt (line 21888) | function decrypt(data, key, discardNumber) { function decryptAscii (line 21909) | function decryptAscii(data, key, discardNumber) { function isSpecial (line 21935) | function isSpecial(c) { class Type1Parser (line 21938) | class Type1Parser { method constructor (line 21939) | constructor(stream, encrypted, seacAnalysisEnabled) { method readNumberArray (line 21949) | readNumberArray() { method readNumber (line 21961) | readNumber() { method readInt (line 21965) | readInt() { method readBoolean (line 21969) | readBoolean() { method nextChar (line 21973) | nextChar() { method prevChar (line 21976) | prevChar() { method getToken (line 21980) | getToken() { method readCharStrings (line 22009) | readCharStrings(bytes, lenIV) { method extractFontProgram (line 22015) | extractFontProgram(properties) { method extractFontHeader (line 22148) | extractFontHeader(properties) { function findBlock (line 22207) | function findBlock(streamBytes, signature, startIndex) { function getHeaderBlock (line 22233) | function getHeaderBlock(stream, suggestedLength) { function getEexecBlock (line 22279) | function getEexecBlock(stream, suggestedLength) { class Type1Font (line 22289) | class Type1Font { method constructor (line 22290) | constructor(name, file, properties) { method numGlyphs (line 22320) | get numGlyphs() { method getCharset (line 22323) | getCharset() { method getGlyphMapping (line 22332) | getGlyphMapping(properties) { method hasGlyphId (line 22359) | hasGlyphId(id) { method getSeacs (line 22369) | getSeacs(charstrings) { method getType2Charstrings (line 22379) | getType2Charstrings(type1Charstrings) { method getType2Subrs (line 22386) | getType2Subrs(type1Subrs) { method wrap (line 22406) | wrap(name, glyphs, charstrings, subrs, properties) { constant PRIVATE_USE_AREAS (line 22494) | const PRIVATE_USE_AREAS = [[0xe000, 0xf8ff], [0x100000, 0x10fffd]]; constant PDF_GLYPH_SPACE_UNITS (line 22495) | const PDF_GLYPH_SPACE_UNITS = 1000; constant EXPORT_DATA_PROPERTIES (line 22496) | const EXPORT_DATA_PROPERTIES = ["ascent", "bbox", "black", "bold", "char... constant EXPORT_DATA_EXTRA_PROPERTIES (line 22497) | const EXPORT_DATA_EXTRA_PROPERTIES = ["cMap", "defaultEncoding", "differ... function adjustWidths (line 22498) | function adjustWidths(properties) { function adjustTrueTypeToUnicode (line 22512) | function adjustTrueTypeToUnicode(properties, isSymbolicFont, nameRecords) { function adjustType1ToUnicode (line 22557) | function adjustType1ToUnicode(properties, builtInEncoding) { function amendFallbackToUnicode (line 22588) | function amendFallbackToUnicode(properties) { class fonts_Glyph (line 22606) | class fonts_Glyph { method constructor (line 22607) | constructor(originalCharCode, fontChar, unicode, accent, width, vmetri... method category (line 22618) | get category() { function int16 (line 22622) | function int16(b0, b1) { function writeSignedInt16 (line 22625) | function writeSignedInt16(bytes, index, value) { function signedInt16 (line 22629) | function signedInt16(b0, b1) { function writeUint32 (line 22633) | function writeUint32(bytes, index, value) { function int32 (line 22639) | function int32(b0, b1, b2, b3) { function string16 (line 22642) | function string16(value) { function safeString16 (line 22645) | function safeString16(value) { function isTrueTypeFile (line 22653) | function isTrueTypeFile(file) { function isTrueTypeCollectionFile (line 22657) | function isTrueTypeCollectionFile(file) { function isOpenTypeFile (line 22661) | function isOpenTypeFile(file) { function isType1File (line 22665) | function isType1File(file) { function isCFFFile (line 22675) | function isCFFFile(file) { function getFontFileType (line 22682) | function getFontFileType(file, { function applyStandardFontGlyphMap (line 22713) | function applyStandardFontGlyphMap(map, glyphMap) { function buildToFontChar (line 22718) | function buildToFontChar(encoding, glyphsUnicodeMap, differences) { function isMacNameRecord (line 22735) | function isMacNameRecord(r) { function isWinNameRecord (line 22738) | function isWinNameRecord(r) { function convertCidString (line 22741) | function convertCidString(charCode, cid, shouldThrow = false) { function adjustMapping (line 22755) | function adjustMapping(charCodeToGlyphId, hasGlyph, newGlyphZeroId, toUn... function getRanges (line 22801) | function getRanges(glyphs, toUnicodeExtraMap, numGlyphs) { function createCmapTable (line 22851) | function createCmapTable(glyphs, toUnicodeExtraMap, numGlyphs) { function validateOS2Table (line 22934) | function validateOS2Table(os2, file) { function createOS2Table (line 22955) | function createOS2Table(properties, charstrings, override) { function createPostTable (line 23011) | function createPostTable(properties) { function createPostscriptName (line 23015) | function createPostscriptName(name) { function createNameTable (line 23018) | function createNameTable(name, proto) { class Font (line 23052) | class Font { method constructor (line 23053) | constructor(name, file, properties) { method renderer (line 23177) | get renderer() { method exportData (line 23181) | exportData(extraProperties = false) { method fallbackToSystemFont (line 23193) | fallbackToSystemFont(properties) { method checkAndRepair (line 23290) | checkAndRepair(name, font, properties) { method convert (line 24620) | convert(fontName, font, properties) { method _charToGlyph (line 24722) | _charToGlyph(charcode, isSpace = false) { method charsToGlyphs (line 24777) | charsToGlyphs(chars) { method getCharPositions (line 24806) | getCharPositions(chars) { method glyphCacheValues (line 24824) | get glyphCacheValues() { method encodeString (line 24827) | encodeString(str) { class ErrorFont (line 24861) | class ErrorFont { method constructor (line 24862) | constructor(error) { method charsToGlyphs (line 24867) | charsToGlyphs() { method encodeString (line 24870) | encodeString(chars) { method exportData (line 24873) | exportData(extraProperties = false) { class Pattern (line 24894) | class Pattern { method constructor (line 24895) | constructor() { method parseShading (line 24898) | static parseShading(shading, xref, res, pdfFunctionFactory, localColor... class BaseShading (line 24923) | class BaseShading { method constructor (line 24925) | constructor() { method getIR (line 24930) | getIR() { class RadialAxialShading (line 24934) | class RadialAxialShading extends BaseShading { method constructor (line 24935) | constructor(dict, xref, resources, pdfFunctionFactory, localColorSpace... method getIR (line 25049) | getIR() { class MeshStreamReader (line 25073) | class MeshStreamReader { method constructor (line 25074) | constructor(stream, context) { method hasData (line 25084) | get hasData() { method readBits (line 25099) | readBits(n) { method align (line 25123) | align() { method readFlag (line 25127) | readFlag() { method readCoordinate (line 25130) | readCoordinate() { method readComponents (line 25138) | readComponents() { function buildB (line 25156) | function buildB(count) { function getB (line 25165) | function getB(count) { function clearPatternCaches (line 25168) | function clearPatternCaches() { class MeshShading (line 25171) | class MeshShading extends BaseShading { method constructor (line 25175) | constructor(stream, xref, resources, pdfFunctionFactory, localColorSpa... method _decodeType4Shading (line 25239) | _decodeType4Shading(reader) { method _decodeType5Shading (line 25280) | _decodeType5Shading(reader, verticesPerRow) { method _decodeType6Shading (line 25298) | _decodeType6Shading(reader) { method _decodeType7Shading (line 25415) | _decodeType7Shading(reader) { method _buildFigureFromPatch (line 25540) | _buildFigureFromPatch(index) { method _updateBounds (line 25613) | _updateBounds() { method _packData (line 25628) | _packData() { method getIR (line 25658) | getIR() { class DummyShading (line 25668) | class DummyShading extends BaseShading { method getIR (line 25669) | getIR() { function getTilingPatternIR (line 25673) | function getTilingPatternIR(operatorList, dict, color) { function getXfaFontName (line 25939) | function getXfaFontName(name) { function getXfaFontWidths (line 25944) | function getXfaFontWidths(name) { function getXfaFontDict (line 25973) | function getXfaFontDict(name) { class PostScriptParser (line 25998) | class PostScriptParser { method constructor (line 25999) | constructor(lexer) { method nextToken (line 26005) | nextToken() { method accept (line 26009) | accept(type) { method expect (line 26016) | expect(type) { method parse (line 26022) | parse() { method parseBlock (line 26029) | parseBlock() { method parseCondition (line 26042) | parseCondition() { class PostScriptToken (line 26074) | class PostScriptToken { method opCache (line 26075) | static get opCache() { method constructor (line 26078) | constructor(type, value) { method getOperator (line 26082) | static getOperator(op) { method LBRACE (line 26085) | static get LBRACE() { method RBRACE (line 26088) | static get RBRACE() { method IF (line 26091) | static get IF() { method IFELSE (line 26094) | static get IFELSE() { class PostScriptLexer (line 26098) | class PostScriptLexer { method constructor (line 26099) | constructor(stream) { method nextChar (line 26104) | nextChar() { method getToken (line 26107) | getToken() { method getNumber (line 26163) | getNumber() { class BaseLocalCache (line 26186) | class BaseLocalCache { method constructor (line 26187) | constructor(options) { method getByName (line 26198) | getByName(name) { method getByRef (line 26208) | getByRef(ref) { method set (line 26211) | set(name, ref, data) { class LocalImageCache (line 26215) | class LocalImageCache extends BaseLocalCache { method set (line 26216) | set(name, ref = null, data) { class LocalColorSpaceCache (line 26234) | class LocalColorSpaceCache extends BaseLocalCache { method set (line 26235) | set(name = null, ref = null, data) { class LocalFunctionCache (line 26255) | class LocalFunctionCache extends BaseLocalCache { method constructor (line 26256) | constructor(options) { method set (line 26261) | set(name = null, ref, data) { class LocalGStateCache (line 26271) | class LocalGStateCache extends BaseLocalCache { method set (line 26272) | set(name, ref = null, data) { class LocalTilingPatternCache (line 26290) | class LocalTilingPatternCache extends BaseLocalCache { method constructor (line 26291) | constructor(options) { method set (line 26296) | set(name = null, ref, data) { class RegionalImageCache (line 26306) | class RegionalImageCache extends BaseLocalCache { method constructor (line 26307) | constructor(options) { method set (line 26312) | set(name = null, ref, data) { class GlobalImageCache (line 26322) | class GlobalImageCache { method constructor (line 26327) | constructor() { method #byteSize (line 26331) | get #byteSize() { method #cacheLimitReached (line 26338) | get #cacheLimitReached() { method shouldCache (line 26347) | shouldCache(ref, pageIndex) { method addDecodeFailed (line 26362) | addDecodeFailed(ref) { method hasDecodeFailed (line 26365) | hasDecodeFailed(ref) { method addByteSize (line 26368) | addByteSize(ref, byteSize) { method getData (line 26378) | getData(ref, pageIndex) { method setData (line 26393) | setData(ref, data) { method clear (line 26406) | clear(onlyData = false) { class PDFFunctionFactory (line 26422) | class PDFFunctionFactory { method constructor (line 26423) | constructor({ method create (line 26430) | create(fn) { method createFromArray (line 26443) | createFromArray(fnObj) { method getCached (line 26456) | getCached(cacheKey) { method _cache (line 26473) | _cache(cacheKey, parsedFunction) { method _localFunctionCache (line 26489) | get _localFunctionCache() { function toNumberArray (line 26493) | function toNumberArray(arr) { class PDFFunction (line 26502) | class PDFFunction { method getSampleArray (line 26503) | static getSampleArray(size, outputSize, bps, stream) { method parse (line 26528) | static parse({ method parseArray (line 26567) | static parseArray({ method constructSampled (line 26593) | static constructSampled({ method constructInterpolated (line 26682) | static constructInterpolated({ method constructStiched (line 26702) | static constructStiched({ method constructPostScript (line 26757) | static constructPostScript({ function isPDFFunction (line 26826) | function isPDFFunction(v) { class PostScriptStack (line 26837) | class PostScriptStack { method constructor (line 26839) | constructor(initialStack) { method push (line 26842) | push(value) { method pop (line 26848) | pop() { method copy (line 26854) | copy(n) { method index (line 26863) | index(n) { method roll (line 26866) | roll(n, p) { class PostScriptEvaluator (line 26888) | class PostScriptEvaluator { method constructor (line 26889) | constructor(operators) { method execute (line 26892) | execute(initialStack) { class AstNode (line 27120) | class AstNode { method constructor (line 27121) | constructor(type) { method visit (line 27124) | visit(visitor) { class AstArgument (line 27128) | class AstArgument extends AstNode { method constructor (line 27129) | constructor(index, min, max) { method visit (line 27135) | visit(visitor) { class AstLiteral (line 27139) | class AstLiteral extends AstNode { method constructor (line 27140) | constructor(number) { method visit (line 27146) | visit(visitor) { class AstBinaryOperation (line 27150) | class AstBinaryOperation extends AstNode { method constructor (line 27151) | constructor(op, arg1, arg2, min, max) { method visit (line 27159) | visit(visitor) { class AstMin (line 27163) | class AstMin extends AstNode { method constructor (line 27164) | constructor(arg, max) { method visit (line 27170) | visit(visitor) { class AstVariable (line 27174) | class AstVariable extends AstNode { method constructor (line 27175) | constructor(index, min, max) { method visit (line 27181) | visit(visitor) { class AstVariableDefinition (line 27185) | class AstVariableDefinition extends AstNode { method constructor (line 27186) | constructor(variable, arg) { method visit (line 27191) | visit(visitor) { class ExpressionBuilderVisitor (line 27195) | class ExpressionBuilderVisitor { method constructor (line 27196) | constructor() { method visitArgument (line 27199) | visitArgument(arg) { method visitVariable (line 27202) | visitVariable(variable) { method visitLiteral (line 27205) | visitLiteral(literal) { method visitBinaryOperation (line 27208) | visitBinaryOperation(operation) { method visitVariableDefinition (line 27215) | visitVariableDefinition(definition) { method visitMin (line 27222) | visitMin(max) { method toString (line 27227) | toString() { function buildAddOperation (line 27231) | function buildAddOperation(num1, num2) { function buildMulOperation (line 27243) | function buildMulOperation(num1, num2) { function buildSubOperation (line 27264) | function buildSubOperation(num1, num2) { function buildMinOperation (line 27277) | function buildMinOperation(num1, max) { class PostScriptCompiler (line 27285) | class PostScriptCompiler { method compile (line 27286) | compile(code, domain, range) { function isOdd (line 27449) | function isOdd(i) { function isEven (line 27452) | function isEven(i) { function findUnequal (line 27455) | function findUnequal(arr, start, value) { function setValues (line 27464) | function setValues(arr, start, end, value) { function reverseValues (line 27469) | function reverseValues(arr, start, end) { function createBidiText (line 27476) | function createBidiText(str, isLTR, vertical = false) { function bidi (line 27490) | function bidi(str, startLevel = -1, vertical = false) { constant NORMAL (line 27685) | const NORMAL = { constant BOLD (line 27689) | const BOLD = { constant ITALIC (line 27693) | const ITALIC = { constant BOLDITALIC (line 27697) | const BOLDITALIC = { function getStyleToAppend (line 27812) | function getStyleToAppend(style) { function getFamilyName (line 27830) | function getFamilyName(str) { function generateFont (line 27834) | function generateFont({ function getFontSubstitution (line 27875) | function getFontSubstitution(systemFontCache, idFactory, localFontPath, ... constant MIN_IMAGE_DIM (line 27948) | const MIN_IMAGE_DIM = 2048; constant MAX_IMAGE_DIM (line 27949) | const MAX_IMAGE_DIM = 65537; constant MAX_ERROR (line 27950) | const MAX_ERROR = 128; class ImageResizer (line 27951) | class ImageResizer { method constructor (line 27952) | constructor(imgData, isMask) { method needsToBeResized (line 27956) | static needsToBeResized(width, height) { method MAX_DIM (line 27981) | static get MAX_DIM() { method MAX_AREA (line 27984) | static get MAX_AREA() { method MAX_AREA (line 27988) | static set MAX_AREA(area) { method setMaxArea (line 27994) | static setMaxArea(area) { method _areGoodDims (line 27999) | static _areGoodDims(width, height) { method _guessMax (line 28011) | static _guessMax(start, end, tolerance, defaultHeight) { method createImage (line 28023) | static async createImage(imgData, isMask = false) { method _createImage (line 28026) | async _createImage() { method _encodeBMP (line 28069) | _encodeBMP() { constant SEED (line 28191) | const SEED = 0xc3d2e1f0; constant MASK_HIGH (line 28192) | const MASK_HIGH = 0xffff0000; constant MASK_LOW (line 28193) | const MASK_LOW = 0xffff; class MurmurHash3_64 (line 28194) | class MurmurHash3_64 { method constructor (line 28195) | constructor(seed) { method update (line 28199) | update(input) { method hexdigest (line 28269) | hexdigest() { function addState (line 28285) | function addState(parentState, pattern, checkFn, iterateFn, processFn) { class NullOptimizer (line 28603) | class NullOptimizer { method constructor (line 28604) | constructor(queue) { method _optimize (line 28607) | _optimize() {} method push (line 28608) | push(fn, args) { method flush (line 28613) | flush() {} method reset (line 28614) | reset() {} class QueueOptimizer (line 28616) | class QueueOptimizer extends NullOptimizer { method constructor (line 28617) | constructor(queue) { method isOffscreenCanvasSupported (line 28629) | set isOffscreenCanvasSupported(value) { method _optimize (line 28632) | _optimize() { method flush (line 28676) | flush() { method reset (line 28685) | reset() { class OperatorList (line 28691) | class OperatorList { method constructor (line 28694) | constructor(intent = 0, streamSink) { method isOffscreenCanvasSupported (line 28704) | set isOffscreenCanvasSupported(value) { method length (line 28707) | get length() { method ready (line 28710) | get ready() { method totalLength (line 28713) | get totalLength() { method addOp (line 28716) | addOp(fn, args) { method addImageOps (line 28727) | addImageOps(fn, args, optionalContent) { method addDependency (line 28736) | addDependency(dependency) { method addDependencies (line 28743) | addDependencies(dependencies) { method addOpList (line 28748) | addOpList(opList) { method getIR (line 28760) | getIR() { method _transfers (line 28767) | get _transfers() { method flush (line 28788) | flush(lastChunk = false, separateAnnots = null) { function decodeAndClamp (line 28817) | function decodeAndClamp(value, addend, coefficient, max) { function resizeImageMask (line 28826) | function resizeImageMask(src, bpc, w1, h1, w2, h2) { class PDFImage (line 28857) | class PDFImage { method constructor (line 28858) | constructor({ method buildImage (line 28999) | static async buildImage({ method createRawMask (line 29036) | static createRawMask({ method createMask (line 29069) | static async createMask({ method drawWidth (line 29133) | get drawWidth() { method drawHeight (line 29136) | get drawHeight() { method decodeBuffer (line 29139) | decodeBuffer(buffer) { method getComponents (line 29160) | getComponents(buffer) { method fillOpacity (line 29235) | fillOpacity(rgbaBuf, width, height, actualHeight, image) { method undoPreblend (line 29290) | undoPreblend(buffer, width, height) { method createImageData (line 29314) | async createImageData(forceRGBA = false, isOffscreenCanvasSupported = ... method fillGrayBuffer (line 29464) | fillGrayBuffer(buffer) { method createBitmap (line 29500) | createBitmap(kind, width, height, src) { method getImageBytes (line 29527) | getImageBytes(length, { constant TEXT_CHUNK_BATCH_SIZE (line 29592) | const TEXT_CHUNK_BATCH_SIZE = 10; function normalizeBlendMode (line 29594) | function normalizeBlendMode(value, parsingArray = false) { function incrementCachedImageMaskCount (line 29652) | function incrementCachedImageMaskCount(data) { class TimeSlotManager (line 29657) | class TimeSlotManager { method constructor (line 29660) | constructor() { method check (line 29663) | check() { method reset (line 29670) | reset() { class PartialEvaluator (line 29675) | class PartialEvaluator { method constructor (line 29676) | constructor({ method _pdfFunctionFactory (line 29703) | get _pdfFunctionFactory() { method parsingType3Font (line 29710) | get parsingType3Font() { method clone (line 29713) | clone(newOptions = null) { method hasBlendModes (line 29718) | hasBlendModes(resources, nonBlendModesSet) { method fetchBuiltInCMap (line 29811) | async fetchBuiltInCMap(name) { method fetchStandardFontData (line 29837) | async fetchStandardFontData(name) { method buildFormXObject (line 29871) | async buildFormXObject(resources, xobj, smask, operatorList, task, ini... method _sendImgData (line 29933) | _sendImgData(objId, imgData, cacheGlobally = false) { method buildPaintImageXObject (line 29940) | async buildPaintImageXObject({ method handleSMask (line 30160) | handleSMask(smask, resources, operatorList, task, stateManager, localC... method handleTransferFunction (line 30180) | handleTransferFunction(tr) { method handleTilingType (line 30220) | handleTilingType(fn, color, resources, pattern, patternDict, operatorL... method handleSetFont (line 30253) | async handleSetFont(resources, fontArgs, fontRef, operatorList, task, ... method handleText (line 30273) | handleText(chars, state) { method ensureStateFont (line 30284) | ensureStateFont(state) { method setGState (line 30295) | async setGState({ method loadFont (line 30380) | loadFont(fontName, font, resources, fallbackFontDict = null, cssFontIn... method buildPath (line 30488) | buildPath(operatorList, fn, args, parsingText = false) { method parseColorSpace (line 30541) | parseColorSpace({ method parseShading (line 30563) | parseShading({ method handleColorN (line 30600) | handleColorN(operatorList, fn, args, cs, patterns, resources, task, lo... method _parseVisibilityExpression (line 30639) | _parseVisibilityExpression(array, nestingCounter, currentResult) { method parseMarkedContentProps (line 30673) | async parseMarkedContentProps(contentProperties, resources) { method getOperatorList (line 30726) | getOperatorList({ method getTextContent (line 31167) | getTextContent({ method extractDataStructures (line 31983) | async extractDataStructures(dict, properties) { method _simpleFontToUnicode (line 32083) | _simpleFontToUnicode(properties, forceGlyphs = false) { method buildToUnicode (line 32162) | async buildToUnicode(properties) { method readToUnicode (line 32203) | async readToUnicode(cmapObj) { method readCidToGidMap (line 32261) | readCidToGidMap(glyphsData, toUnicode) { method extractWidths (line 32273) | extractWidths(dict, descriptor, properties) { method isSerifFont (line 32393) | isSerifFont(baseFontName) { method getBaseFontMetrics (line 32397) | getBaseFontMetrics(name) { method buildCharCodeToWidth (line 32420) | buildCharCodeToWidth(widthsByGlyphName, properties) { method preEvaluateFont (line 32436) | preEvaluateFont(dict) { method translateFont (line 32557) | async translateFont({ method buildFontPaths (line 32764) | static buildFontPaths(font, glyphs, handler, evaluatorOptions) { method fallbackFontDict (line 32788) | static get fallbackFontDict() { class TranslatedFont (line 32797) | class TranslatedFont { method constructor (line 32798) | constructor({ method send (line 32812) | send(handler) { method fallback (line 32819) | fallback(handler) { method loadType3Data (line 32826) | loadType3Data(evaluator, resources, task) { method _removeType3ColorOperators (line 32884) | _removeType3ColorOperators(operatorList, fontBBoxSize = NaN) { class StateManager (line 32951) | class StateManager { method constructor (line 32952) | constructor(initialState = new EvalState()) { method save (line 32956) | save() { method restore (line 32961) | restore() { method transform (line 32967) | transform(args) { class TextState (line 32971) | class TextState { method constructor (line 32972) | constructor() { method setTextMatrix (line 32987) | setTextMatrix(a, b, c, d, e, f) { method setTextLineMatrix (line 32996) | setTextLineMatrix(a, b, c, d, e, f) { method translateTextMatrix (line 33005) | translateTextMatrix(x, y) { method translateTextLineMatrix (line 33010) | translateTextLineMatrix(x, y) { method carriageReturn (line 33015) | carriageReturn() { method clone (line 33019) | clone() { class EvalState (line 33027) | class EvalState { method constructor (line 33028) | constructor() { method clone (line 33035) | clone() { class EvaluatorPreprocessor (line 33039) | class EvaluatorPreprocessor { method opMap (line 33040) | static get opMap() { method constructor (line 33420) | constructor(stream, xref, stateManager = new StateManager()) { method savedStatesDepth (line 33430) | get savedStatesDepth() { method read (line 33433) | read(operation) { method preprocessCommand (line 33499) | preprocessCommand(fn, args) { class DefaultAppearanceEvaluator (line 33523) | class DefaultAppearanceEvaluator extends EvaluatorPreprocessor { method constructor (line 33524) | constructor(str) { method parse (line 33527) | parse() { function parseDefaultAppearance (line 33577) | function parseDefaultAppearance(str) { class AppearanceStreamEvaluator (line 33580) | class AppearanceStreamEvaluator extends EvaluatorPreprocessor { method constructor (line 33581) | constructor(stream, evaluatorOptions, xref) { method parse (line 33588) | parse() { method _localColorSpaceCache (line 33675) | get _localColorSpaceCache() { method _pdfFunctionFactory (line 33678) | get _pdfFunctionFactory() { function parseAppearanceStream (line 33686) | function parseAppearanceStream(stream, evaluatorOptions, xref) { function getPdfColor (line 33689) | function getPdfColor(color, isFill) { function createDefaultAppearance (line 33696) | function createDefaultAppearance({ class FakeUnicodeFont (line 33703) | class FakeUnicodeFont { method constructor (line 33704) | constructor(xref, fontFamily) { method fontDescriptorRef (line 33717) | get fontDescriptorRef() { method descendantFontRef (line 33731) | get descendantFontRef() { method baseFontRef (line 33770) | get baseFontRef() { method resources (line 33780) | get resources() { method _createContext (line 33787) | _createContext() { method createFontResources (line 33792) | createFontResources(text) { method getFirstPositionInfo (line 33809) | static getFirstPositionInfo(rect, rotation, fontSize) { method createAppearance (line 33824) | createAppearance(text, rect, rotation, fontSize, bgColor, strokeAlpha) { class NameOrNumberTree (line 33904) | class NameOrNumberTree { method constructor (line 33905) | constructor(root, xref, type) { method getAll (line 33913) | getAll() { method get (line 33951) | get(key) { class NameTree (line 34007) | class NameTree extends NameOrNumberTree { method constructor (line 34008) | constructor(root, xref) { class NumberTree (line 34012) | class NumberTree extends NameOrNumberTree { method constructor (line 34013) | constructor(root, xref) { function clearGlobalCaches (line 34023) | function clearGlobalCaches() { function pickPlatformItem (line 34034) | function pickPlatformItem(dict) { function stripPath (line 34051) | function stripPath(str) { class FileSpec (line 34054) | class FileSpec { method constructor (line 34056) | constructor(root, xref, skipContent = false) { method filename (line 34076) | get filename() { method content (line 34084) | get content() { method description (line 34102) | get description() { method serializable (line 34110) | get serializable() { function isWhitespace (line 34135) | function isWhitespace(s, index) { function isWhitespaceString (line 34139) | function isWhitespaceString(s) { class XMLParserBase (line 34147) | class XMLParserBase { method _resolveEntities (line 34148) | _resolveEntities(s) { method _parseContent (line 34170) | _parseContent(s, start) { method _parseProcessingInstruction (line 34219) | _parseProcessingInstruction(s, start) { method parseXml (line 34242) | parseXml(s) { method onResolveEntity (line 34340) | onResolveEntity(name) { method onPi (line 34343) | onPi(name, value) {} method onComment (line 34344) | onComment(text) {} method onCdata (line 34345) | onCdata(text) {} method onDoctype (line 34346) | onDoctype(doctypeContent) {} method onText (line 34347) | onText(text) {} method onBeginElement (line 34348) | onBeginElement(name, attributes, isEmpty) {} method onEndElement (line 34349) | onEndElement(name) {} method onError (line 34350) | onError(code) {} class SimpleDOMNode (line 34352) | class SimpleDOMNode { method constructor (line 34353) | constructor(nodeName, nodeValue) { method firstChild (line 34361) | get firstChild() { method nextSibling (line 34364) | get nextSibling() { method textContent (line 34375) | get textContent() { method children (line 34383) | get children() { method hasChildNodes (line 34386) | hasChildNodes() { method searchNode (line 34389) | searchNode(paths, pos) { method dump (line 34443) | dump(buffer) { class SimpleXMLParser (line 34467) | class SimpleXMLParser extends XMLParserBase { method constructor (line 34468) | constructor({ method parseFromString (line 34479) | parseFromString(data) { method onText (line 34495) | onText(text) { method onCdata (line 34502) | onCdata(text) { method onBeginElement (line 34506) | onBeginElement(name, attributes, isEmpty) { method onEndElement (line 34522) | onEndElement(name) { method onError (line 34533) | onError(code) { class MetadataParser (line 34540) | class MetadataParser { method constructor (line 34541) | constructor(data) { method _repair (line 34553) | _repair(data) { method _getSequence (line 34584) | _getSequence(entry) { method _parseArray (line 34591) | _parseArray(entry) { method _parse (line 34599) | _parse(xmlDocument) { method serializable (line 34628) | get serializable() { class DecryptStream (line 34639) | class DecryptStream extends DecodeStream { method constructor (line 34640) | constructor(str, maybeLength, decrypt) { method readBlock (line 34648) | readBlock() { class ARCFourCipher (line 34676) | class ARCFourCipher { method constructor (line 34677) | constructor(key) { method encryptBlock (line 34693) | encryptBlock(data) { method decryptBlock (line 34712) | decryptBlock(data) { method encrypt (line 34715) | encrypt(data) { function hash (line 34722) | function hash(data, offset, length) { class Word64 (line 34788) | class Word64 { method constructor (line 34789) | constructor(highInteger, lowInteger) { method and (line 34793) | and(word) { method xor (line 34797) | xor(word) { method or (line 34801) | or(word) { method shiftRight (line 34805) | shiftRight(places) { method shiftLeft (line 34814) | shiftLeft(places) { method rotateRight (line 34823) | rotateRight(places) { method not (line 34836) | not() { method add (line 34840) | add(word) { method copyTo (line 34849) | copyTo(bytes, offset) { method assign (line 34859) | assign(word) { function rotr (line 34865) | function rotr(x, n) { function ch (line 34868) | function ch(x, y, z) { function maj (line 34871) | function maj(x, y, z) { function sigma (line 34874) | function sigma(x) { function sigmaPrime (line 34877) | function sigmaPrime(x) { function littleSigma (line 34880) | function littleSigma(x) { function littleSigmaPrime (line 34883) | function littleSigmaPrime(x) { function hash (line 34887) | function hash(data, offset, length) { function ch (line 34960) | function ch(result, x, y, z, tmp) { function maj (line 34968) | function maj(result, x, y, z, tmp) { function sigma (line 34978) | function sigma(result, x, tmp) { function sigmaPrime (line 34988) | function sigmaPrime(result, x, tmp) { function littleSigma (line 34998) | function littleSigma(result, x, tmp) { function littleSigmaPrime (line 35008) | function littleSigmaPrime(result, x, tmp) { function hash (line 35019) | function hash(data, offset, length, mode384 = false) { function calculateSHA384 (line 35163) | function calculateSHA384(data, offset, length) { class NullCipher (line 35166) | class NullCipher { method decryptBlock (line 35167) | decryptBlock(data) { method encrypt (line 35170) | encrypt(data) { class AESBaseCipher (line 35174) | class AESBaseCipher { method constructor (line 35175) | constructor() { method _expandKey (line 35189) | _expandKey(cipherKey) { method _decrypt (line 35192) | _decrypt(input, key) { method _encrypt (line 35260) | _encrypt(input, key) { method _decryptBlock2 (line 35331) | _decryptBlock2(data, finalize) { method decryptBlock (line 35379) | decryptBlock(data, finalize, iv = null) { method encrypt (line 35401) | encrypt(data, iv) { class AES128Cipher (line 35438) | class AES128Cipher extends AESBaseCipher { method constructor (line 35439) | constructor(key) { method _expandKey (line 35446) | _expandKey(cipherKey) { class AES256Cipher (line 35476) | class AES256Cipher extends AESBaseCipher { method constructor (line 35477) | constructor(key) { method _expandKey (line 35483) | _expandKey(cipherKey) { class PDF17 (line 35524) | class PDF17 { method checkOwnerPassword (line 35525) | checkOwnerPassword(password, ownerValidationSalt, userBytes, ownerPass... method checkUserPassword (line 35533) | checkUserPassword(password, userValidationSalt, userPassword) { method getOwnerKey (line 35540) | getOwnerKey(password, ownerKeySalt, userBytes, ownerEncryption) { method getUserKey (line 35549) | getUserKey(password, userKeySalt, userEncryption) { class PDF20 (line 35558) | class PDF20 { method _hash (line 35559) | _hash(password, input, userBytes) { method checkOwnerPassword (line 35590) | checkOwnerPassword(password, ownerValidationSalt, userBytes, ownerPass... method checkUserPassword (line 35598) | checkUserPassword(password, userValidationSalt, userPassword) { method getOwnerKey (line 35605) | getOwnerKey(password, ownerKeySalt, userBytes, ownerEncryption) { method getUserKey (line 35614) | getUserKey(password, userKeySalt, userEncryption) { class CipherTransform (line 35623) | class CipherTransform { method constructor (line 35624) | constructor(stringCipherConstructor, streamCipherConstructor) { method createStream (line 35628) | createStream(stream, length) { method decryptString (line 35634) | decryptString(s) { method encryptString (line 35640) | encryptString(s) { class CipherTransformFactory (line 35666) | class CipherTransformFactory { method #createEncryptionKey20 (line 35668) | #createEncryptionKey20(revision, password, ownerPassword, ownerValidat... method #prepareKeyData (line 35683) | #prepareKeyData(fileId, password, ownerPassword, userPassword, flags, ... method #decodeUserPassword (line 35758) | #decodeUserPassword(password, ownerPassword, revision, keyLength) { method #buildObjectKey (line 35793) | #buildObjectKey(num, gen, encryptionKey, isAes = false) { method #buildCipherConstructor (line 35814) | #buildCipherConstructor(cf, name, num, gen, key) { method constructor (line 35843) | constructor(dict, fileId, password) { method createCipherTransform (line 35930) | createCipherTransform(num, gen) { function writeObject (line 35950) | async function writeObject(ref, obj, buffer, { function writeDict (line 35964) | async function writeDict(dict, buffer, transform) { function writeStream (line 35972) | async function writeStream(stream, buffer, transform) { function writeArray (line 36016) | async function writeArray(array, buffer, transform) { function writeValue (line 36029) | async function writeValue(value, buffer, transform) { function writeInt (line 36055) | function writeInt(number, size, offset, buffer) { function writeString (line 36062) | function writeString(string, offset, buffer) { function computeMD5 (line 36067) | function computeMD5(filesize, xrefInfo) { function writeXFADataForAcroform (line 36084) | function writeXFADataForAcroform(str, newRefs) { function updateAcroform (line 36116) | async function updateAcroform({ function updateXFA (line 36149) | function updateXFA({ function getXRefTable (line 36170) | async function getXRefTable(xrefInfo, baseOffset, newRefs, newXref, buff... function getIndexes (line 36194) | function getIndexes(newRefs) { function getXRefStreamTable (line 36207) | async function getXRefStreamTable(xrefInfo, baseOffset, newRefs, newXref... function computeIDs (line 36246) | function computeIDs(baseOffset, xrefInfo, newXref) { function getTrailerDict (line 36252) | function getTrailerDict(xrefInfo, newRefs, useXrefStream) { function incrementalUpdate (line 36277) | async function incrementalUpdate({ constant MAX_DEPTH (line 36342) | const MAX_DEPTH = 40; class StructTreeRoot (line 36350) | class StructTreeRoot { method constructor (line 36351) | constructor(rootDict, rootRef) { method init (line 36357) | init() { method #addIdToPage (line 36360) | #addIdToPage(pageRef, id, type) { method addAnnotationIdToPage (line 36372) | addAnnotationIdToPage(pageRef, id) { method readRoleMap (line 36375) | readRoleMap() { method canCreateStructureTree (line 36387) | static async canCreateStructureTree({ method createStructureTree (line 36424) | static async createStructureTree({ method canUpdateStructTree (line 36467) | async canUpdateStructTree({ method updateStructureTree (line 36534) | async updateStructureTree({ method #writeKids (line 36588) | static async #writeKids({ method #collectParents (line 36662) | static #collectParents({ method #updateParentTag (line 36734) | static async #updateParentTag({ class StructElementNode (line 36777) | class StructElementNode { method constructor (line 36778) | constructor(tree, dict) { method role (line 36784) | get role() { method parseKids (line 36795) | parseKids() { method parseKid (line 36816) | parseKid(pageObjId, kid) { class StructElement (line 36870) | class StructElement { method constructor (line 36871) | constructor({ class StructTreePage (line 36886) | class StructTreePage { method constructor (line 36887) | constructor(structTreeRoot, pageDict) { method parse (line 36893) | parse(pageRef) { method addNode (line 36931) | addNode(dict, map, level = 0) { method addTopLevelNode (line 36964) | addTopLevelNode(dict, element) { method serializable (line 36989) | get serializable() { function isValidExplicitDest (line 37055) | function isValidExplicitDest(dest) { function fetchDest (line 37100) | function fetchDest(dest) { function fetchRemoteDest (line 37106) | function fetchRemoteDest(action) { class Catalog (line 37120) | class Catalog { method constructor (line 37121) | constructor(pdfManager, xref) { method cloneDict (line 37139) | cloneDict() { method version (line 37142) | get version() { method lang (line 37152) | get lang() { method needsRendering (line 37156) | get needsRendering() { method collection (line 37160) | get collection() { method acroForm (line 37175) | get acroForm() { method acroFormRef (line 37190) | get acroFormRef() { method metadata (line 37194) | get metadata() { method markInfo (line 37220) | get markInfo() { method _readMarkInfo (line 37232) | _readMarkInfo() { method structTreeRoot (line 37250) | get structTreeRoot() { method _readStructTreeRoot (line 37262) | _readStructTreeRoot() { method toplevelPagesDict (line 37272) | get toplevelPagesDict() { method documentOutline (line 37279) | get documentOutline() { method _readDocumentOutline (line 37291) | _readDocumentOutline() { method permissions (line 37374) | get permissions() { method _readPermissions (line 37386) | _readPermissions() { method optionalContentConfig (line 37405) | get optionalContentConfig() { method #readOptionalContentGroup (line 37439) | #readOptionalContentGroup(groupRef) { method #readOptionalContentConfig (line 37494) | #readOptionalContentConfig(config, contentGroupRefs) { method setActualNumPages (line 37578) | setActualNumPages(num = null) { method hasActualNumPages (line 37581) | get hasActualNumPages() { method _pagesCount (line 37584) | get _pagesCount() { method numPages (line 37591) | get numPages() { method destinations (line 37594) | get destinations() { method getDestination (line 37614) | getDestination(id) { method _readDests (line 37634) | _readDests() { method pageLabels (line 37643) | get pageLabels() { method _readPageLabels (line 37655) | _readPageLabels() { method pageLayout (line 37733) | get pageLayout() { method pageMode (line 37749) | get pageMode() { method viewerPreferences (line 37765) | get viewerPreferences() { method openAction (line 37883) | get openAction() { method attachments (line 37908) | get attachments() { method xfaImages (line 37923) | get xfaImages() { method _collectJavaScript (line 37937) | _collectJavaScript() { method jsActions (line 37970) | get jsActions() { method fontFallback (line 37985) | async fontFallback(id, handler) { method cleanup (line 37994) | async cleanup(manuallyTriggered = false) { method getPageDict (line 38011) | async getPageDict(pageIndex) { method getAllPageDicts (line 38100) | async getAllPageDicts(recoveryMode = false) { method getPageIndex (line 38198) | getPageIndex(pageRef) { method baseUrl (line 38272) | get baseUrl() { method parseDestDictionary (line 38287) | static parseDestDictionary({ function mayHaveChildren (line 38476) | function mayHaveChildren(value) { function addChildren (line 38479) | function addChildren(node, nodesToVisit) { class ObjectLoader (line 38493) | class ObjectLoader { method constructor (line 38494) | constructor(dict, keys, xref) { method load (line 38500) | async load() { method _walk (line 38518) | async _walk(nodesToVisit) { function stripQuotes (line 38726) | function stripQuotes(str) { function getInteger (line 38732) | function getInteger({ function getFloat (line 38747) | function getFloat({ function getKeyword (line 38762) | function getKeyword({ function getStringOption (line 38776) | function getStringOption(data, options) { function getMeasurement (line 38783) | function getMeasurement(str, def = "0") { function getRatio (line 38806) | function getRatio(data) { function getRelevant (line 38829) | function getRelevant(data) { function getColor (line 38838) | function getColor(data, def = [0, 0, 0]) { function getBBox (line 38862) | function getBBox(data) { class HTMLResult (line 38889) | class HTMLResult { method FAILURE (line 38890) | static get FAILURE() { method EMPTY (line 38893) | static get EMPTY() { method constructor (line 38896) | constructor(success, html, bbox, breakNode) { method isBreak (line 38902) | isBreak() { method breakNode (line 38905) | static breakNode(node) { method success (line 38908) | static success(html, bbox = null) { class FontFinder (line 38917) | class FontFinder { method constructor (line 38918) | constructor(pdfFonts) { method add (line 38925) | add(pdfFonts, reallyMissingFonts = null) { method addPdfFont (line 38942) | addPdfFont(pdfFont) { method getDefault (line 38973) | getDefault() { method find (line 38976) | find(fontName, mustWarn = true) { function selectFont (line 39031) | function selectFont(xfaFont, typeface) { function fonts_getMetrics (line 39042) | function fonts_getMetrics(xfaFont, real = false) { constant WIDTH_FACTOR (line 39068) | const WIDTH_FACTOR = 1.02; class FontInfo (line 39069) | class FontInfo { method constructor (line 39070) | constructor(xfaFont, margin, lineHeight, fontFinder) { method defaultFont (line 39099) | defaultFont(fontFinder) { class FontSelector (line 39123) | class FontSelector { method constructor (line 39124) | constructor(defaultXfaFont, defaultParaMargin, defaultLineHeight, font... method pushData (line 39128) | pushData(xfaFont, margin, lineHeight) { method popFont (line 39146) | popFont() { method topFont (line 39149) | topFont() { class TextMeasure (line 39153) | class TextMeasure { method constructor (line 39154) | constructor(defaultXfaFont, defaultParaMargin, defaultLineHeight, font... method pushData (line 39159) | pushData(xfaFont, margin, lineHeight) { method popFont (line 39162) | popFont(xfaFont) { method addPara (line 39165) | addPara() { method addString (line 39169) | addString(str) { method compute (line 39205) | compute(maxWidth) { function parseIndex (line 39290) | function parseIndex(index) { function parseExpression (line 39297) | function parseExpression(expr, dotDotAllowed, noExpr = true) { function searchNode (line 39373) | function searchNode(root, container, expr, dotDotAllowed = true, useCach... function createDataNode (line 39450) | function createDataNode(root, container, expr) { constant NS_DATASETS (line 39534) | const NS_DATASETS = NamespaceIds.datasets.id; class XFAObject (line 39535) | class XFAObject { method constructor (line 39536) | constructor(nsId, name, hasChildren = false) { method isXFAObject (line 39545) | get isXFAObject() { method isXFAObjectArray (line 39548) | get isXFAObjectArray() { method createNodes (line 39551) | createNodes(path) { method [$onChild] (line 39567) | [$onChild](child) { method [$onChildCheck] (line 39595) | [$onChildCheck](child) { method [$isNsAgnostic] (line 39598) | [$isNsAgnostic]() { method [$acceptWhitespace] (line 39601) | [$acceptWhitespace]() { method [$isCDATAXml] (line 39604) | [$isCDATAXml]() { method [$isBindable] (line 39607) | [$isBindable]() { method [$popPara] (line 39610) | [$popPara]() { method [$pushPara] (line 39615) | [$pushPara]() { method [$setId] (line 39618) | [$setId](ids) { method [$getTemplateRoot] (line 39623) | [$getTemplateRoot]() { method [$isSplittable] (line 39626) | [$isSplittable]() { method [$isThereMoreWidth] (line 39629) | [$isThereMoreWidth]() { method [$appendChild] (line 39632) | [$appendChild](child) { method [$removeChild] (line 39639) | [$removeChild](child) { method [$hasSettableValue] (line 39643) | [$hasSettableValue]() { method [$setValue] (line 39646) | [$setValue](_) {} method [$onText] (line 39647) | [$onText](_) {} method [$finalize] (line 39648) | [$finalize]() {} method [$clean] (line 39649) | [$clean](builder) { method [$indexOf] (line 39656) | [$indexOf](child) { method [$insertAt] (line 39659) | [$insertAt](i, child) { method [$isTransparent] (line 39666) | [$isTransparent]() { method [$lastAttribute] (line 39669) | [$lastAttribute]() { method [$text] (line 39672) | [$text]() { method [_attributeNames] (line 39678) | get [_attributeNames]() { method [$isDescendent] (line 39691) | [$isDescendent](parent) { method [$getParent] (line 39701) | [$getParent]() { method [$getSubformParent] (line 39704) | [$getSubformParent]() { method [$getChildren] (line 39707) | [$getChildren](name = null) { method [$dump] (line 39713) | [$dump]() { method [$toStyle] (line 39735) | [$toStyle]() { method [$toHTML] (line 39738) | [$toHTML]() { method [$getContainedChildren] (line 39741) | *[$getContainedChildren]() { method [_filteredChildrenGenerator] (line 39746) | *[_filteredChildrenGenerator](filter, include) { method [$flushHTML] (line 39758) | [$flushHTML]() { method [$addHTML] (line 39761) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 39764) | [$getAvailableSpace]() {} method [$childrenToHTML] (line 39765) | [$childrenToHTML]({ method [$setSetAttributes] (line 39798) | [$setSetAttributes](attributes) { method [_getUnsetAttributes] (line 39801) | [_getUnsetAttributes](protoAttributes) { method [$resolvePrototypes] (line 39806) | [$resolvePrototypes](ids, ancestors = new Set()) { method [_resolvePrototypesHelper] (line 39811) | [_resolvePrototypesHelper](ids, ancestors) { method [_getPrototype] (line 39819) | [_getPrototype](ids, ancestors) { method [_applyPrototype] (line 39877) | [_applyPrototype](proto, ids, ancestors) { method [_cloneAttribute] (line 39931) | static [_cloneAttribute](obj) { method [$clone] (line 39940) | [$clone]() { method [$getChildren] (line 39972) | [$getChildren](name = null) { method [$getChildrenByClass] (line 39978) | [$getChildrenByClass](name) { method [$getChildrenByName] (line 39981) | [$getChildrenByName](name, allTransparent, first = true) { method [$getChildrenByNameIt] (line 39984) | *[$getChildrenByNameIt](name, allTransparent, first = true) { class XFAObjectArray (line 40005) | class XFAObjectArray { method constructor (line 40006) | constructor(max = Infinity) { method isXFAObject (line 40010) | get isXFAObject() { method isXFAObjectArray (line 40013) | get isXFAObjectArray() { method push (line 40016) | push(child) { method isEmpty (line 40025) | isEmpty() { method dump (line 40028) | dump() { method [$clone] (line 40031) | [$clone]() { method children (line 40036) | get children() { method clear (line 40039) | clear() { class XFAAttribute (line 40043) | class XFAAttribute { method constructor (line 40044) | constructor(node, name, value) { method [$getParent] (line 40051) | [$getParent]() { method [$isDataValue] (line 40054) | [$isDataValue]() { method [$getDataValue] (line 40057) | [$getDataValue]() { method [$setValue] (line 40060) | [$setValue](value) { method [$text] (line 40064) | [$text]() { method [$isDescendent] (line 40067) | [$isDescendent](parent) { class XmlObject (line 40071) | class XmlObject extends XFAObject { method constructor (line 40072) | constructor(nsId, name, attributes = {}) { method [$toString] (line 40095) | [$toString](buf) { method [$onChild] (line 40133) | [$onChild](child) { method [$onText] (line 40143) | [$onText](str) { method [$finalize] (line 40146) | [$finalize]() { method [$toHTML] (line 40154) | [$toHTML]() { method [$getChildren] (line 40163) | [$getChildren](name = null) { method [$getAttributes] (line 40169) | [$getAttributes]() { method [$getChildrenByClass] (line 40172) | [$getChildrenByClass](name) { method [$getChildrenByNameIt] (line 40179) | *[$getChildrenByNameIt](name, allTransparent) { method [$getAttributeIt] (line 40193) | *[$getAttributeIt](name, skipConsumed) { method [$getRealChildrenByNameIt] (line 40202) | *[$getRealChildrenByNameIt](name, allTransparent, skipConsumed) { method [$isDataValue] (line 40212) | [$isDataValue]() { method [$getDataValue] (line 40218) | [$getDataValue]() { method [$setValue] (line 40230) | [$setValue](value) { method [$dump] (line 40234) | [$dump](hasNS = false) { class ContentObject (line 40254) | class ContentObject extends XFAObject { method constructor (line 40255) | constructor(nsId, name) { method [$onText] (line 40259) | [$onText](text) { method [$finalize] (line 40262) | [$finalize]() {} class OptionObject (line 40264) | class OptionObject extends ContentObject { method constructor (line 40265) | constructor(nsId, name, options) { method [$finalize] (line 40269) | [$finalize]() { method [$clean] (line 40276) | [$clean](builder) { class StringObject (line 40281) | class StringObject extends ContentObject { method [$finalize] (line 40282) | [$finalize]() { class IntegerObject (line 40286) | class IntegerObject extends ContentObject { method constructor (line 40287) | constructor(nsId, name, defaultValue, validator) { method [$finalize] (line 40292) | [$finalize]() { method [$clean] (line 40299) | [$clean](builder) { class Option01 (line 40305) | class Option01 extends IntegerObject { method constructor (line 40306) | constructor(nsId, name) { class Option10 (line 40310) | class Option10 extends IntegerObject { method constructor (line 40311) | constructor(nsId, name) { function measureToString (line 40323) | function measureToString(m) { method anchorType (line 40330) | anchorType(node, style) { method dimensions (line 40365) | dimensions(node, style) { method position (line 40387) | position(node, style) { method rotate (line 40396) | rotate(node, style) { method presence (line 40405) | presence(node, style) { method hAlign (line 40416) | hAlign(node, style) { method margin (line 40442) | margin(node, style) { function setMinMaxDimensions (line 40448) | function setMinMaxDimensions(node, style) { function layoutText (line 40465) | function layoutText(text, xfaFont, margin, lineHeight, fontFinder, width) { function layoutNode (line 40474) | function layoutNode(node, availableSpace) { function computeBbox (line 40536) | function computeBbox(node, html, availableSpace) { function fixDimensions (line 40568) | function fixDimensions(node) { function layoutClass (line 40592) | function layoutClass(node) { function toStyle (line 40612) | function toStyle(node, ...names) { function createWrapper (line 40634) | function createWrapper(node, html) { function fixTextIndent (line 40719) | function fixTextIndent(styles) { function setAccess (line 40729) | function setAccess(node, classNames) { function isPrintOnly (line 40742) | function isPrintOnly(node) { function getCurrentPara (line 40745) | function getCurrentPara(node) { function setPara (line 40749) | function setPara(node, nodeStyle, value) { function setFontFamily (line 40784) | function setFontFamily(xfaFont, node, fontFinder, style) { function fixURL (line 40812) | function fixURL(str) { function createLine (line 40823) | function createLine(node, children) { function flushHTML (line 40832) | function flushHTML(node) { function addHTML (line 40857) | function addHTML(node, html, bbox) { function getAvailableSpace (line 40917) | function getAvailableSpace(node) { function getTransformedBBox (line 40952) | function getTransformedBBox(node) { function checkDimensions (line 41002) | function checkDimensions(node, space) { constant TEMPLATE_NS_ID (line 41099) | const TEMPLATE_NS_ID = NamespaceIds.template.id; constant SVG_NS (line 41100) | const SVG_NS = "http://www.w3.org/2000/svg"; constant MAX_ATTEMPTS_FOR_LRTB_LAYOUT (line 41101) | const MAX_ATTEMPTS_FOR_LRTB_LAYOUT = 2; constant MAX_EMPTY_PAGES (line 41102) | const MAX_EMPTY_PAGES = 3; constant DEFAULT_TAB_INDEX (line 41103) | const DEFAULT_TAB_INDEX = 5000; constant HEADING_PATTERN (line 41104) | const HEADING_PATTERN = /^H(\d+)$/; constant MIMES (line 41105) | const MIMES = new Set(["image/gif", "image/jpeg", "image/jpg", "image/pj... constant IMAGES_HEADERS (line 41106) | const IMAGES_HEADERS = [[[0x42, 0x4d], "image/bmp"], [[0xff, 0xd8, 0xff]... function getBorderDims (line 41107) | function getBorderDims(node) { function hasMargin (line 41126) | function hasMargin(node) { function _setValue (line 41129) | function _setValue(templateNode, value) { function isRequired (line 41146) | function isRequired(node) { function setTabIndex (line 41149) | function setTabIndex(node) { function applyAssist (line 41178) | function applyAssist(obj, attributes) { function ariaLabel (line 41205) | function ariaLabel(obj) { function valueToHtml (line 41218) | function valueToHtml(value) { function setFirstUnsplittable (line 41234) | function setFirstUnsplittable(node) { function unsetFirstUnsplittable (line 41241) | function unsetFirstUnsplittable(node) { function handleBreak (line 41247) | function handleBreak(node) { function handleOverflow (line 41310) | function handleOverflow(node, extraNode, space) { class AppearanceFilter (line 41321) | class AppearanceFilter extends StringObject { method constructor (line 41322) | constructor(attributes) { class Arc (line 41330) | class Arc extends XFAObject { method constructor (line 41331) | constructor(attributes) { method [$toHTML] (line 41355) | [$toHTML]() { class Area (line 41429) | class Area extends XFAObject { method constructor (line 41430) | constructor(attributes) { method [$getContainedChildren] (line 41454) | *[$getContainedChildren]() { method [$isTransparent] (line 41457) | [$isTransparent]() { method [$isBindable] (line 41460) | [$isBindable]() { method [$addHTML] (line 41463) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 41469) | [$getAvailableSpace]() { method [$toHTML] (line 41472) | [$toHTML](availableSpace) { class Assist (line 41515) | class Assist extends XFAObject { method constructor (line 41516) | constructor(attributes) { method [$toHTML] (line 41525) | [$toHTML]() { class Barcode (line 41529) | class Barcode extends XFAObject { method constructor (line 41530) | constructor(attributes) { class Bind (line 41585) | class Bind extends XFAObject { method constructor (line 41586) | constructor(attributes) { class BindItems (line 41593) | class BindItems extends XFAObject { method constructor (line 41594) | constructor(attributes) { class Bookend (line 41602) | class Bookend extends XFAObject { method constructor (line 41603) | constructor(attributes) { class BooleanElement (line 41612) | class BooleanElement extends Option01 { method constructor (line 41613) | constructor(attributes) { method [$toHTML] (line 41620) | [$toHTML](availableSpace) { class Border (line 41624) | class Border extends XFAObject { method constructor (line 41625) | constructor(attributes) { method [$getExtra] (line 41640) | [$getExtra]() { method [$toStyle] (line 41665) | [$toStyle]() { class Break (line 41708) | class Break extends XFAObject { method constructor (line 41709) | constructor(attributes) { class BreakAfter (line 41731) | class BreakAfter extends XFAObject { method constructor (line 41732) | constructor(attributes) { class BreakBefore (line 41749) | class BreakBefore extends XFAObject { method constructor (line 41750) | constructor(attributes) { method [$toHTML] (line 41766) | [$toHTML](availableSpace) { class Button (line 41771) | class Button extends XFAObject { method constructor (line 41772) | constructor(attributes) { method [$toHTML] (line 41780) | [$toHTML](availableSpace) { class Calculate (line 41819) | class Calculate extends XFAObject { method constructor (line 41820) | constructor(attributes) { class Caption (line 41831) | class Caption extends XFAObject { method constructor (line 41832) | constructor(attributes) { method [$setValue] (line 41846) | [$setValue](value) { method [$getExtra] (line 41849) | [$getExtra](availableSpace) { method [$toHTML] (line 41873) | [$toHTML](availableSpace) { class Certificate (line 41938) | class Certificate extends StringObject { method constructor (line 41939) | constructor(attributes) { class Certificates (line 41947) | class Certificates extends XFAObject { method constructor (line 41948) | constructor(attributes) { class CheckButton (line 41964) | class CheckButton extends XFAObject { method constructor (line 41965) | constructor(attributes) { method [$toHTML] (line 41977) | [$toHTML](availableSpace) { class ChoiceList (line 42036) | class ChoiceList extends XFAObject { method constructor (line 42037) | constructor(attributes) { method [$toHTML] (line 42053) | [$toHTML](availableSpace) { class Color (line 42127) | class Color extends XFAObject { method constructor (line 42128) | constructor(attributes) { method [$hasSettableValue] (line 42137) | [$hasSettableValue]() { method [$toStyle] (line 42140) | [$toStyle]() { class Comb (line 42144) | class Comb extends XFAObject { method constructor (line 42145) | constructor(attributes) { class Connect (line 42157) | class Connect extends XFAObject { method constructor (line 42158) | constructor(attributes) { class ContentArea (line 42169) | class ContentArea extends XFAObject { method constructor (line 42170) | constructor(attributes) { method [$toHTML] (line 42184) | [$toHTML](availableSpace) { class Corner (line 42208) | class Corner extends XFAObject { method constructor (line 42209) | constructor(attributes) { method [$toStyle] (line 42227) | [$toStyle]() { class DateElement (line 42233) | class DateElement extends ContentObject { method constructor (line 42234) | constructor(attributes) { method [$finalize] (line 42241) | [$finalize]() { method [$toHTML] (line 42245) | [$toHTML](availableSpace) { class DateTime (line 42249) | class DateTime extends ContentObject { method constructor (line 42250) | constructor(attributes) { method [$finalize] (line 42257) | [$finalize]() { method [$toHTML] (line 42261) | [$toHTML](availableSpace) { class DateTimeEdit (line 42265) | class DateTimeEdit extends XFAObject { method constructor (line 42266) | constructor(attributes) { method [$toHTML] (line 42278) | [$toHTML](availableSpace) { class Decimal (line 42306) | class Decimal extends ContentObject { method constructor (line 42307) | constructor(attributes) { method [$finalize] (line 42324) | [$finalize]() { method [$toHTML] (line 42328) | [$toHTML](availableSpace) { class DefaultUi (line 42332) | class DefaultUi extends XFAObject { method constructor (line 42333) | constructor(attributes) { class Desc (line 42341) | class Desc extends XFAObject { method constructor (line 42342) | constructor(attributes) { class DigestMethod (line 42359) | class DigestMethod extends OptionObject { method constructor (line 42360) | constructor(attributes) { class DigestMethods (line 42367) | class DigestMethods extends XFAObject { method constructor (line 42368) | constructor(attributes) { class Draw (line 42377) | class Draw extends XFAObject { method constructor (line 42378) | constructor(attributes) { method [$setValue] (line 42421) | [$setValue](value) { method [$toHTML] (line 42424) | [$toHTML](availableSpace) { class Edge (line 42499) | class Edge extends XFAObject { method constructor (line 42500) | constructor(attributes) { method [$toStyle] (line 42512) | [$toStyle]() { class Encoding (line 42556) | class Encoding extends OptionObject { method constructor (line 42557) | constructor(attributes) { class Encodings (line 42564) | class Encodings extends XFAObject { method constructor (line 42565) | constructor(attributes) { class Encrypt (line 42574) | class Encrypt extends XFAObject { method constructor (line 42575) | constructor(attributes) { class EncryptData (line 42583) | class EncryptData extends XFAObject { method constructor (line 42584) | constructor(attributes) { class Encryption (line 42595) | class Encryption extends XFAObject { method constructor (line 42596) | constructor(attributes) { class EncryptionMethod (line 42605) | class EncryptionMethod extends OptionObject { method constructor (line 42606) | constructor(attributes) { class EncryptionMethods (line 42613) | class EncryptionMethods extends XFAObject { method constructor (line 42614) | constructor(attributes) { class Event (line 42623) | class Event extends XFAObject { method constructor (line 42624) | constructor(attributes) { class ExData (line 42641) | class ExData extends ContentObject { method constructor (line 42642) | constructor(attributes) { method [$isCDATAXml] (line 42658) | [$isCDATAXml]() { method [$onChild] (line 42661) | [$onChild](child) { method [$toHTML] (line 42672) | [$toHTML](availableSpace) { class ExObject (line 42679) | class ExObject extends XFAObject { method constructor (line 42680) | constructor(attributes) { class ExclGroup (line 42704) | class ExclGroup extends XFAObject { method constructor (line 42705) | constructor(attributes) { method [$isBindable] (line 42747) | [$isBindable]() { method [$hasSettableValue] (line 42750) | [$hasSettableValue]() { method [$setValue] (line 42753) | [$setValue](value) { method [$isThereMoreWidth] (line 42763) | [$isThereMoreWidth]() { method [$isSplittable] (line 42766) | [$isSplittable]() { method [$flushHTML] (line 42784) | [$flushHTML]() { method [$addHTML] (line 42787) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 42790) | [$getAvailableSpace]() { method [$toHTML] (line 42793) | [$toHTML](availableSpace) { class Execute (line 42910) | class Execute extends XFAObject { method constructor (line 42911) | constructor(attributes) { class Extras (line 42921) | class Extras extends XFAObject { method constructor (line 42922) | constructor(attributes) { class Field (line 42941) | class Field extends XFAObject { method constructor (line 42942) | constructor(attributes) { method [$isBindable] (line 42995) | [$isBindable]() { method [$setValue] (line 42998) | [$setValue](value) { method [$toHTML] (line 43001) | [$toHTML](availableSpace) { class Fill (line 43259) | class Fill extends XFAObject { method constructor (line 43260) | constructor(attributes) { method [$toStyle] (line 43274) | [$toStyle]() { class Filter (line 43313) | class Filter extends XFAObject { method constructor (line 43314) | constructor(attributes) { class Float (line 43338) | class Float extends ContentObject { method constructor (line 43339) | constructor(attributes) { method [$finalize] (line 43346) | [$finalize]() { method [$toHTML] (line 43350) | [$toHTML](availableSpace) { class template_Font (line 43354) | class template_Font extends XFAObject { method constructor (line 43355) | constructor(attributes) { method [$clean] (line 43398) | [$clean](builder) { method [$toStyle] (line 43402) | [$toStyle]() { class Format (line 43444) | class Format extends XFAObject { method constructor (line 43445) | constructor(attributes) { class Handler (line 43454) | class Handler extends StringObject { method constructor (line 43455) | constructor(attributes) { class Hyphenation (line 43463) | class Hyphenation extends XFAObject { method constructor (line 43464) | constructor(attributes) { class Image (line 43501) | class Image extends StringObject { method constructor (line 43502) | constructor(attributes) { method [$toHTML] (line 43513) | [$toHTML]() { class ImageEdit (line 43578) | class ImageEdit extends XFAObject { method constructor (line 43579) | constructor(attributes) { method [$toHTML] (line 43589) | [$toHTML](availableSpace) { class Integer (line 43600) | class Integer extends ContentObject { method constructor (line 43601) | constructor(attributes) { method [$finalize] (line 43608) | [$finalize]() { method [$toHTML] (line 43612) | [$toHTML](availableSpace) { class Issuers (line 43616) | class Issuers extends XFAObject { method constructor (line 43617) | constructor(attributes) { class Items (line 43626) | class Items extends XFAObject { method constructor (line 43627) | constructor(attributes) { method [$toHTML] (line 43651) | [$toHTML]() { class Keep (line 43659) | class Keep extends XFAObject { method constructor (line 43660) | constructor(attributes) { class KeyUsage (line 43672) | class KeyUsage extends XFAObject { method constructor (line 43673) | constructor(attributes) { class Line (line 43691) | class Line extends XFAObject { method constructor (line 43692) | constructor(attributes) { method [$toHTML] (line 43701) | [$toHTML]() { class Linear (line 43763) | class Linear extends XFAObject { method constructor (line 43764) | constructor(attributes) { method [$toStyle] (line 43773) | [$toStyle](startColor) { class LockDocument (line 43780) | class LockDocument extends ContentObject { method constructor (line 43781) | constructor(attributes) { method [$finalize] (line 43788) | [$finalize]() { class Manifest (line 43792) | class Manifest extends XFAObject { method constructor (line 43793) | constructor(attributes) { class Margin (line 43804) | class Margin extends XFAObject { method constructor (line 43805) | constructor(attributes) { method [$toStyle] (line 43816) | [$toStyle]() { class Mdp (line 43822) | class Mdp extends XFAObject { method constructor (line 43823) | constructor(attributes) { class Medium (line 43836) | class Medium extends XFAObject { method constructor (line 43837) | constructor(attributes) { class Message (line 43851) | class Message extends XFAObject { method constructor (line 43852) | constructor(attributes) { class NumericEdit (line 43860) | class NumericEdit extends XFAObject { method constructor (line 43861) | constructor(attributes) { method [$toHTML] (line 43872) | [$toHTML](availableSpace) { class Occur (line 43900) | class Occur extends XFAObject { method constructor (line 43901) | constructor(attributes) { method [$clean] (line 43923) | [$clean]() { class Oid (line 43944) | class Oid extends StringObject { method constructor (line 43945) | constructor(attributes) { class Oids (line 43953) | class Oids extends XFAObject { method constructor (line 43954) | constructor(attributes) { class Overflow (line 43963) | class Overflow extends XFAObject { method constructor (line 43964) | constructor(attributes) { method [$getExtra] (line 43973) | [$getExtra]() { class PageArea (line 43991) | class PageArea extends XFAObject { method constructor (line 43992) | constructor(attributes) { method [$isUsable] (line 44023) | [$isUsable]() { method [$cleanPage] (line 44032) | [$cleanPage]() { method [$getNextPage] (line 44035) | [$getNextPage]() { method [$getAvailableSpace] (line 44050) | [$getAvailableSpace]() { method [$toHTML] (line 44056) | [$toHTML]() { class PageSet (line 44104) | class PageSet extends XFAObject { method constructor (line 44105) | constructor(attributes) { method [$cleanPage] (line 44119) | [$cleanPage]() { method [$isUsable] (line 44127) | [$isUsable]() { method [$getNextPage] (line 44130) | [$getNextPage]() { class Para (line 44179) | class Para extends XFAObject { method constructor (line 44180) | constructor(attributes) { method [$toStyle] (line 44209) | [$toStyle]() { class PasswordEdit (line 44240) | class PasswordEdit extends XFAObject { method constructor (line 44241) | constructor(attributes) { class template_Pattern (line 44253) | class template_Pattern extends XFAObject { method constructor (line 44254) | constructor(attributes) { method [$toStyle] (line 44263) | [$toStyle](startColor) { class Picture (line 44286) | class Picture extends StringObject { method constructor (line 44287) | constructor(attributes) { class Proto (line 44294) | class Proto extends XFAObject { method constructor (line 44295) | constructor(attributes) { class Radial (line 44409) | class Radial extends XFAObject { method constructor (line 44410) | constructor(attributes) { method [$toStyle] (line 44419) | [$toStyle](startColor) { class Reason (line 44426) | class Reason extends StringObject { method constructor (line 44427) | constructor(attributes) { class Reasons (line 44435) | class Reasons extends XFAObject { method constructor (line 44436) | constructor(attributes) { class Rectangle (line 44445) | class Rectangle extends XFAObject { method constructor (line 44446) | constructor(attributes) { method [$toHTML] (line 44456) | [$toHTML]() { class RefElement (line 44512) | class RefElement extends StringObject { method constructor (line 44513) | constructor(attributes) { class Script (line 44520) | class Script extends StringObject { method constructor (line 44521) | constructor(attributes) { class SetProperty (line 44532) | class SetProperty extends XFAObject { method constructor (line 44533) | constructor(attributes) { class SignData (line 44540) | class SignData extends XFAObject { method constructor (line 44541) | constructor(attributes) { class Signature (line 44553) | class Signature extends XFAObject { method constructor (line 44554) | constructor(attributes) { class Signing (line 44567) | class Signing extends XFAObject { method constructor (line 44568) | constructor(attributes) { class Solid (line 44577) | class Solid extends XFAObject { method constructor (line 44578) | constructor(attributes) { method [$toStyle] (line 44585) | [$toStyle](startColor) { class Speak (line 44589) | class Speak extends StringObject { method constructor (line 44590) | constructor(attributes) { class Stipple (line 44604) | class Stipple extends XFAObject { method constructor (line 44605) | constructor(attributes) { method [$toStyle] (line 44618) | [$toStyle](bgColor) { class Subform (line 44623) | class Subform extends XFAObject { method constructor (line 44624) | constructor(attributes) { method [$getSubformParent] (line 44690) | [$getSubformParent]() { method [$isBindable] (line 44697) | [$isBindable]() { method [$isThereMoreWidth] (line 44700) | [$isThereMoreWidth]() { method [$getContainedChildren] (line 44703) | *[$getContainedChildren]() { method [$flushHTML] (line 44706) | [$flushHTML]() { method [$addHTML] (line 44709) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 44712) | [$getAvailableSpace]() { method [$isSplittable] (line 44715) | [$isSplittable]() { method [$toHTML] (line 44737) | [$toHTML](availableSpace) { class SubformSet (line 44928) | class SubformSet extends XFAObject { method constructor (line 44929) | constructor(attributes) { method [$getContainedChildren] (line 44948) | *[$getContainedChildren]() { method [$getSubformParent] (line 44951) | [$getSubformParent]() { method [$isBindable] (line 44958) | [$isBindable]() { class SubjectDN (line 44962) | class SubjectDN extends ContentObject { method constructor (line 44963) | constructor(attributes) { method [$finalize] (line 44971) | [$finalize]() { class SubjectDNs (line 44979) | class SubjectDNs extends XFAObject { method constructor (line 44980) | constructor(attributes) { class Submit (line 44989) | class Submit extends XFAObject { method constructor (line 44990) | constructor(attributes) { class Template (line 45013) | class Template extends XFAObject { method constructor (line 45014) | constructor(attributes) { method [$finalize] (line 45020) | [$finalize]() { method [$isSplittable] (line 45029) | [$isSplittable]() { method [$searchNode] (line 45032) | [$searchNode](expr, container) { method [$toPages] (line 45038) | *[$toPages]() { class Text (line 45234) | class Text extends ContentObject { method constructor (line 45235) | constructor(attributes) { method [$acceptWhitespace] (line 45248) | [$acceptWhitespace]() { method [$onChild] (line 45251) | [$onChild](child) { method [$onText] (line 45259) | [$onText](str) { method [$finalize] (line 45265) | [$finalize]() { method [$getExtra] (line 45270) | [$getExtra]() { method [$toHTML] (line 45281) | [$toHTML](availableSpace) { class TextEdit (line 45318) | class TextEdit extends XFAObject { method constructor (line 45319) | constructor(attributes) { method [$toHTML] (line 45341) | [$toHTML](availableSpace) { class Time (line 45387) | class Time extends StringObject { method constructor (line 45388) | constructor(attributes) { method [$finalize] (line 45395) | [$finalize]() { method [$toHTML] (line 45399) | [$toHTML](availableSpace) { class TimeStamp (line 45403) | class TimeStamp extends XFAObject { method constructor (line 45404) | constructor(attributes) { class ToolTip (line 45413) | class ToolTip extends StringObject { method constructor (line 45414) | constructor(attributes) { class Traversal (line 45422) | class Traversal extends XFAObject { method constructor (line 45423) | constructor(attributes) { class Traverse (line 45432) | class Traverse extends XFAObject { method constructor (line 45433) | constructor(attributes) { method name (line 45443) | get name() { method [$isTransparent] (line 45446) | [$isTransparent]() { class Ui (line 45450) | class Ui extends XFAObject { method constructor (line 45451) | constructor(attributes) { method [$getExtra] (line 45470) | [$getExtra]() { method [$toHTML] (line 45487) | [$toHTML](availableSpace) { class Validate (line 45495) | class Validate extends XFAObject { method constructor (line 45496) | constructor(attributes) { class Value (line 45510) | class Value extends XFAObject { method constructor (line 45511) | constructor(attributes) { method [$setValue] (line 45536) | [$setValue](value) { method [$text] (line 45563) | [$text]() { method [$toHTML] (line 45581) | [$toHTML](availableSpace) { class Variables (line 45592) | class Variables extends XFAObject { method constructor (line 45593) | constructor(attributes) { method [$isTransparent] (line 45611) | [$isTransparent]() { class TemplateNamespace (line 45615) | class TemplateNamespace { method [$buildXFAObject] (line 45616) | static [$buildXFAObject](name, attributes) { method appearanceFilter (line 45624) | static appearanceFilter(attrs) { method arc (line 45627) | static arc(attrs) { method area (line 45630) | static area(attrs) { method assist (line 45633) | static assist(attrs) { method barcode (line 45636) | static barcode(attrs) { method bind (line 45639) | static bind(attrs) { method bindItems (line 45642) | static bindItems(attrs) { method bookend (line 45645) | static bookend(attrs) { method boolean (line 45648) | static boolean(attrs) { method border (line 45651) | static border(attrs) { method break (line 45654) | static break(attrs) { method breakAfter (line 45657) | static breakAfter(attrs) { method breakBefore (line 45660) | static breakBefore(attrs) { method button (line 45663) | static button(attrs) { method calculate (line 45666) | static calculate(attrs) { method caption (line 45669) | static caption(attrs) { method certificate (line 45672) | static certificate(attrs) { method certificates (line 45675) | static certificates(attrs) { method checkButton (line 45678) | static checkButton(attrs) { method choiceList (line 45681) | static choiceList(attrs) { method color (line 45684) | static color(attrs) { method comb (line 45687) | static comb(attrs) { method connect (line 45690) | static connect(attrs) { method contentArea (line 45693) | static contentArea(attrs) { method corner (line 45696) | static corner(attrs) { method date (line 45699) | static date(attrs) { method dateTime (line 45702) | static dateTime(attrs) { method dateTimeEdit (line 45705) | static dateTimeEdit(attrs) { method decimal (line 45708) | static decimal(attrs) { method defaultUi (line 45711) | static defaultUi(attrs) { method desc (line 45714) | static desc(attrs) { method digestMethod (line 45717) | static digestMethod(attrs) { method digestMethods (line 45720) | static digestMethods(attrs) { method draw (line 45723) | static draw(attrs) { method edge (line 45726) | static edge(attrs) { method encoding (line 45729) | static encoding(attrs) { method encodings (line 45732) | static encodings(attrs) { method encrypt (line 45735) | static encrypt(attrs) { method encryptData (line 45738) | static encryptData(attrs) { method encryption (line 45741) | static encryption(attrs) { method encryptionMethod (line 45744) | static encryptionMethod(attrs) { method encryptionMethods (line 45747) | static encryptionMethods(attrs) { method event (line 45750) | static event(attrs) { method exData (line 45753) | static exData(attrs) { method exObject (line 45756) | static exObject(attrs) { method exclGroup (line 45759) | static exclGroup(attrs) { method execute (line 45762) | static execute(attrs) { method extras (line 45765) | static extras(attrs) { method field (line 45768) | static field(attrs) { method fill (line 45771) | static fill(attrs) { method filter (line 45774) | static filter(attrs) { method float (line 45777) | static float(attrs) { method font (line 45780) | static font(attrs) { method format (line 45783) | static format(attrs) { method handler (line 45786) | static handler(attrs) { method hyphenation (line 45789) | static hyphenation(attrs) { method image (line 45792) | static image(attrs) { method imageEdit (line 45795) | static imageEdit(attrs) { method integer (line 45798) | static integer(attrs) { method issuers (line 45801) | static issuers(attrs) { method items (line 45804) | static items(attrs) { method keep (line 45807) | static keep(attrs) { method keyUsage (line 45810) | static keyUsage(attrs) { method line (line 45813) | static line(attrs) { method linear (line 45816) | static linear(attrs) { method lockDocument (line 45819) | static lockDocument(attrs) { method manifest (line 45822) | static manifest(attrs) { method margin (line 45825) | static margin(attrs) { method mdp (line 45828) | static mdp(attrs) { method medium (line 45831) | static medium(attrs) { method message (line 45834) | static message(attrs) { method numericEdit (line 45837) | static numericEdit(attrs) { method occur (line 45840) | static occur(attrs) { method oid (line 45843) | static oid(attrs) { method oids (line 45846) | static oids(attrs) { method overflow (line 45849) | static overflow(attrs) { method pageArea (line 45852) | static pageArea(attrs) { method pageSet (line 45855) | static pageSet(attrs) { method para (line 45858) | static para(attrs) { method passwordEdit (line 45861) | static passwordEdit(attrs) { method pattern (line 45864) | static pattern(attrs) { method picture (line 45867) | static picture(attrs) { method proto (line 45870) | static proto(attrs) { method radial (line 45873) | static radial(attrs) { method reason (line 45876) | static reason(attrs) { method reasons (line 45879) | static reasons(attrs) { method rectangle (line 45882) | static rectangle(attrs) { method ref (line 45885) | static ref(attrs) { method script (line 45888) | static script(attrs) { method setProperty (line 45891) | static setProperty(attrs) { method signData (line 45894) | static signData(attrs) { method signature (line 45897) | static signature(attrs) { method signing (line 45900) | static signing(attrs) { method solid (line 45903) | static solid(attrs) { method speak (line 45906) | static speak(attrs) { method stipple (line 45909) | static stipple(attrs) { method subform (line 45912) | static subform(attrs) { method subformSet (line 45915) | static subformSet(attrs) { method subjectDN (line 45918) | static subjectDN(attrs) { method subjectDNs (line 45921) | static subjectDNs(attrs) { method submit (line 45924) | static submit(attrs) { method template (line 45927) | static template(attrs) { method text (line 45930) | static text(attrs) { method textEdit (line 45933) | static textEdit(attrs) { method time (line 45936) | static time(attrs) { method timeStamp (line 45939) | static timeStamp(attrs) { method toolTip (line 45942) | static toolTip(attrs) { method traversal (line 45945) | static traversal(attrs) { method traverse (line 45948) | static traverse(attrs) { method ui (line 45951) | static ui(attrs) { method validate (line 45954) | static validate(attrs) { method value (line 45957) | static value(attrs) { method variables (line 45960) | static variables(attrs) { function createText (line 45973) | function createText(content) { class Binder (line 45978) | class Binder { method constructor (line 45979) | constructor(root) { method _isConsumeData (line 45986) | _isConsumeData() { method _isMatchTemplate (line 45989) | _isMatchTemplate() { method bind (line 45992) | bind() { method getData (line 45996) | getData() { method _bindValue (line 45999) | _bindValue(formNode, data, picture) { method _findDataByNameToConsume (line 46017) | _findDataByNameToConsume(name, isValue, dataNode, global) { method _setProperties (line 46053) | _setProperties(formNode, dataNode) { method _bindItems (line 46115) | _bindItems(formNode, dataNode) { method _bindOccurrences (line 46180) | _bindOccurrences(formNode, matches, picture) { method _createOccurrences (line 46206) | _createOccurrences(formNode) { method _getOccurInfo (line 46242) | _getOccurInfo(formNode) { method _setAndBind (line 46253) | _setAndBind(formNode, dataNode) { method _bindElement (line 46258) | _bindElement(formNode, dataNode) { class DataHandler (line 46388) | class DataHandler { method constructor (line 46389) | constructor(root, data) { method serialize (line 46393) | serialize(storage) { constant CONFIG_NS_ID (line 46441) | const CONFIG_NS_ID = NamespaceIds.config.id; class Acrobat (line 46442) | class Acrobat extends XFAObject { method constructor (line 46443) | constructor(attributes) { class Acrobat7 (line 46453) | class Acrobat7 extends XFAObject { method constructor (line 46454) | constructor(attributes) { class ADBE_JSConsole (line 46459) | class ADBE_JSConsole extends OptionObject { method constructor (line 46460) | constructor(attributes) { class ADBE_JSDebugger (line 46464) | class ADBE_JSDebugger extends OptionObject { method constructor (line 46465) | constructor(attributes) { class AddSilentPrint (line 46469) | class AddSilentPrint extends Option01 { method constructor (line 46470) | constructor(attributes) { class AddViewerPreferences (line 46474) | class AddViewerPreferences extends Option01 { method constructor (line 46475) | constructor(attributes) { class AdjustData (line 46479) | class AdjustData extends Option10 { method constructor (line 46480) | constructor(attributes) { class AdobeExtensionLevel (line 46484) | class AdobeExtensionLevel extends IntegerObject { method constructor (line 46485) | constructor(attributes) { class Agent (line 46489) | class Agent extends XFAObject { method constructor (line 46490) | constructor(attributes) { class AlwaysEmbed (line 46496) | class AlwaysEmbed extends ContentObject { method constructor (line 46497) | constructor(attributes) { class Amd (line 46501) | class Amd extends StringObject { method constructor (line 46502) | constructor(attributes) { class config_Area (line 46506) | class config_Area extends XFAObject { method constructor (line 46507) | constructor(attributes) { class Attributes (line 46517) | class Attributes extends OptionObject { method constructor (line 46518) | constructor(attributes) { class AutoSave (line 46522) | class AutoSave extends OptionObject { method constructor (line 46523) | constructor(attributes) { class Base (line 46527) | class Base extends StringObject { method constructor (line 46528) | constructor(attributes) { class BatchOutput (line 46532) | class BatchOutput extends XFAObject { method constructor (line 46533) | constructor(attributes) { class BehaviorOverride (line 46538) | class BehaviorOverride extends ContentObject { method constructor (line 46539) | constructor(attributes) { method [$finalize] (line 46542) | [$finalize]() { class Cache (line 46546) | class Cache extends XFAObject { method constructor (line 46547) | constructor(attributes) { class Change (line 46552) | class Change extends Option01 { method constructor (line 46553) | constructor(attributes) { class Common (line 46557) | class Common extends XFAObject { method constructor (line 46558) | constructor(attributes) { class Compress (line 46571) | class Compress extends XFAObject { method constructor (line 46572) | constructor(attributes) { class CompressLogicalStructure (line 46577) | class CompressLogicalStructure extends Option01 { method constructor (line 46578) | constructor(attributes) { class CompressObjectStream (line 46582) | class CompressObjectStream extends Option10 { method constructor (line 46583) | constructor(attributes) { class Compression (line 46587) | class Compression extends XFAObject { method constructor (line 46588) | constructor(attributes) { class Config (line 46596) | class Config extends XFAObject { method constructor (line 46597) | constructor(attributes) { class Conformance (line 46605) | class Conformance extends OptionObject { method constructor (line 46606) | constructor(attributes) { class ContentCopy (line 46610) | class ContentCopy extends Option01 { method constructor (line 46611) | constructor(attributes) { class Copies (line 46615) | class Copies extends IntegerObject { method constructor (line 46616) | constructor(attributes) { class Creator (line 46620) | class Creator extends StringObject { method constructor (line 46621) | constructor(attributes) { class CurrentPage (line 46625) | class CurrentPage extends IntegerObject { method constructor (line 46626) | constructor(attributes) { class Data (line 46630) | class Data extends XFAObject { method constructor (line 46631) | constructor(attributes) { class Debug (line 46647) | class Debug extends XFAObject { method constructor (line 46648) | constructor(attributes) { class DefaultTypeface (line 46653) | class DefaultTypeface extends ContentObject { method constructor (line 46654) | constructor(attributes) { class Destination (line 46659) | class Destination extends OptionObject { method constructor (line 46660) | constructor(attributes) { class DocumentAssembly (line 46664) | class DocumentAssembly extends Option01 { method constructor (line 46665) | constructor(attributes) { class Driver (line 46669) | class Driver extends XFAObject { method constructor (line 46670) | constructor(attributes) { class DuplexOption (line 46677) | class DuplexOption extends OptionObject { method constructor (line 46678) | constructor(attributes) { class DynamicRender (line 46682) | class DynamicRender extends OptionObject { method constructor (line 46683) | constructor(attributes) { class Embed (line 46687) | class Embed extends Option01 { method constructor (line 46688) | constructor(attributes) { class config_Encrypt (line 46692) | class config_Encrypt extends Option01 { method constructor (line 46693) | constructor(attributes) { class config_Encryption (line 46697) | class config_Encryption extends XFAObject { method constructor (line 46698) | constructor(attributes) { class EncryptionLevel (line 46705) | class EncryptionLevel extends OptionObject { method constructor (line 46706) | constructor(attributes) { class Enforce (line 46710) | class Enforce extends StringObject { method constructor (line 46711) | constructor(attributes) { class Equate (line 46715) | class Equate extends XFAObject { method constructor (line 46716) | constructor(attributes) { class EquateRange (line 46727) | class EquateRange extends XFAObject { method constructor (line 46728) | constructor(attributes) { method unicodeRange (line 46734) | get unicodeRange() { class Exclude (line 46754) | class Exclude extends ContentObject { method constructor (line 46755) | constructor(attributes) { method [$finalize] (line 46758) | [$finalize]() { class ExcludeNS (line 46762) | class ExcludeNS extends StringObject { method constructor (line 46763) | constructor(attributes) { class FlipLabel (line 46767) | class FlipLabel extends OptionObject { method constructor (line 46768) | constructor(attributes) { class config_FontInfo (line 46772) | class config_FontInfo extends XFAObject { method constructor (line 46773) | constructor(attributes) { class FormFieldFilling (line 46783) | class FormFieldFilling extends Option01 { method constructor (line 46784) | constructor(attributes) { class GroupParent (line 46788) | class GroupParent extends StringObject { method constructor (line 46789) | constructor(attributes) { class IfEmpty (line 46793) | class IfEmpty extends OptionObject { method constructor (line 46794) | constructor(attributes) { class IncludeXDPContent (line 46798) | class IncludeXDPContent extends StringObject { method constructor (line 46799) | constructor(attributes) { class IncrementalLoad (line 46803) | class IncrementalLoad extends OptionObject { method constructor (line 46804) | constructor(attributes) { class IncrementalMerge (line 46808) | class IncrementalMerge extends Option01 { method constructor (line 46809) | constructor(attributes) { class Interactive (line 46813) | class Interactive extends Option01 { method constructor (line 46814) | constructor(attributes) { class Jog (line 46818) | class Jog extends OptionObject { method constructor (line 46819) | constructor(attributes) { class LabelPrinter (line 46823) | class LabelPrinter extends XFAObject { method constructor (line 46824) | constructor(attributes) { class Layout (line 46833) | class Layout extends OptionObject { method constructor (line 46834) | constructor(attributes) { class Level (line 46838) | class Level extends IntegerObject { method constructor (line 46839) | constructor(attributes) { class Linearized (line 46843) | class Linearized extends Option01 { method constructor (line 46844) | constructor(attributes) { class Locale (line 46848) | class Locale extends StringObject { method constructor (line 46849) | constructor(attributes) { class LocaleSet (line 46853) | class LocaleSet extends StringObject { method constructor (line 46854) | constructor(attributes) { class Log (line 46858) | class Log extends XFAObject { method constructor (line 46859) | constructor(attributes) { class MapElement (line 46867) | class MapElement extends XFAObject { method constructor (line 46868) | constructor(attributes) { class MediumInfo (line 46874) | class MediumInfo extends XFAObject { method constructor (line 46875) | constructor(attributes) { class config_Message (line 46880) | class config_Message extends XFAObject { method constructor (line 46881) | constructor(attributes) { class Messaging (line 46887) | class Messaging extends XFAObject { method constructor (line 46888) | constructor(attributes) { class Mode (line 46893) | class Mode extends OptionObject { method constructor (line 46894) | constructor(attributes) { class ModifyAnnots (line 46898) | class ModifyAnnots extends Option01 { method constructor (line 46899) | constructor(attributes) { class MsgId (line 46903) | class MsgId extends IntegerObject { method constructor (line 46904) | constructor(attributes) { class NameAttr (line 46908) | class NameAttr extends StringObject { method constructor (line 46909) | constructor(attributes) { class NeverEmbed (line 46913) | class NeverEmbed extends ContentObject { method constructor (line 46914) | constructor(attributes) { class NumberOfCopies (line 46918) | class NumberOfCopies extends IntegerObject { method constructor (line 46919) | constructor(attributes) { class OpenAction (line 46923) | class OpenAction extends XFAObject { method constructor (line 46924) | constructor(attributes) { class Output (line 46929) | class Output extends XFAObject { method constructor (line 46930) | constructor(attributes) { class OutputBin (line 46937) | class OutputBin extends StringObject { method constructor (line 46938) | constructor(attributes) { class OutputXSL (line 46942) | class OutputXSL extends XFAObject { method constructor (line 46943) | constructor(attributes) { class Overprint (line 46948) | class Overprint extends OptionObject { method constructor (line 46949) | constructor(attributes) { class Packets (line 46953) | class Packets extends StringObject { method constructor (line 46954) | constructor(attributes) { method [$finalize] (line 46957) | [$finalize]() { class PageOffset (line 46964) | class PageOffset extends XFAObject { method constructor (line 46965) | constructor(attributes) { class PageRange (line 46979) | class PageRange extends StringObject { method constructor (line 46980) | constructor(attributes) { method [$finalize] (line 46983) | [$finalize]() { class Pagination (line 46992) | class Pagination extends OptionObject { method constructor (line 46993) | constructor(attributes) { class PaginationOverride (line 46997) | class PaginationOverride extends OptionObject { method constructor (line 46998) | constructor(attributes) { class Part (line 47002) | class Part extends IntegerObject { method constructor (line 47003) | constructor(attributes) { class Pcl (line 47007) | class Pcl extends XFAObject { method constructor (line 47008) | constructor(attributes) { class Pdf (line 47021) | class Pdf extends XFAObject { method constructor (line 47022) | constructor(attributes) { class Pdfa (line 47046) | class Pdfa extends XFAObject { method constructor (line 47047) | constructor(attributes) { class Permissions (line 47055) | class Permissions extends XFAObject { method constructor (line 47056) | constructor(attributes) { class PickTrayByPDFSize (line 47069) | class PickTrayByPDFSize extends Option01 { method constructor (line 47070) | constructor(attributes) { class config_Picture (line 47074) | class config_Picture extends StringObject { method constructor (line 47075) | constructor(attributes) { class PlaintextMetadata (line 47079) | class PlaintextMetadata extends Option01 { method constructor (line 47080) | constructor(attributes) { class Presence (line 47084) | class Presence extends OptionObject { method constructor (line 47085) | constructor(attributes) { class Present (line 47089) | class Present extends XFAObject { method constructor (line 47090) | constructor(attributes) { class Print (line 47116) | class Print extends Option01 { method constructor (line 47117) | constructor(attributes) { class PrintHighQuality (line 47121) | class PrintHighQuality extends Option01 { method constructor (line 47122) | constructor(attributes) { class PrintScaling (line 47126) | class PrintScaling extends OptionObject { method constructor (line 47127) | constructor(attributes) { class PrinterName (line 47131) | class PrinterName extends StringObject { method constructor (line 47132) | constructor(attributes) { class Producer (line 47136) | class Producer extends StringObject { method constructor (line 47137) | constructor(attributes) { class Ps (line 47141) | class Ps extends XFAObject { method constructor (line 47142) | constructor(attributes) { class Range (line 47154) | class Range extends ContentObject { method constructor (line 47155) | constructor(attributes) { method [$finalize] (line 47158) | [$finalize]() { class Record (line 47167) | class Record extends ContentObject { method constructor (line 47168) | constructor(attributes) { method [$finalize] (line 47171) | [$finalize]() { class Relevant (line 47179) | class Relevant extends ContentObject { method constructor (line 47180) | constructor(attributes) { method [$finalize] (line 47183) | [$finalize]() { class Rename (line 47187) | class Rename extends ContentObject { method constructor (line 47188) | constructor(attributes) { method [$finalize] (line 47191) | [$finalize]() { class RenderPolicy (line 47198) | class RenderPolicy extends OptionObject { method constructor (line 47199) | constructor(attributes) { class RunScripts (line 47203) | class RunScripts extends OptionObject { method constructor (line 47204) | constructor(attributes) { class config_Script (line 47208) | class config_Script extends XFAObject { method constructor (line 47209) | constructor(attributes) { class ScriptModel (line 47216) | class ScriptModel extends OptionObject { method constructor (line 47217) | constructor(attributes) { class Severity (line 47221) | class Severity extends OptionObject { method constructor (line 47222) | constructor(attributes) { class SilentPrint (line 47226) | class SilentPrint extends XFAObject { method constructor (line 47227) | constructor(attributes) { class Staple (line 47233) | class Staple extends XFAObject { method constructor (line 47234) | constructor(attributes) { class StartNode (line 47239) | class StartNode extends StringObject { method constructor (line 47240) | constructor(attributes) { class StartPage (line 47244) | class StartPage extends IntegerObject { method constructor (line 47245) | constructor(attributes) { class SubmitFormat (line 47249) | class SubmitFormat extends OptionObject { method constructor (line 47250) | constructor(attributes) { class SubmitUrl (line 47254) | class SubmitUrl extends StringObject { method constructor (line 47255) | constructor(attributes) { class SubsetBelow (line 47259) | class SubsetBelow extends IntegerObject { method constructor (line 47260) | constructor(attributes) { class SuppressBanner (line 47264) | class SuppressBanner extends Option01 { method constructor (line 47265) | constructor(attributes) { class Tagged (line 47269) | class Tagged extends Option01 { method constructor (line 47270) | constructor(attributes) { class config_Template (line 47274) | class config_Template extends XFAObject { method constructor (line 47275) | constructor(attributes) { class Threshold (line 47284) | class Threshold extends OptionObject { method constructor (line 47285) | constructor(attributes) { class To (line 47289) | class To extends OptionObject { method constructor (line 47290) | constructor(attributes) { class TemplateCache (line 47294) | class TemplateCache extends XFAObject { method constructor (line 47295) | constructor(attributes) { class Trace (line 47304) | class Trace extends XFAObject { method constructor (line 47305) | constructor(attributes) { class Transform (line 47310) | class Transform extends XFAObject { method constructor (line 47311) | constructor(attributes) { class Type (line 47322) | class Type extends OptionObject { method constructor (line 47323) | constructor(attributes) { class Uri (line 47327) | class Uri extends StringObject { method constructor (line 47328) | constructor(attributes) { class config_Validate (line 47332) | class config_Validate extends OptionObject { method constructor (line 47333) | constructor(attributes) { class ValidateApprovalSignatures (line 47337) | class ValidateApprovalSignatures extends ContentObject { method constructor (line 47338) | constructor(attributes) { method [$finalize] (line 47341) | [$finalize]() { class ValidationMessaging (line 47345) | class ValidationMessaging extends OptionObject { method constructor (line 47346) | constructor(attributes) { class Version (line 47350) | class Version extends OptionObject { method constructor (line 47351) | constructor(attributes) { class VersionControl (line 47355) | class VersionControl extends XFAObject { method constructor (line 47356) | constructor(attributes) { class ViewerPreferences (line 47363) | class ViewerPreferences extends XFAObject { method constructor (line 47364) | constructor(attributes) { class WebClient (line 47377) | class WebClient extends XFAObject { method constructor (line 47378) | constructor(attributes) { class Whitespace (line 47385) | class Whitespace extends OptionObject { method constructor (line 47386) | constructor(attributes) { class Window (line 47390) | class Window extends ContentObject { method constructor (line 47391) | constructor(attributes) { method [$finalize] (line 47394) | [$finalize]() { class Xdc (line 47406) | class Xdc extends XFAObject { method constructor (line 47407) | constructor(attributes) { class Xdp (line 47413) | class Xdp extends XFAObject { method constructor (line 47414) | constructor(attributes) { class Xsl (line 47419) | class Xsl extends XFAObject { method constructor (line 47420) | constructor(attributes) { class Zpl (line 47426) | class Zpl extends XFAObject { method constructor (line 47427) | constructor(attributes) { class ConfigNamespace (line 47436) | class ConfigNamespace { method [$buildXFAObject] (line 47437) | static [$buildXFAObject](name, attributes) { method acrobat (line 47443) | static acrobat(attrs) { method acrobat7 (line 47446) | static acrobat7(attrs) { method ADBE_JSConsole (line 47449) | static ADBE_JSConsole(attrs) { method ADBE_JSDebugger (line 47452) | static ADBE_JSDebugger(attrs) { method addSilentPrint (line 47455) | static addSilentPrint(attrs) { method addViewerPreferences (line 47458) | static addViewerPreferences(attrs) { method adjustData (line 47461) | static adjustData(attrs) { method adobeExtensionLevel (line 47464) | static adobeExtensionLevel(attrs) { method agent (line 47467) | static agent(attrs) { method alwaysEmbed (line 47470) | static alwaysEmbed(attrs) { method amd (line 47473) | static amd(attrs) { method area (line 47476) | static area(attrs) { method attributes (line 47479) | static attributes(attrs) { method autoSave (line 47482) | static autoSave(attrs) { method base (line 47485) | static base(attrs) { method batchOutput (line 47488) | static batchOutput(attrs) { method behaviorOverride (line 47491) | static behaviorOverride(attrs) { method cache (line 47494) | static cache(attrs) { method change (line 47497) | static change(attrs) { method common (line 47500) | static common(attrs) { method compress (line 47503) | static compress(attrs) { method compressLogicalStructure (line 47506) | static compressLogicalStructure(attrs) { method compressObjectStream (line 47509) | static compressObjectStream(attrs) { method compression (line 47512) | static compression(attrs) { method config (line 47515) | static config(attrs) { method conformance (line 47518) | static conformance(attrs) { method contentCopy (line 47521) | static contentCopy(attrs) { method copies (line 47524) | static copies(attrs) { method creator (line 47527) | static creator(attrs) { method currentPage (line 47530) | static currentPage(attrs) { method data (line 47533) | static data(attrs) { method debug (line 47536) | static debug(attrs) { method defaultTypeface (line 47539) | static defaultTypeface(attrs) { method destination (line 47542) | static destination(attrs) { method documentAssembly (line 47545) | static documentAssembly(attrs) { method driver (line 47548) | static driver(attrs) { method duplexOption (line 47551) | static duplexOption(attrs) { method dynamicRender (line 47554) | static dynamicRender(attrs) { method embed (line 47557) | static embed(attrs) { method encrypt (line 47560) | static encrypt(attrs) { method encryption (line 47563) | static encryption(attrs) { method encryptionLevel (line 47566) | static encryptionLevel(attrs) { method enforce (line 47569) | static enforce(attrs) { method equate (line 47572) | static equate(attrs) { method equateRange (line 47575) | static equateRange(attrs) { method exclude (line 47578) | static exclude(attrs) { method excludeNS (line 47581) | static excludeNS(attrs) { method flipLabel (line 47584) | static flipLabel(attrs) { method fontInfo (line 47587) | static fontInfo(attrs) { method formFieldFilling (line 47590) | static formFieldFilling(attrs) { method groupParent (line 47593) | static groupParent(attrs) { method ifEmpty (line 47596) | static ifEmpty(attrs) { method includeXDPContent (line 47599) | static includeXDPContent(attrs) { method incrementalLoad (line 47602) | static incrementalLoad(attrs) { method incrementalMerge (line 47605) | static incrementalMerge(attrs) { method interactive (line 47608) | static interactive(attrs) { method jog (line 47611) | static jog(attrs) { method labelPrinter (line 47614) | static labelPrinter(attrs) { method layout (line 47617) | static layout(attrs) { method level (line 47620) | static level(attrs) { method linearized (line 47623) | static linearized(attrs) { method locale (line 47626) | static locale(attrs) { method localeSet (line 47629) | static localeSet(attrs) { method log (line 47632) | static log(attrs) { method map (line 47635) | static map(attrs) { method mediumInfo (line 47638) | static mediumInfo(attrs) { method message (line 47641) | static message(attrs) { method messaging (line 47644) | static messaging(attrs) { method mode (line 47647) | static mode(attrs) { method modifyAnnots (line 47650) | static modifyAnnots(attrs) { method msgId (line 47653) | static msgId(attrs) { method nameAttr (line 47656) | static nameAttr(attrs) { method neverEmbed (line 47659) | static neverEmbed(attrs) { method numberOfCopies (line 47662) | static numberOfCopies(attrs) { method openAction (line 47665) | static openAction(attrs) { method output (line 47668) | static output(attrs) { method outputBin (line 47671) | static outputBin(attrs) { method outputXSL (line 47674) | static outputXSL(attrs) { method overprint (line 47677) | static overprint(attrs) { method packets (line 47680) | static packets(attrs) { method pageOffset (line 47683) | static pageOffset(attrs) { method pageRange (line 47686) | static pageRange(attrs) { method pagination (line 47689) | static pagination(attrs) { method paginationOverride (line 47692) | static paginationOverride(attrs) { method part (line 47695) | static part(attrs) { method pcl (line 47698) | static pcl(attrs) { method pdf (line 47701) | static pdf(attrs) { method pdfa (line 47704) | static pdfa(attrs) { method permissions (line 47707) | static permissions(attrs) { method pickTrayByPDFSize (line 47710) | static pickTrayByPDFSize(attrs) { method picture (line 47713) | static picture(attrs) { method plaintextMetadata (line 47716) | static plaintextMetadata(attrs) { method presence (line 47719) | static presence(attrs) { method present (line 47722) | static present(attrs) { method print (line 47725) | static print(attrs) { method printHighQuality (line 47728) | static printHighQuality(attrs) { method printScaling (line 47731) | static printScaling(attrs) { method printerName (line 47734) | static printerName(attrs) { method producer (line 47737) | static producer(attrs) { method ps (line 47740) | static ps(attrs) { method range (line 47743) | static range(attrs) { method record (line 47746) | static record(attrs) { method relevant (line 47749) | static relevant(attrs) { method rename (line 47752) | static rename(attrs) { method renderPolicy (line 47755) | static renderPolicy(attrs) { method runScripts (line 47758) | static runScripts(attrs) { method script (line 47761) | static script(attrs) { method scriptModel (line 47764) | static scriptModel(attrs) { method severity (line 47767) | static severity(attrs) { method silentPrint (line 47770) | static silentPrint(attrs) { method staple (line 47773) | static staple(attrs) { method startNode (line 47776) | static startNode(attrs) { method startPage (line 47779) | static startPage(attrs) { method submitFormat (line 47782) | static submitFormat(attrs) { method submitUrl (line 47785) | static submitUrl(attrs) { method subsetBelow (line 47788) | static subsetBelow(attrs) { method suppressBanner (line 47791) | static suppressBanner(attrs) { method tagged (line 47794) | static tagged(attrs) { method template (line 47797) | static template(attrs) { method templateCache (line 47800) | static templateCache(attrs) { method threshold (line 47803) | static threshold(attrs) { method to (line 47806) | static to(attrs) { method trace (line 47809) | static trace(attrs) { method transform (line 47812) | static transform(attrs) { method type (line 47815) | static type(attrs) { method uri (line 47818) | static uri(attrs) { method validate (line 47821) | static validate(attrs) { method validateApprovalSignatures (line 47824) | static validateApprovalSignatures(attrs) { method validationMessaging (line 47827) | static validationMessaging(attrs) { method version (line 47830) | static version(attrs) { method versionControl (line 47833) | static versionControl(attrs) { method viewerPreferences (line 47836) | static viewerPreferences(attrs) { method webClient (line 47839) | static webClient(attrs) { method whitespace (line 47842) | static whitespace(attrs) { method window (line 47845) | static window(attrs) { method xdc (line 47848) | static xdc(attrs) { method xdp (line 47851) | static xdp(attrs) { method xsl (line 47854) | static xsl(attrs) { method zpl (line 47857) | static zpl(attrs) { constant CONNECTION_SET_NS_ID (line 47865) | const CONNECTION_SET_NS_ID = NamespaceIds.connectionSet.id; class ConnectionSet (line 47866) | class ConnectionSet extends XFAObject { method constructor (line 47867) | constructor(attributes) { class EffectiveInputPolicy (line 47874) | class EffectiveInputPolicy extends XFAObject { method constructor (line 47875) | constructor(attributes) { class EffectiveOutputPolicy (line 47883) | class EffectiveOutputPolicy extends XFAObject { method constructor (line 47884) | constructor(attributes) { class Operation (line 47892) | class Operation extends StringObject { method constructor (line 47893) | constructor(attributes) { class RootElement (line 47903) | class RootElement extends StringObject { method constructor (line 47904) | constructor(attributes) { class SoapAction (line 47912) | class SoapAction extends StringObject { method constructor (line 47913) | constructor(attributes) { class SoapAddress (line 47921) | class SoapAddress extends StringObject { method constructor (line 47922) | constructor(attributes) { class connection_set_Uri (line 47930) | class connection_set_Uri extends StringObject { method constructor (line 47931) | constructor(attributes) { class WsdlAddress (line 47939) | class WsdlAddress extends StringObject { method constructor (line 47940) | constructor(attributes) { class WsdlConnection (line 47948) | class WsdlConnection extends XFAObject { method constructor (line 47949) | constructor(attributes) { class XmlConnection (line 47961) | class XmlConnection extends XFAObject { method constructor (line 47962) | constructor(attributes) { class XsdConnection (line 47969) | class XsdConnection extends XFAObject { method constructor (line 47970) | constructor(attributes) { class ConnectionSetNamespace (line 47978) | class ConnectionSetNamespace { method [$buildXFAObject] (line 47979) | static [$buildXFAObject](name, attributes) { method connectionSet (line 47985) | static connectionSet(attrs) { method effectiveInputPolicy (line 47988) | static effectiveInputPolicy(attrs) { method effectiveOutputPolicy (line 47991) | static effectiveOutputPolicy(attrs) { method operation (line 47994) | static operation(attrs) { method rootElement (line 47997) | static rootElement(attrs) { method soapAction (line 48000) | static soapAction(attrs) { method soapAddress (line 48003) | static soapAddress(attrs) { method uri (line 48006) | static uri(attrs) { method wsdlAddress (line 48009) | static wsdlAddress(attrs) { method wsdlConnection (line 48012) | static wsdlConnection(attrs) { method xmlConnection (line 48015) | static xmlConnection(attrs) { method xsdConnection (line 48018) | static xsdConnection(attrs) { constant DATASETS_NS_ID (line 48027) | const DATASETS_NS_ID = NamespaceIds.datasets.id; class datasets_Data (line 48028) | class datasets_Data extends XmlObject { method constructor (line 48029) | constructor(attributes) { method [$isNsAgnostic] (line 48032) | [$isNsAgnostic]() { class Datasets (line 48036) | class Datasets extends XFAObject { method constructor (line 48037) | constructor(attributes) { method [$onChild] (line 48042) | [$onChild](child) { class DatasetsNamespace (line 48050) | class DatasetsNamespace { method [$buildXFAObject] (line 48051) | static [$buildXFAObject](name, attributes) { method datasets (line 48057) | static datasets(attributes) { method data (line 48060) | static data(attributes) { constant LOCALE_SET_NS_ID (line 48069) | const LOCALE_SET_NS_ID = NamespaceIds.localeSet.id; class CalendarSymbols (line 48070) | class CalendarSymbols extends XFAObject { method constructor (line 48071) | constructor(attributes) { class CurrencySymbol (line 48080) | class CurrencySymbol extends StringObject { method constructor (line 48081) | constructor(attributes) { class CurrencySymbols (line 48086) | class CurrencySymbols extends XFAObject { method constructor (line 48087) | constructor(attributes) { class DatePattern (line 48092) | class DatePattern extends StringObject { method constructor (line 48093) | constructor(attributes) { class DatePatterns (line 48098) | class DatePatterns extends XFAObject { method constructor (line 48099) | constructor(attributes) { class DateTimeSymbols (line 48104) | class DateTimeSymbols extends ContentObject { method constructor (line 48105) | constructor(attributes) { class Day (line 48109) | class Day extends StringObject { method constructor (line 48110) | constructor(attributes) { class DayNames (line 48114) | class DayNames extends XFAObject { method constructor (line 48115) | constructor(attributes) { class Era (line 48125) | class Era extends StringObject { method constructor (line 48126) | constructor(attributes) { class EraNames (line 48130) | class EraNames extends XFAObject { method constructor (line 48131) | constructor(attributes) { class locale_set_Locale (line 48136) | class locale_set_Locale extends XFAObject { method constructor (line 48137) | constructor(attributes) { class locale_set_LocaleSet (line 48151) | class locale_set_LocaleSet extends XFAObject { method constructor (line 48152) | constructor(attributes) { class Meridiem (line 48157) | class Meridiem extends StringObject { method constructor (line 48158) | constructor(attributes) { class MeridiemNames (line 48162) | class MeridiemNames extends XFAObject { method constructor (line 48163) | constructor(attributes) { class Month (line 48168) | class Month extends StringObject { method constructor (line 48169) | constructor(attributes) { class MonthNames (line 48173) | class MonthNames extends XFAObject { method constructor (line 48174) | constructor(attributes) { class NumberPattern (line 48184) | class NumberPattern extends StringObject { method constructor (line 48185) | constructor(attributes) { class NumberPatterns (line 48190) | class NumberPatterns extends XFAObject { method constructor (line 48191) | constructor(attributes) { class NumberSymbol (line 48196) | class NumberSymbol extends StringObject { method constructor (line 48197) | constructor(attributes) { class NumberSymbols (line 48202) | class NumberSymbols extends XFAObject { method constructor (line 48203) | constructor(attributes) { class TimePattern (line 48208) | class TimePattern extends StringObject { method constructor (line 48209) | constructor(attributes) { class TimePatterns (line 48214) | class TimePatterns extends XFAObject { method constructor (line 48215) | constructor(attributes) { class TypeFace (line 48220) | class TypeFace extends XFAObject { method constructor (line 48221) | constructor(attributes) { class TypeFaces (line 48226) | class TypeFaces extends XFAObject { method constructor (line 48227) | constructor(attributes) { class LocaleSetNamespace (line 48232) | class LocaleSetNamespace { method [$buildXFAObject] (line 48233) | static [$buildXFAObject](name, attributes) { method calendarSymbols (line 48239) | static calendarSymbols(attrs) { method currencySymbol (line 48242) | static currencySymbol(attrs) { method currencySymbols (line 48245) | static currencySymbols(attrs) { method datePattern (line 48248) | static datePattern(attrs) { method datePatterns (line 48251) | static datePatterns(attrs) { method dateTimeSymbols (line 48254) | static dateTimeSymbols(attrs) { method day (line 48257) | static day(attrs) { method dayNames (line 48260) | static dayNames(attrs) { method era (line 48263) | static era(attrs) { method eraNames (line 48266) | static eraNames(attrs) { method locale (line 48269) | static locale(attrs) { method localeSet (line 48272) | static localeSet(attrs) { method meridiem (line 48275) | static meridiem(attrs) { method meridiemNames (line 48278) | static meridiemNames(attrs) { method month (line 48281) | static month(attrs) { method monthNames (line 48284) | static monthNames(attrs) { method numberPattern (line 48287) | static numberPattern(attrs) { method numberPatterns (line 48290) | static numberPatterns(attrs) { method numberSymbol (line 48293) | static numberSymbol(attrs) { method numberSymbols (line 48296) | static numberSymbols(attrs) { method timePattern (line 48299) | static timePattern(attrs) { method timePatterns (line 48302) | static timePatterns(attrs) { method typeFace (line 48305) | static typeFace(attrs) { method typeFaces (line 48308) | static typeFaces(attrs) { constant SIGNATURE_NS_ID (line 48316) | const SIGNATURE_NS_ID = NamespaceIds.signature.id; class signature_Signature (line 48317) | class signature_Signature extends XFAObject { method constructor (line 48318) | constructor(attributes) { class SignatureNamespace (line 48322) | class SignatureNamespace { method [$buildXFAObject] (line 48323) | static [$buildXFAObject](name, attributes) { method signature (line 48329) | static signature(attributes) { constant STYLESHEET_NS_ID (line 48337) | const STYLESHEET_NS_ID = NamespaceIds.stylesheet.id; class Stylesheet (line 48338) | class Stylesheet extends XFAObject { method constructor (line 48339) | constructor(attributes) { class StylesheetNamespace (line 48343) | class StylesheetNamespace { method [$buildXFAObject] (line 48344) | static [$buildXFAObject](name, attributes) { method stylesheet (line 48350) | static stylesheet(attributes) { constant XDP_NS_ID (line 48359) | const XDP_NS_ID = NamespaceIds.xdp.id; class xdp_Xdp (line 48360) | class xdp_Xdp extends XFAObject { method constructor (line 48361) | constructor(attributes) { method [$onChildCheck] (line 48372) | [$onChildCheck](child) { class XdpNamespace (line 48377) | class XdpNamespace { method [$buildXFAObject] (line 48378) | static [$buildXFAObject](name, attributes) { method xdp (line 48384) | static xdp(attributes) { constant XHTML_NS_ID (line 48395) | const XHTML_NS_ID = NamespaceIds.xhtml.id; constant VALID_STYLES (line 48397) | const VALID_STYLES = new Set(["color", "font", "font-family", "font-size... function mapStyle (line 48405) | function mapStyle(styleStr, node, richText) { function checkStyle (line 48447) | function checkStyle(node) { class XhtmlObject (line 48459) | class XhtmlObject extends XmlObject { method constructor (line 48460) | constructor(attributes, name) { method [$clean] (line 48465) | [$clean](builder) { method [$acceptWhitespace] (line 48469) | [$acceptWhitespace]() { method [$onText] (line 48472) | [$onText](str, richText = false) { method [$pushGlyphs] (line 48485) | [$pushGlyphs](measure, mustPop = true) { method [$toHTML] (line 48567) | [$toHTML](availableSpace) { class A (line 48593) | class A extends XhtmlObject { method constructor (line 48594) | constructor(attributes) { class B (line 48599) | class B extends XhtmlObject { method constructor (line 48600) | constructor(attributes) { method [$pushGlyphs] (line 48603) | [$pushGlyphs](measure) { class Body (line 48611) | class Body extends XhtmlObject { method constructor (line 48612) | constructor(attributes) { method [$toHTML] (line 48615) | [$toHTML](availableSpace) { class Br (line 48628) | class Br extends XhtmlObject { method constructor (line 48629) | constructor(attributes) { method [$text] (line 48632) | [$text]() { method [$pushGlyphs] (line 48635) | [$pushGlyphs](measure) { method [$toHTML] (line 48638) | [$toHTML](availableSpace) { class Html (line 48644) | class Html extends XhtmlObject { method constructor (line 48645) | constructor(attributes) { method [$toHTML] (line 48648) | [$toHTML](availableSpace) { class I (line 48680) | class I extends XhtmlObject { method constructor (line 48681) | constructor(attributes) { method [$pushGlyphs] (line 48684) | [$pushGlyphs](measure) { class Li (line 48692) | class Li extends XhtmlObject { method constructor (line 48693) | constructor(attributes) { class Ol (line 48697) | class Ol extends XhtmlObject { method constructor (line 48698) | constructor(attributes) { class P (line 48702) | class P extends XhtmlObject { method constructor (line 48703) | constructor(attributes) { method [$pushGlyphs] (line 48706) | [$pushGlyphs](measure) { method [$text] (line 48712) | [$text]() { class Span (line 48720) | class Span extends XhtmlObject { method constructor (line 48721) | constructor(attributes) { class Sub (line 48725) | class Sub extends XhtmlObject { method constructor (line 48726) | constructor(attributes) { class Sup (line 48730) | class Sup extends XhtmlObject { method constructor (line 48731) | constructor(attributes) { class Ul (line 48735) | class Ul extends XhtmlObject { method constructor (line 48736) | constructor(attributes) { class XhtmlNamespace (line 48740) | class XhtmlNamespace { method [$buildXFAObject] (line 48741) | static [$buildXFAObject](name, attributes) { method a (line 48747) | static a(attributes) { method b (line 48750) | static b(attributes) { method body (line 48753) | static body(attributes) { method br (line 48756) | static br(attributes) { method html (line 48759) | static html(attributes) { method i (line 48762) | static i(attributes) { method li (line 48765) | static li(attributes) { method ol (line 48768) | static ol(attributes) { method p (line 48771) | static p(attributes) { method span (line 48774) | static span(attributes) { method sub (line 48777) | static sub(attributes) { method sup (line 48780) | static sup(attributes) { method ul (line 48783) | static ul(attributes) { class UnknownNamespace (line 48813) | class UnknownNamespace { method constructor (line 48814) | constructor(nsId) { method [$buildXFAObject] (line 48817) | [$buildXFAObject](name, attributes) { class Root (line 48830) | class Root extends XFAObject { method constructor (line 48831) | constructor(ids) { method [$onChild] (line 48836) | [$onChild](child) { method [$finalize] (line 48840) | [$finalize]() { class Empty (line 48849) | class Empty extends XFAObject { method constructor (line 48850) | constructor() { method [$onChild] (line 48853) | [$onChild](_) { class Builder (line 48857) | class Builder { method constructor (line 48858) | constructor(rootNameSpace = null) { method buildRoot (line 48868) | buildRoot(ids) { method build (line 48871) | build({ method isNsAgnostic (line 48919) | isNsAgnostic() { method _searchNamespace (line 48922) | _searchNamespace(nsName) { method _addNamespacePrefix (line 48943) | _addNamespacePrefix(prefixes) { method _getNamespaceToUse (line 48957) | _getNamespaceToUse(prefix) { method clean (line 48968) | clean(data) { class XFAParser (line 48995) | class XFAParser extends XMLParserBase { method constructor (line 48996) | constructor(rootNameSpace = null, richText = false) { method parse (line 49010) | parse(data) { method onText (line 49018) | onText(text) { method onCdata (line 49029) | onCdata(text) { method _mkAttributes (line 49032) | _mkAttributes(attributes, tagName) { method _getNameAndPrefix (line 49072) | _getNameAndPrefix(name, nsAgnostic) { method onBeginElement (line 49079) | onBeginElement(tagName, attributes, isEmpty) { method onEndElement (line 49101) | onEndElement(name) { method onError (line 49117) | onError(code) { class XFAFactory (line 49131) | class XFAFactory { method constructor (line 49132) | constructor(data) { method isValid (line 49143) | isValid() { method _createPagesHelper (line 49146) | _createPagesHelper() { method _createPages (line 49164) | async _createPages() { method getBoundingBox (line 49178) | getBoundingBox(pageIndex) { method getNumPages (line 49181) | async getNumPages() { method setImages (line 49187) | setImages(images) { method setFonts (line 49190) | setFonts(fonts) { method appendFonts (line 49205) | appendFonts(fonts, reallyMissingFonts) { method getPages (line 49208) | async getPages() { method serializeData (line 49216) | serializeData(storage) { method _createDocument (line 49219) | static _createDocument(data) { method getRichTextAsHtml (line 49225) | static getRichTextAsHtml(rc) { class AnnotationFactory (line 49279) | class AnnotationFactory { method createGlobals (line 49280) | static createGlobals(pdfManager) { method create (line 49295) | static async create(xref, ref, annotationGlobals, idFactory, collectFi... method _create (line 49299) | static _create(xref, ref, annotationGlobals, idFactory, collectFields ... method _getPageIndex (line 49388) | static async _getPageIndex(xref, ref, pdfManager) { method generateImages (line 49421) | static generateImages(annotations, xref, isOffscreenCanvasSupported) { method saveNewAnnotations (line 49439) | static async saveNewAnnotations(evaluator, task, annotations, imagePro... method printNewAnnotations (line 49523) | static async printNewAnnotations(annotationGlobals, evaluator, task, a... function getRgbColor (line 49586) | function getRgbColor(color, defaultColor = new Uint8ClampedArray(3)) { function getPdfColorArray (line 49607) | function getPdfColorArray(color) { function getQuadPoints (line 49610) | function getQuadPoints(dict, rect) { function getTransformMatrix (line 49648) | function getTransformMatrix(rect, bbox, matrix) { class Annotation (line 49657) | class Annotation { method constructor (line 49658) | constructor(params) { method _hasFlag (line 49726) | _hasFlag(flags, flag) { method _isViewable (line 49729) | _isViewable(flags) { method _isPrintable (line 49732) | _isPrintable(flags) { method mustBeViewed (line 49735) | mustBeViewed(annotationStorage, _renderForms) { method mustBePrinted (line 49742) | mustBePrinted(annotationStorage) { method viewable (line 49749) | get viewable() { method printable (line 49758) | get printable() { method _parseStringHelper (line 49767) | _parseStringHelper(data) { method setDefaultAppearance (line 49775) | setDefaultAppearance(params) { method setTitle (line 49787) | setTitle(title) { method setContents (line 49790) | setContents(contents) { method setModificationDate (line 49793) | setModificationDate(modificationDate) { method setFlags (line 49796) | setFlags(flags) { method hasFlag (line 49802) | hasFlag(flag) { method setRectangle (line 49805) | setRectangle(rectangle) { method setColor (line 49808) | setColor(color) { method setLineEndings (line 49811) | setLineEndings(lineEndings) { method setRotation (line 49837) | setRotation(mk, dict) { method setBorderAndBackgroundColors (line 49850) | setBorderAndBackgroundColors(mk) { method setBorderStyle (line 49858) | setBorderStyle(borderStyle) { method setAppearance (line 49887) | setAppearance(dict) { method setOptionalContent (line 49910) | setOptionalContent(dict) { method loadResources (line 49919) | loadResources(keys, appearance) { method getOperatorList (line 49930) | async getOperatorList(evaluator, task, intent, renderForms, annotation... method save (line 49989) | async save(evaluator, task, annotationStorage) { method hasTextContent (line 49992) | get hasTextContent() { method extractTextContent (line 49995) | async extractTextContent(evaluator, task, viewBox) { method _transformPoint (line 50041) | _transformPoint(coords, bbox, matrix) { method getFieldObject (line 50053) | getFieldObject() { method reset (line 50069) | reset() { method _constructFieldName (line 50074) | _constructFieldName(dict) { class AnnotationBorderStyle (line 50106) | class AnnotationBorderStyle { method constructor (line 50107) | constructor() { method setWidth (line 50114) | setWidth(width, rect = [0, 0, 0, 0]) { method setStyle (line 50131) | setStyle(style) { method setDashArray (line 50155) | setDashArray(dashArray, forceStyle = false) { method setHorizontalCornerRadius (line 50180) | setHorizontalCornerRadius(radius) { method setVerticalCornerRadius (line 50185) | setVerticalCornerRadius(radius) { class MarkupAnnotation (line 50191) | class MarkupAnnotation extends Annotation { method constructor (line 50192) | constructor(params) { method setCreationDate (line 50243) | setCreationDate(creationDate) { method _setDefaultAppearance (line 50246) | _setDefaultAppearance({ method createNewAnnotation (line 50323) | static async createNewAnnotation(xref, annotation, dependencies, param... method createNewPrintAnnotation (line 50351) | static async createNewPrintAnnotation(annotationGlobals, xref, annotat... class WidgetAnnotation (line 50368) | class WidgetAnnotation extends Annotation { method constructor (line 50369) | constructor(params) { method _decodeFormValue (line 50442) | _decodeFormValue(formValue) { method hasFieldFlag (line 50452) | hasFieldFlag(flag) { method _isViewable (line 50455) | _isViewable(flags) { method mustBeViewed (line 50458) | mustBeViewed(annotationStorage, renderForms) { method getRotationMatrix (line 50464) | getRotationMatrix(annotationStorage) { method getBorderAndBackgroundAppearances (line 50476) | getBorderAndBackgroundAppearances(annotationStorage) { method getOperatorList (line 50497) | async getOperatorList(evaluator, task, intent, renderForms, annotation... method _getMKDict (line 50549) | _getMKDict(rotation) { method amendSavedDict (line 50562) | amendSavedDict(annotationStorage, dict) {} method save (line 50563) | async save(evaluator, task, annotationStorage) { method _getAppearance (line 50651) | async _getAppearance(evaluator, task, intent, annotationStorage) { method _getFontData (line 50781) | static async _getFontData(evaluator, task, appearanceData, resources) { method _getTextWidth (line 50796) | _getTextWidth(text, font) { method _computeFontSize (line 50799) | _computeFontSize(height, width, text, font, lineCount) { method _renderText (line 50858) | _renderText(text, font, fontSize, totalWidth, alignment, prevInfo, hPa... method _getSaveFieldResources (line 50874) | _getSaveFieldResources(xref) { method getFieldObject (line 50908) | getFieldObject() { class TextWidgetAnnotation (line 50912) | class TextWidgetAnnotation extends WidgetAnnotation { method constructor (line 50913) | constructor(params) { method hasTextContent (line 50941) | get hasTextContent() { method _getCombAppearance (line 50944) | _getCombAppearance(defaultAppearance, font, text, fontSize, width, hei... method _getMultilineAppearance (line 50955) | _getMultilineAppearance(defaultAppearance, lines, font, fontSize, widt... method _splitLine (line 50974) | _splitLine(line, font, fontSize, width, cache = {}) { method getFieldObject (line 51026) | getFieldObject() { class ButtonWidgetAnnotation (line 51048) | class ButtonWidgetAnnotation extends WidgetAnnotation { method constructor (line 51049) | constructor(params) { method getOperatorList (line 51069) | async getOperatorList(evaluator, task, intent, renderForms, annotation... method save (line 51105) | async save(evaluator, task, annotationStorage) { method _saveCheckbox (line 51114) | async _saveCheckbox(evaluator, task, annotationStorage) { method _saveRadioButton (line 51160) | async _saveRadioButton(evaluator, task, annotationStorage) { method _getDefaultCheckedAppearance (line 51225) | _getDefaultCheckedAppearance(params, type) { method _processCheckBox (line 51266) | _processCheckBox(params) { method _processRadioButton (line 51318) | _processRadioButton(params) { method _processPushButton (line 51359) | _processPushButton(params) { method getFieldObject (line 51376) | getFieldObject() { method fallbackFontDict (line 51403) | get fallbackFontDict() { class ChoiceWidgetAnnotation (line 51412) | class ChoiceWidgetAnnotation extends WidgetAnnotation { method constructor (line 51413) | constructor(params) { method getFieldObject (line 51455) | getFieldObject() { method amendSavedDict (line 51477) | amendSavedDict(annotationStorage, dict) { method _getAppearance (line 51497) | async _getAppearance(evaluator, task, intent, annotationStorage) { class SignatureWidgetAnnotation (line 51594) | class SignatureWidgetAnnotation extends WidgetAnnotation { method constructor (line 51595) | constructor(params) { method getFieldObject (line 51601) | getFieldObject() { class TextAnnotation (line 51610) | class TextAnnotation extends MarkupAnnotation { method constructor (line 51611) | constructor(params) { class LinkAnnotation (line 51637) | class LinkAnnotation extends Annotation { method constructor (line 51638) | constructor(params) { class PopupAnnotation (line 51659) | class PopupAnnotation extends Annotation { method constructor (line 51660) | constructor(params) { class FreeTextAnnotation (line 51708) | class FreeTextAnnotation extends MarkupAnnotation { method constructor (line 51709) | constructor(params) { method hasTextContent (line 51752) | get hasTextContent() { method createNewDict (line 51755) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 51792) | static async createNewAppearanceStream(annotation, xref, params) { class LineAnnotation (line 51903) | class LineAnnotation extends MarkupAnnotation { method constructor (line 51904) | constructor(params) { class SquareAnnotation (line 51944) | class SquareAnnotation extends MarkupAnnotation { method constructor (line 51945) | constructor(params) { class CircleAnnotation (line 51987) | class CircleAnnotation extends MarkupAnnotation { method constructor (line 51988) | constructor(params) { class PolylineAnnotation (line 52033) | class PolylineAnnotation extends MarkupAnnotation { method constructor (line 52034) | constructor(params) { class PolygonAnnotation (line 52090) | class PolygonAnnotation extends PolylineAnnotation { method constructor (line 52091) | constructor(params) { class CaretAnnotation (line 52096) | class CaretAnnotation extends MarkupAnnotation { method constructor (line 52097) | constructor(params) { class InkAnnotation (line 52102) | class InkAnnotation extends MarkupAnnotation { method constructor (line 52103) | constructor(params) { method createNewDict (line 52167) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 52205) | static async createNewAppearanceStream(annotation, xref, params) { method createNewAppearanceStreamForHighlight (line 52258) | static async createNewAppearanceStreamForHighlight(annotation, xref, p... class HighlightAnnotation (line 52301) | class HighlightAnnotation extends MarkupAnnotation { method constructor (line 52302) | constructor(params) { method createNewDict (line 52333) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 52366) | static async createNewAppearanceStream(annotation, xref, params) { class UnderlineAnnotation (line 52408) | class UnderlineAnnotation extends MarkupAnnotation { method constructor (line 52409) | constructor(params) { class SquigglyAnnotation (line 52437) | class SquigglyAnnotation extends MarkupAnnotation { method constructor (line 52438) | constructor(params) { class StrikeOutAnnotation (line 52477) | class StrikeOutAnnotation extends MarkupAnnotation { method constructor (line 52478) | constructor(params) { class StampAnnotation (line 52506) | class StampAnnotation extends MarkupAnnotation { method constructor (line 52507) | constructor(params) { method createImage (line 52513) | static async createImage(bitmap, xref) { method createNewDict (line 52575) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 52606) | static async createNewAppearanceStream(annotation, xref, params) { class FileAttachmentAnnotation (line 52635) | class FileAttachmentAnnotation extends MarkupAnnotation { method constructor (line 52636) | constructor(params) { function decodeString (line 52658) | function decodeString(str) { class DatasetXMLParser (line 52666) | class DatasetXMLParser extends SimpleXMLParser { method constructor (line 52667) | constructor(options) { method onEndElement (line 52671) | onEndElement(name) { class DatasetReader (line 52679) | class DatasetReader { method constructor (line 52680) | constructor(data) { method getValue (line 52695) | getValue(path) { class XRef (line 52718) | class XRef { method constructor (line 52720) | constructor(stream, pdfManager) { method getNewPersistentRef (line 52731) | getNewPersistentRef(obj) { method getNewTemporaryRef (line 52739) | getNewTemporaryRef() { method resetNewTemporaryRef (line 52752) | resetNewTemporaryRef() { method setStartXRef (line 52761) | setStartXRef(startXRef) { method parse (line 52764) | parse(recoveryMode = false) { method processXRefTable (line 52817) | processXRefTable(parser) { method readXRefTable (line 52840) | readXRefTable(parser) { method processXRefStream (line 52901) | processXRefStream(stream) { method readXRefStream (line 52920) | readXRefStream(stream) { method indexObjects (line 52987) | indexObjects() { method readXRef (line 53198) | readXRef(recoveryMode = false) { method lastXRefStreamPos (line 53265) | get lastXRefStreamPos() { method getEntry (line 53268) | getEntry(i) { method fetchIfRef (line 53275) | fetchIfRef(obj, suppressEncryption = false) { method fetch (line 53281) | fetch(ref, suppressEncryption = false) { method fetchUncompressed (line 53318) | fetchUncompressed(ref, xrefEntry, suppressEncryption = false) { method fetchCompressed (line 53356) | fetchCompressed(ref, xrefEntry, suppressEncryption = false) { method fetchIfRefAsync (line 53415) | async fetchIfRefAsync(obj, suppressEncryption) { method fetchAsync (line 53421) | async fetchAsync(ref, suppressEncryption) { method getCatalogObj (line 53432) | getCatalogObj() { constant DEFAULT_USER_UNIT (line 53458) | const DEFAULT_USER_UNIT = 1.0; constant LETTER_SIZE_MEDIABOX (line 53459) | const LETTER_SIZE_MEDIABOX = [0, 0, 612, 792]; class Page (line 53460) | class Page { method constructor (line 53461) | constructor({ method _getInheritableProperty (line 53502) | _getInheritableProperty(key, getArray = false) { method content (line 53520) | get content() { method resources (line 53523) | get resources() { method _getBoundingBox (line 53527) | _getBoundingBox(name) { method mediaBox (line 53540) | get mediaBox() { method cropBox (line 53543) | get cropBox() { method userUnit (line 53546) | get userUnit() { method view (line 53553) | get view() { method rotate (line 53567) | get rotate() { method _onSubStreamError (line 53578) | _onSubStreamError(reason, objId) { method getContentStream (line 53585) | getContentStream() { method xfaData (line 53596) | get xfaData() { method #replaceIdByRef (line 53601) | #replaceIdByRef(annotations, deletedAnnotations, existingAnnotations) { method saveNewAnnotations (line 53619) | async saveNewAnnotations(handler, task, annotations, imagePromises) { method save (line 53668) | save(handler, task, annotationStorage) { method loadResources (line 53697) | loadResources(keys) { method getOperatorList (line 53704) | getOperatorList({ method extractTextContent (line 53845) | async extractTextContent({ method getStructTree (line 53879) | async getStructTree() { method _parseStructTree (line 53888) | _parseStructTree(structTreeRoot) { method getAnnotationsData (line 53893) | async getAnnotationsData(handler, task, intent) { method annotations (line 53930) | get annotations() { method _parsedAnnotations (line 53934) | get _parsedAnnotations() { method jsActions (line 53976) | get jsActions() { constant PDF_HEADER_SIGNATURE (line 53981) | const PDF_HEADER_SIGNATURE = new Uint8Array([0x25, 0x50, 0x44, 0x46, 0x2... constant STARTXREF_SIGNATURE (line 53982) | const STARTXREF_SIGNATURE = new Uint8Array([0x73, 0x74, 0x61, 0x72, 0x74... constant ENDOBJ_SIGNATURE (line 53983) | const ENDOBJ_SIGNATURE = new Uint8Array([0x65, 0x6e, 0x64, 0x6f, 0x62, 0... constant FINGERPRINT_FIRST_BYTES (line 53984) | const FINGERPRINT_FIRST_BYTES = 1024; constant EMPTY_FINGERPRINT (line 53985) | const EMPTY_FINGERPRINT = "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\... function find (line 53986) | function find(stream, signature, limit = 1024, backwards = false) { class PDFDocument (line 54023) | class PDFDocument { method constructor (line 54024) | constructor(pdfManager, stream) { method parse (line 54051) | parse(recoveryMode) { method linearization (line 54055) | get linearization() { method startXRef (line 54067) | get startXRef() { method checkHeader (line 54113) | checkHeader() { method parseStartXRef (line 54132) | parseStartXRef() { method numPages (line 54135) | get numPages() { method _hasOnlyDocumentSignatures (line 54148) | _hasOnlyDocumentSignatures(fields, recursionDepth = 0) { method _xfaStreams (line 54171) | get _xfaStreams() { method xfaDatasets (line 54214) | get xfaDatasets() { method xfaData (line 54237) | get xfaData() { method xfaFactory (line 54256) | get xfaFactory() { method isPureXfa (line 54263) | get isPureXfa() { method htmlForXfa (line 54266) | get htmlForXfa() { method loadXfaImages (line 54269) | async loadXfaImages() { method loadXfaFonts (line 54286) | async loadXfaFonts(handler, task) { method serializeXfaData (line 54406) | async serializeXfaData(annotationStorage) { method version (line 54409) | get version() { method formInfo (line 54412) | get formInfo() { method documentInfo (line 54442) | get documentInfo() { method fingerprints (line 54517) | get fingerprints() { method _getLinearizationPage (line 54541) | async _getLinearizationPage(pageIndex) { method getPage (line 54571) | getPage(pageIndex) { method checkFirstPage (line 54609) | async checkFirstPage(recoveryMode = false) { method checkLastPage (line 54623) | async checkLastPage(recoveryMode = false) { method fontFallback (line 54689) | fontFallback(id, handler) { method cleanup (line 54692) | async cleanup(manuallyTriggered = false) { method #collectFieldObjects (line 54695) | async #collectFieldObjects(name, fieldRef, promises, annotationGlobals... method fieldObjects (line 54747) | get fieldObjects() { method hasJSActions (line 54775) | get hasJSActions() { method _parseHasJSActions (line 54779) | async _parseHasJSActions() { method calculationOrderIds (line 54789) | get calculationOrderIds() { method annotationGlobals (line 54809) | get annotationGlobals() { function parseDocBaseUrl (line 54820) | function parseDocBaseUrl(url) { class BasePdfManager (line 54830) | class BasePdfManager { method constructor (line 54831) | constructor(args) { method docId (line 54842) | get docId() { method password (line 54845) | get password() { method docBaseUrl (line 54848) | get docBaseUrl() { method catalog (line 54851) | get catalog() { method ensureDoc (line 54854) | ensureDoc(prop, args) { method ensureXRef (line 54857) | ensureXRef(prop, args) { method ensureCatalog (line 54860) | ensureCatalog(prop, args) { method getPage (line 54863) | getPage(pageIndex) { method fontFallback (line 54866) | fontFallback(id, handler) { method loadXfaFonts (line 54869) | loadXfaFonts(handler, task) { method loadXfaImages (line 54872) | loadXfaImages() { method serializeXfaData (line 54875) | serializeXfaData(annotationStorage) { method cleanup (line 54878) | cleanup(manuallyTriggered = false) { method ensure (line 54881) | async ensure(obj, prop, args) { method requestRange (line 54884) | requestRange(begin, end) { method requestLoadedStream (line 54887) | requestLoadedStream(noFetch = false) { method sendProgressiveData (line 54890) | sendProgressiveData(chunk) { method updatePassword (line 54893) | updatePassword(password) { method terminate (line 54896) | terminate(reason) { class LocalPdfManager (line 54900) | class LocalPdfManager extends BasePdfManager { method constructor (line 54901) | constructor(args) { method ensure (line 54907) | async ensure(obj, prop, args) { method requestRange (line 54914) | requestRange(begin, end) { method requestLoadedStream (line 54917) | requestLoadedStream(noFetch = false) { method terminate (line 54920) | terminate(reason) {} class NetworkPdfManager (line 54922) | class NetworkPdfManager extends BasePdfManager { method constructor (line 54923) | constructor(args) { method ensure (line 54933) | async ensure(obj, prop, args) { method requestRange (line 54948) | requestRange(begin, end) { method requestLoadedStream (line 54951) | requestLoadedStream(noFetch = false) { method sendProgressiveData (line 54954) | sendProgressiveData(chunk) { method terminate (line 54959) | terminate(reason) { function wrapReason (line 54982) | function wrapReason(reason) { class MessageHandler (line 55001) | class MessageHandler { method constructor (line 55002) | constructor(sourceName, targetName, comObj) { method on (line 55073) | on(actionName, handler) { method send (line 55080) | send(actionName, data, transfers) { method sendWithPromise (line 55088) | sendWithPromise(actionName, data, transfers) { method sendWithStream (line 55105) | sendWithStream(actionName, data, queueingStrategy, transfers) { method #createStreamSink (line 55158) | #createStreamSink(data) { method #processStreamMessage (line 55241) | #processStreamMessage(data) { method #deleteStreamController (line 55358) | async #deleteStreamController(streamController, streamId) { method destroy (line 55362) | destroy() { class PDFWorkerStream (line 55369) | class PDFWorkerStream { method constructor (line 55370) | constructor(msgHandler) { method getFullReader (line 55376) | getFullReader() { method getRangeReader (line 55381) | getRangeReader(begin, end) { method cancelAllRequests (line 55386) | cancelAllRequests(reason) { class PDFWorkerStreamReader (line 55393) | class PDFWorkerStreamReader { method constructor (line 55394) | constructor(msgHandler) { method headersReady (line 55408) | get headersReady() { method contentLength (line 55411) | get contentLength() { method isStreamingSupported (line 55414) | get isStreamingSupported() { method isRangeSupported (line 55417) | get isRangeSupported() { method read (line 55420) | async read() { method cancel (line 55436) | cancel(reason) { class PDFWorkerStreamRangeReader (line 55440) | class PDFWorkerStreamRangeReader { method constructor (line 55441) | constructor(begin, end, msgHandler) { method isStreamingSupported (line 55450) | get isStreamingSupported() { method read (line 55453) | async read() { method cancel (line 55469) | cancel(reason) { class WorkerTask (line 55485) | class WorkerTask { method constructor (line 55486) | constructor(name) { method finished (line 55491) | get finished() { method finish (line 55494) | finish() { method terminate (line 55497) | terminate() { method ensureNotTerminated (line 55500) | ensureNotTerminated() { class WorkerMessageHandler (line 55506) | class WorkerMessageHandler { method setup (line 55507) | static setup(handler, port) { method createDocumentHandler (line 55523) | static createDocumentHandler(docParams, port) { method initializeFromPort (line 56088) | static initializeFromPort(port) { function isMessagePort (line 56094) | function isMessagePort(maybePort) { FILE: examples/pdfjs-4.3.136-dist/web/debugger.mjs function removeSelection (line 27) | function removeSelection() { function resetSelection (line 33) | function resetSelection() { function selectFont (line 39) | function selectFont(fontName, show) { function textLayerClick (line 47) | function textLayerClick(e) { method init (line 71) | init() { method cleanup (line 81) | cleanup() { method active (line 85) | get active() { method active (line 88) | set active(value) { method fontAdded (line 99) | fontAdded(fontObj, url) { method init (line 180) | init() { method cleanup (line 194) | cleanup() { method create (line 202) | create(pageIndex) { method selectStepper (line 220) | selectStepper(pageIndex, selectPanel) { method saveBreakPoints (line 232) | saveBreakPoints(pageIndex, bps) { class Stepper (line 240) | class Stepper { method #c (line 242) | #c(tag, textContent) { method #simplifyArgs (line 250) | #simplifyArgs(args) { method constructor (line 280) | constructor(panel, pageIndex, initialBreakPoints) { method init (line 291) | init(operatorList) { method updateOperatorList (line 310) | updateOperatorList(operatorList) { method getNextBreakPoint (line 400) | getNextBreakPoint() { method breakIt (line 412) | breakIt(idx, callback) { method goTo (line 436) | goTo(idx) { function clear (line 451) | function clear(node) { function getStatIndex (line 454) | function getStatIndex(pageNumber) { method init (line 468) | init() {} method add (line 472) | add(pageNumber, stat) { method cleanup (line 498) | cleanup() { class PDFBug (line 506) | class PDFBug { method enable (line 513) | static enable(ids) { method init (line 533) | static init(container, ids) { method loadCSS (line 584) | static loadCSS() { method cleanup (line 594) | static cleanup() { method selectPanel (line 602) | static selectPanel(index) { FILE: examples/pdfjs-4.3.136-dist/web/pdfjs-annotation-extension/pdfjs-annotation-extension.js function h (line 2) | function h(r){var n,o;n=r,o=a&&a.formats;for(var i=(r=n.replace(/(\[[^\]... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function c (line 2) | function c(e,t,r){var n,i={},c=null,u=null;for(n in void 0!==r&&(c=""+r)... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... method isDragging (line 2) | get isDragging(){let e=!1;return t.DD._dragElements.forEach((t=>{"draggi... method node (line 2) | get node(){let e;return t.DD._dragElements.forEach((t=>{e=t.node})),e} method _drag (line 2) | _drag(e){const r=[];t.DD._dragElements.forEach(((t,n)=>{const{node:i}=t,... method _endDragBefore (line 2) | _endDragBefore(e){const r=[];t.DD._dragElements.forEach((o=>{const{node:... method _endDragAfter (line 2) | _endDragAfter(e){t.DD._dragElements.forEach(((r,n)=>{"stopped"===r.dragS... function d (line 2) | function d(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.... function h (line 2) | function h(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.w... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e,t){var r,n;return e&&e.state?(n=e.state,t<0?(r=0,t=-t):(r=1... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e,t){var r,n;return e?(n=new f,e.state=n,n.window=null,0!==(r... function w (line 2) | function w(e){if(y){var t;for(v=new n.Buf32(512),b=new n.Buf32(32),t=0;t... function x (line 2) | function x(e,t,r,o){var i,a=e.state;return null===a.window&&(a.wsize=1<<... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... class s (line 2) | class s extends o.Shape{constructor(e){super(e),this.dataArray=[],this.p... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function c (line 2) | function c(e){return[...e].reduce(((e,t,r,n)=>{if(/\p{Emoji}/u.test(t)){... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function x (line 2) | function x(){return w||(w=n.Util.createCanvasElement().getContext("2d"),w)} method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... class S (line 2) | class S extends i.Shape{constructor(e){super(function(e){return(e=e||{})... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function l (line 2) | function l(e,t){if(t<65534&&(e.subarray&&i||!e.subarray&&o))return Strin... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function l (line 2) | function l(e,t){c(e,t),c(e+"Capture",t)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function m (line 2) | function m(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function b (line 2) | function b(e){return e[1].toUpperCase()} function y (line 2) | function y(e,t,r,n){var o=g.hasOwnProperty(t)?g[t]:null;(null!==o?0!==o.... function N (line 2) | function N(e){return null===e||"object"!=typeof e?null:"function"==typeo... function B (line 2) | function B(e){if(void 0===F)try{throw Error()}catch(e){var t=e.stack.tri... method constructor (line 2) | constructor(){this.observers={}} method on (line 2) | on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.obse... method off (line 2) | off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this... method emit (line 2) | emit(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n1&&void 0!==arguments[1]?argumen... method changeLanguage (line 2) | changeLanguage(e){e&&(this.language=e)} method exists (line 2) | exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]... method extractFromKey (line 2) | extractFromKey(e,t){let r=void 0!==t.nsSeparator?t.nsSeparator:this.op... method translate (line 2) | translate(e,t,r){if("object"!=typeof t&&this.options.overloadTranslati... method extendTranslation (line 2) | extendTranslation(e,t,r,n,o){var i=this;if(this.i18nFormat&&this.i18nF... method resolve (line 2) | resolve(e){let t,r,n,o,i,a=arguments.length>1&&void 0!==arguments[1]?a... method isValidLookup (line 2) | isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===... method getResource (line 2) | getResource(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method getUsedParamsDetails (line 2) | getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]... method hasDefaultValue (line 2) | static hasDefaultValue(e){for(const t in e)if(Object.prototype.hasOwnP... function V (line 2) | function V(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:re... function W (line 2) | function W(e){switch(typeof e){case"boolean":case"number":case"string":c... method constructor (line 2) | constructor(e){this.options=e,this.supportedLngs=this.options.supporte... method getScriptPartFromCode (line 2) | getScriptPartFromCode(e){if(!(e=I(e))||e.indexOf("-")<0)return null;co... method getLanguagePartFromCode (line 2) | getLanguagePartFromCode(e){if(!(e=I(e))||e.indexOf("-")<0)return e;con... method formatLanguageCode (line 2) | formatLanguageCode(e){if(b(e)&&e.indexOf("-")>-1){if("undefined"!=type... method isSupportedCode (line 2) | isSupportedCode(e){return("languageOnly"===this.options.load||this.opt... method getBestMatchFromCodes (line 2) | getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>... method getFallbackCodes (line 2) | getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t))... method toResolveHierarchy (line 2) | toResolveHierarchy(e,t){const r=this.getFallbackCodes(t||this.options.... function G (line 2) | function G(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase... function q (line 2) | function q(e){e._valueTracker||(e._valueTracker=function(e){var t=G(e)?"... function K (line 2) | function K(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=... function X (line 2) | function X(e){if(void 0===(e=e||("undefined"!=typeof document?document:v... function Y (line 2) | function Y(e,t){var r=t.checked;return D({},t,{defaultChecked:void 0,def... function $ (line 2) | function $(e,t){var r=null==t.defaultValue?"":t.defaultValue,n=null!=t.c... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method addRule (line 2) | addRule(e,t){this.rules[e]=t} method clearCache (line 2) | clearCache(){this.pluralRulesCache={}} method getRule (line 2) | getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1... method needsPlural (line 2) | needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method getPluralFormsOfKey (line 2) | getPluralFormsOfKey(e,t){let r=arguments.length>2&&void 0!==arguments[... method getSuffixes (line 2) | getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method getSuffix (line 2) | getSuffix(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argumen... method getSuffixRetroCompatible (line 2) | getSuffixRetroCompatible(e,t){const r=e.noAbs?e.plurals(t):e.plurals(M... method shouldUseIntlApi (line 2) | shouldUseIntlApi(){return!K.includes(this.options.compatibilityJSON)} function Z (line 2) | function Z(e,t){null!=(t=t.checked)&&y(e,"checked",t,!1)} function Q (line 2) | function Q(e,t){Z(e,t);var r=W(t.value),n=t.type;if(null!=r)"number"===n... function J (line 2) | function J(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaul... method constructor (line 2) | constructor(){let e=arguments.length>0&&void 0!==arguments[0]?argument... method init (line 2) | init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}... method reset (line 2) | reset(){this.options&&this.init(this.options)} method resetRegExp (line 2) | resetRegExp(){const e=(e,t)=>e&&e.source===t?(e.lastIndex=0,e):new Reg... method interpolate (line 2) | interpolate(e,t,r,n){let o,i,a;const s=this.options&&this.options.inte... method nest (line 2) | nest(e,t){let r,n,o,i=arguments.length>2&&void 0!==arguments[2]?argume... function ee (line 2) | function ee(e,t,r){"number"===t&&X(e.ownerDocument)===e||(null==r?e.defa... function re (line 2) | function re(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o3&&void 0!==arguments[3]?arg... method queueLoad (line 2) | queueLoad(e,t,r,n){const o={},i={},a={},s={};return e.forEach((e=>{let... method loaded (line 2) | loaded(e,t,r){const n=e.split("|"),o=n[0],i=n[1];t&&this.emit("failedL... method read (line 2) | read(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arguments[... method prepareLoading (line 2) | prepareLoading(e,t){let r=arguments.length>2&&void 0!==arguments[2]?ar... method load (line 2) | load(e,t,r){this.prepareLoading(e,t,{},r)} method reload (line 2) | reload(e,t,r){this.prepareLoading(e,t,{reload:!0},r)} method loadOne (line 2) | loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1... method saveMissing (line 2) | saveMissing(e,t,r,n,o){let i=arguments.length>5&&void 0!==arguments[5]... function ne (line 2) | function ne(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(i(91));r... function oe (line 2) | function oe(e,t){var r=t.value;if(null==r){if(r=t.children,t=t.defaultVa... function ie (line 2) | function ie(e,t){var r=W(t.value),n=W(t.defaultValue);null!=r&&((r=""+r)... function ae (line 2) | function ae(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!... method constructor (line 2) | constructor(){let e=arguments.length>0&&void 0!==arguments[0]?argument... method init (line 2) | init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?argu... method loadResources (line 2) | loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?argum... method reloadResources (line 2) | reloadResources(e,t,r){const n=y();return"function"==typeof e&&(r=e,e=... method use (line 2) | use(e){if(!e)throw new Error("You are passing an undefined module! Ple... method setResolvedLanguage (line 2) | setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexO... method changeLanguage (line 2) | changeLanguage(e,t){var r=this;this.isLanguageChangingTo=e;const n=y()... method getFixedT (line 2) | getFixedT(e,t,r){var n=this;const o=function(e,t){let i;if("object"!=t... method t (line 2) | t(){return this.translator&&this.translator.translate(...arguments)} method exists (line 2) | exists(){return this.translator&&this.translator.exists(...arguments)} method setDefaultNamespace (line 2) | setDefaultNamespace(e){this.options.defaultNS=e} method hasLoadedNamespace (line 2) | hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?... method loadNamespaces (line 2) | loadNamespaces(e,t){const r=y();return this.options.ns?(b(e)&&(e=[e]),... method loadLanguages (line 2) | loadLanguages(e,t){const r=y();b(e)&&(e=[e]);const n=this.options.prel... method dir (line 2) | dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages... method createInstance (line 2) | static createInstance(){return new ae(arguments.length>0&&void 0!==arg... method cloneInstance (line 2) | cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?argume... method toJSON (line 2) | toJSON(){return{options:this.options,store:this.store,language:this.la... function se (line 2) | function se(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";ca... function le (line 2) | function le(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?se(t... function fe (line 2) | function fe(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&3===r.n... function me (line 2) | function me(e,t,r){return null==t||"boolean"==typeof t||""===t?"":r||"nu... function ge (line 2) | function ge(e,t){for(var r in e=e.style,t)if(t.hasOwnProperty(r)){var n=... function be (line 2) | function be(e,t){if(t){if(ve[e]&&(null!=t.children||null!=t.dangerouslyS... function ye (line 2) | function ye(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;swit... function xe (line 2) | function xe(e){return(e=e.target||e.srcElement||window).correspondingUse... function Ee (line 2) | function Ee(e){if(e=wo(e)){if("function"!=typeof Se)throw Error(i(280));... function Oe (line 2) | function Oe(e){Ce?ke?ke.push(e):ke=[e]:Ce=e} function Ae (line 2) | function Ae(){if(Ce){var e=Ce,t=ke;if(ke=Ce=null,Ee(e),t)for(e=0;e(r[e]-this[e])*n+this[e],i... method tint (line 2) | tint(e=10){return this.mix({r:255,g:255,b:255,a:1},e)} method shade (line 2) | shade(e=10){return this.mix({r:0,g:0,b:0,a:1},e)} method onBackground (line 2) | onBackground(e){const t=this._c(e),r=this.a+t.a*(1-this.a),n=e=>He((th... method isDark (line 2) | isDark(){return this.getBrightness()<128} method isLight (line 2) | isLight(){return this.getBrightness()>=128} method equals (line 2) | equals(e){return this.r===e.r&&this.g===e.g&&this.b===e.b&&this.a===e.a} method clone (line 2) | clone(){return this._c(this)} method toHexString (line 2) | toHexString(){let e="#";const t=(this.r||0).toString(16);e+=2===t.leng... method toHsl (line 2) | toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightn... method toHslString (line 2) | toHslString(){const e=this.getHue(),t=He(100*this.getSaturation()),r=H... method toHsv (line 2) | toHsv(){return{h:this.getHue(),s:this.getSaturation(),v:this.getValue(... method toRgb (line 2) | toRgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}} method toRgbString (line 2) | toRgbString(){return 1!==this.a?`rgba(${this.r},${this.g},${this.b},${... method toString (line 2) | toString(){return this.toRgbString()} method _sc (line 2) | _sc(e,t,r){const n=this.clone();return n[e]=We(t,r),n} method _c (line 2) | _c(e){return new this.constructor(e)} method getMax (line 2) | getMax(){return void 0===this._max&&(this._max=Math.max(this.r,this.g,... method getMin (line 2) | getMin(){return void 0===this._min&&(this._min=Math.min(this.r,this.g,... method fromHexString (line 2) | fromHexString(e){const t=e.replace("#","");function r(e,r){return pars... method fromHsl (line 2) | fromHsl({h:e,s:t,l:r,a:n}){if(this._h=e%360,this._s=t,this._l=r,this.a... method fromHsv (line 2) | fromHsv({h:e,s:t,v:r,a:n}){this._h=e%360,this._s=t,this._v=r,this.a="n... method fromHsvString (line 2) | fromHsvString(e){const t=Ue(e,Ve);this.fromHsv({h:t[0],s:t[1],v:t[2],a... method fromHslString (line 2) | fromHslString(e){const t=Ue(e,Ve);this.fromHsl({h:t[0],s:t[1],l:t[2],a... method fromRgbString (line 2) | fromRgbString(e){const t=Ue(e,((e,t)=>t.includes("%")?He(e/100*255):e)... function qe (line 2) | function qe(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;)... function dt (line 2) | function dt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:retur... function ft (line 2) | function ft(e,t){var r=e.pendingLanes;if(0===r)return 0;var n=0,o=e.susp... function ht (line 2) | function ht(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case... function pt (line 2) | function pt(e){return 0!=(e=-1073741825&e.pendingLanes)?e:1073741824&e?1... function mt (line 2) | function mt(){var e=ct;return!(4194240&(ct<<=1))&&(ct=64),e} function gt (line 2) | function gt(e){for(var t=[],r=0;31>r;r++)t.push(e);return t} function vt (line 2) | function vt(e,t,r){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,... function bt (line 2) | function bt(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var... function wt (line 2) | function wt(e){return 1<(e&=-e)?4ko||(e.current=Co[ko],Co[ko]=null,ko--)} function Ao (line 2) | function Ao(e,t){ko++,Co[ko]=e.current,e.current=t} function Ro (line 2) | function Ro(e,t){var r=e.type.contextTypes;if(!r)return To;var n=e.state... function _o (line 2) | function _o(e){return null!=e.childContextTypes} function Io (line 2) | function Io(){Oo(Po),Oo(jo)} function No (line 2) | function No(e,t,r){if(jo.current!==To)throw Error(i(168));Ao(jo,t),Ao(Po... function Fo (line 2) | function Fo(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,"function"... function Do (line 2) | function Do(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMerged... function Bo (line 2) | function Bo(e,t,r){var n=e.stateNode;if(!n)throw Error(i(169));r?(e=Fo(e... function Uo (line 2) | function Uo(e){null===Lo?Lo=[e]:Lo.push(e)} function Vo (line 2) | function Vo(){if(!Ho&&null!==Lo){Ho=!0;var e=0,t=yt;try{var r=Lo;for(yt=... function Jo (line 2) | function Jo(e,t){Wo[Go++]=Ko,Wo[Go++]=qo,qo=e,Ko=t} function ei (line 2) | function ei(e,t,r){Xo[Yo++]=Zo,Xo[Yo++]=Qo,Xo[Yo++]=$o,$o=e;var n=Zo;e=Q... function ti (line 2) | function ti(e){null!==e.return&&(Jo(e,1),ei(e,1,0))} function ri (line 2) | function ri(e){for(;e===qo;)qo=Wo[--Go],Wo[Go]=null,Ko=Wo[--Go],Wo[Go]=n... function si (line 2) | function si(e,t){var r=Mc(5,null,null,0);r.elementType="DELETED",r.state... function li (line 2) | function li(e,t){switch(e.tag){case 5:var r=e.type;return null!==(t=1!==... function ci (line 2) | function ci(e){return!(!(1&e.mode)||128&e.flags)} function ui (line 2) | function ui(e){if(ii){var t=oi;if(t){var r=t;if(!li(e,t)){if(ci(e))throw... function di (line 2) | function di(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag... function fi (line 2) | function fi(e){if(e!==ni)return!1;if(!ii)return di(e),ii=!0,!1;var t;if(... function hi (line 2) | function hi(){for(var e=oi;e;)e=co(e.nextSibling)} function pi (line 2) | function pi(){oi=ni=null,ii=!1} function mi (line 2) | function mi(e){null===ai?ai=[e]:ai.push(e)} function vi (line 2) | function vi(e,t,r){if(null!==(e=r.ref)&&"function"!=typeof e&&"object"!=... function bi (line 2) | function bi(e,t){throw e=Object.prototype.toString.call(t),Error(i(31,"[... function yi (line 2) | function yi(e){return(0,e._init)(e._payload)} function wi (line 2) | function wi(e){function t(t,r){if(e){var n=t.deletions;null===n?(t.delet... function Ai (line 2) | function Ai(){Oi=Ei=ki=null} function Ti (line 2) | function Ti(e){var t=Ci.current;Oo(Ci),e._currentValue=t} function ji (line 2) | function ji(e,t,r){for(;null!==e;){var n=e.alternate;if((e.childLanes&t)... function Pi (line 2) | function Pi(e,t){ki=e,Oi=Ei=null,null!==(e=e.dependencies)&&null!==e.fir... function Mi (line 2) | function Mi(e){var t=e._currentValue;if(Oi!==e)if(e={context:e,memoizedV... function _i (line 2) | function _i(e){null===Ri?Ri=[e]:Ri.push(e)} function Ii (line 2) | function Ii(e,t,r,n){var o=t.interleaved;return null===o?(r.next=r,_i(t)... function Ni (line 2) | function Ni(e,t){e.lanes|=t;var r=e.alternate;for(null!==r&&(r.lanes|=t)... function Di (line 2) | function Di(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:... function Bi (line 2) | function Bi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={base... function Li (line 2) | function Li(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:n... function zi (line 2) | function zi(e,t,r){var n=e.updateQueue;if(null===n)return null;if(n=n.sh... function Hi (line 2) | function Hi(e,t,r){if(null!==(t=t.updateQueue)&&(t=t.shared,4194240&r)){... function Ui (line 2) | function Ui(e,t){var r=e.updateQueue,n=e.alternate;if(null!==n&&r===(n=n... function Vi (line 2) | function Vi(e,t,r,n){var o=e.updateQueue;Fi=!1;var i=o.firstBaseUpdate,a... function Wi (line 2) | function Wi(e,t,r){if(e=t.effects,t.effects=null,null!==e)for(t=0;tr?r:4,e(!0);var n=ia.transition;ia... function qa (line 2) | function qa(){return ya().memoizedState} function Ka (line 2) | function Ka(e,t,r){var n=tc(e);r={lane:n,action:r,hasEagerState:!1,eager... function Xa (line 2) | function Xa(e,t,r){var n=tc(e),o={lane:n,action:r,hasEagerState:!1,eager... function Ya (line 2) | function Ya(e){var t=e.alternate;return e===sa||null!==t&&t===sa} function $a (line 2) | function $a(e,t){da=ua=!0;var r=e.pending;null===r?t.next=t:(t.next=r.ne... function Za (line 2) | function Za(e,t,r){if(4194240&r){var n=t.lanes;r|=n&=e.pendingLanes,t.la... function rs (line 2) | function rs(e,t){if(e&&e.defaultProps){for(var r in t=D({},t),e=e.defaul... function ns (line 2) | function ns(e,t,r,n){r=null==(r=r(n,t=e.memoizedState))?t:D({},t,r),e.me... function is (line 2) | function is(e,t,r,n,o,i,a){return"function"==typeof(e=e.stateNode).shoul... function as (line 2) | function as(e,t,r){var n=!1,o=To,i=t.contextType;return"object"==typeof ... function ss (line 2) | function ss(e,t,r,n){e=t.state,"function"==typeof t.componentWillReceive... function ls (line 2) | function ls(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState... function cs (line 2) | function cs(e,t){try{var r="",n=t;do{r+=H(n),n=n.return}while(n);var o=r... function us (line 2) | function us(e,t,r){return{value:e,source:null,stack:null!=r?r:null,diges... function ds (line 2) | function ds(e,t){try{console.error(t.value)}catch(e){setTimeout((functio... function hs (line 2) | function hs(e,t,r){(r=Li(-1,r)).tag=3,r.payload={element:null};var n=t.v... function ps (line 2) | function ps(e,t,r){(r=Li(-1,r)).tag=3;var n=e.type.getDerivedStateFromEr... function ms (line 2) | function ms(e,t,r){var n=e.pingCache;if(null===n){n=e.pingCache=new fs;v... function gs (line 2) | function gs(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)... function vs (line 2) | function vs(e,t,r,n,o){return 1&e.mode?(e.flags|=65536,e.lanes=o,e):(e==... function ws (line 2) | function ws(e,t,r,n){t.child=null===e?Si(t,null,r,n):xi(t,e.child,r,n)} function xs (line 2) | function xs(e,t,r,n,o){r=r.render;var i=t.ref;return Pi(t,o),n=ga(e,t,r,... function Ss (line 2) | function Ss(e,t,r,n,o){if(null===e){var i=r.type;return"function"!=typeo... function Cs (line 2) | function Cs(e,t,r,n,o){if(null!==e){var i=e.memoizedProps;if(ln(i,n)&&e.... function ks (line 2) | function ks(e,t,r){var n=t.pendingProps,o=n.children,i=null!==e?e.memoiz... function Es (line 2) | function Es(e,t){var r=t.ref;(null===e&&null!==r||null!==e&&e.ref!==r)&&... function Os (line 2) | function Os(e,t,r,n,o){var i=_o(r)?Mo:jo.current;return i=Ro(t,i),Pi(t,o... function As (line 2) | function As(e,t,r,n,o){if(_o(r)){var i=!0;Do(t)}else i=!1;if(Pi(t,o),nul... function Ts (line 2) | function Ts(e,t,r,n,o,i){Es(e,t);var a=!!(128&t.flags);if(!n&&!a)return ... function js (line 2) | function js(e){var t=e.stateNode;t.pendingContext?No(0,t.pendingContext,... function Ps (line 2) | function Ps(e,t,r,n,o){return pi(),mi(o),t.flags|=256,ws(e,t,r,n),t.child} function Fs (line 2) | function Fs(e){return{baseLanes:e,cachePool:null,transitions:null}} function Ds (line 2) | function Ds(e,t,r){var n,o=t.pendingProps,a=ea.current,s=!1,l=!!(128&t.f... function Bs (line 2) | function Bs(e,t){return(t=Fc({mode:"visible",children:t},e.mode,0,null))... function Ls (line 2) | function Ls(e,t,r,n){return null!==n&&mi(n),xi(t,e.child,null,r),(e=Bs(t... function zs (line 2) | function zs(e,t,r){e.lanes|=t;var n=e.alternate;null!==n&&(n.lanes|=t),j... function Hs (line 2) | function Hs(e,t,r,n,o){var i=e.memoizedState;null===i?e.memoizedState={i... function Us (line 2) | function Us(e,t,r){var n=t.pendingProps,o=n.revealOrder,i=n.tail;if(ws(e... function Vs (line 2) | function Vs(e,t){!(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=nu... function Ws (line 2) | function Ws(e,t,r){if(null!==e&&(t.dependencies=e.dependencies),Fl|=t.la... function Gs (line 2) | function Gs(e,t){if(!ii)switch(e.tailMode){case"hidden":t=e.tail;for(var... function qs (line 2) | function qs(e){var t=null!==e.alternate&&e.alternate.child===e.child,r=0... function Ks (line 2) | function Ks(e,t,r){var n=t.pendingProps;switch(ri(t),t.tag){case 2:case ... function Xs (line 2) | function Xs(e,t){switch(ri(t),t.tag){case 1:return _o(t.type)&&Io(),6553... function Js (line 2) | function Js(e,t){var r=e.ref;if(null!==r)if("function"==typeof r)try{r(n... function el (line 2) | function el(e,t,r){try{r()}catch(r){kc(e,t,r)}} function rl (line 2) | function rl(e,t,r){var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffec... function nl (line 2) | function nl(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null... function ol (line 2) | function ol(e){var t=e.ref;if(null!==t){var r=e.stateNode;e.tag,e=r,"fun... function il (line 2) | function il(e){var t=e.alternate;null!==t&&(e.alternate=null,il(t)),e.ch... function al (line 2) | function al(e){return 5===e.tag||3===e.tag||4===e.tag} function sl (line 2) | function sl(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||al(... function ll (line 2) | function ll(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?8===r.nod... function cl (line 2) | function cl(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?r.insertB... function fl (line 2) | function fl(e,t,r){for(r=r.child;null!==r;)hl(e,t,r),r=r.sibling} function hl (line 2) | function hl(e,t,r){if(it&&"function"==typeof it.onCommitFiberUnmount)try... function pl (line 2) | function pl(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var r... function ml (line 2) | function ml(e,t){var r=t.deletions;if(null!==r)for(var n=0;n{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t){var r=new c(t);if(r.push(e,!0),r.err)throw r.msg||a[r.er... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function s (line 2) | function s(e,t,r,n,o,i,a){const s=Math.sqrt(Math.pow(r-e,2)+Math.pow(n-t... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){const r=e.length,n=[];for(let o=2;o0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function o (line 2) | function o(e){for(var t=e.length;--t>=0;)e[t]=0} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function b (line 2) | function b(e,t,r,n,o){this.static_tree=e,this.extra_bits=t,this.extra_ba... function y (line 2) | function y(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t} function w (line 2) | function w(e){return e<256?d[e]:d[256+(e>>>7)]} function x (line 2) | function x(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t,r){e.bi_valid>16-r?(e.bi_buf|=t<>>=1,r<<=1}while(--t>0);return r>>>1} method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){var t;for(t=0;t<286;t++)e.dyn_ltree[2*t]=0;for(t=0;t<30;t+... function A (line 2) | function A(e){e.bi_valid>8?x(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.... function T (line 2) | function T(e,t,r,n){var o=2*t,i=2*r;return e[o]{if(r[n.Id... function R (line 2) | function R(e,t,r){var n,o,i=-1,a=t[1],s=0,l=7,c=4;for(0===a&&(l=138,c=3)... function _ (line 2) | function _(e,t,r){var n,o,i=-1,a=t[1],s=0,l=7,c=4;for(0===a&&(l=138,c=3)... function N (line 2) | function N(e,t,r,o){S(e,0+(o?1:0),3),function(e,t,r){A(e),x(e,r),x(e,~r)... class o (line 2) | class o{constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method isValidSelector (line 2) | isValidSelector(e){if("string"!=typeof e)return!1;const t=e[0];return"#"... method requestAnimFrame (line 2) | requestAnimFrame(e){u.push(e),1===u.length&&d((function(){const e=u;u=[]... method createCanvasElement (line 2) | createCanvasElement(){const e=document.createElement("canvas");try{e.sty... method _isInDocument (line 2) | _isInDocument(e){for(;e=e.parentNode;)if(e==document)return!0;return!1} method _urlToImage (line 2) | _urlToImage(e,r){const n=t.Util.createImageElement();n.onload=function()... method _hexToRgb (line 2) | _hexToRgb(e){e=e.replace("#","");const t=parseInt(e,16);return{r:t>>16&2... method getRandomColor (line 2) | getRandomColor(){let e=(16777215*Math.random()|0).toString(16);for(;e.le... method getRGB (line 2) | getRGB(e){let t;return e in l?(t=l[e],{r:t[0],g:t[1],b:t[2]}):"#"===e[0]... method _namedColorToRBA (line 2) | _namedColorToRBA(e){const t=l[e.toLowerCase()];return t?{r:t[0],g:t[1],b... method _rgbColorToRGBA (line 2) | _rgbColorToRGBA(e){if(0===e.indexOf("rgb(")){const t=(e=e.match(/rgb\(([... method _rgbaColorToRGBA (line 2) | _rgbaColorToRGBA(e){if(0===e.indexOf("rgba(")){const t=(e=e.match(/rgba\... method _hex8ColorToRGBA (line 2) | _hex8ColorToRGBA(e){if("#"===e[0]&&9===e.length)return{r:parseInt(e.slic... method _hex6ColorToRGBA (line 2) | _hex6ColorToRGBA(e){if("#"===e[0]&&7===e.length)return{r:parseInt(e.slic... method _hex4ColorToRGBA (line 2) | _hex4ColorToRGBA(e){if("#"===e[0]&&5===e.length)return{r:parseInt(e[1]+e... method _hex3ColorToRGBA (line 2) | _hex3ColorToRGBA(e){if("#"===e[0]&&4===e.length)return{r:parseInt(e[1]+e... method _hslColorToRGBA (line 2) | _hslColorToRGBA(e){if(/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.test(e))... method cloneObject (line 2) | cloneObject(e){const t={};for(const r in e)this._isPlainObject(e[r])?t[r... method throw (line 2) | throw(e){throw new Error(s+e)} method error (line 2) | error(e){console.error(s+e)} method warn (line 2) | warn(e){n.Konva.showWarnings&&console.warn("Konva warning: "+e)} method each (line 2) | each(e,t){for(const r in e)t(r,e[r])} method _getProjectionToSegment (line 2) | _getProjectionToSegment(e,t,r,n,o,i){let a,s,l;const c=(e-r)*(e-r)+(t-n)... method _getProjectionToLine (line 2) | _getProjectionToLine(e,r,n){const o=t.Util.cloneObject(e);let i=Number.M... method _prepareArrayForTween (line 2) | _prepareArrayForTween(e,r,n){const o=[],i=[];if(e.length>r.length){const... method _prepareToStringify (line 2) | _prepareToStringify(e){let r;e.visitedByCircularReferenceRemoval=!0;for(... method _assign (line 2) | _assign(e,t){for(const r in t)e[r]=t[r];return e} method releaseCanvas (line 2) | releaseCanvas(...e){n.Konva.releaseCanvasOnDestroy&&e.forEach((e=>{e.wid... method drawRoundedRectPath (line 2) | drawRoundedRectPath(e,t,r,n){let o=0,i=0,a=0,s=0;"number"==typeof n?o=i=... function t (line 2) | function t(e,t,r){var n=new XMLHttpRequest;n.open("GET",e),n.responseTyp... function n (line 2) | function n(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}... function o (line 2) | function o(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(r){var ... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function m (line 2) | function m(e){this.$L=S(e.locale,null,!0),this.parse(e),this.$x=this.$x|... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... class a (line 2) | class a extends o.Node{constructor(){super(...arguments),this.children=[... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class s (line 2) | class s extends o.Shape{_sceneFunc(e){const t=this.innerRadius(),r=this.... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function g (line 2) | function g(){return m||(m=o.Util.createCanvasElement().getContext("2d"),m)} class v (line 2) | class v extends a.Node{constructor(e){let r;for(super(e);r=o.Util.getRan... method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} class l (line 2) | class l extends o.Shape{_sceneFunc(e){const t=i.Konva.getAngle(this.angl... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){this.workbook=e,this.worksheet=null} method readFile (line 2) | async readFile(e,t){if(t=t||{},!await c(e))throw new Error("File not fou... method read (line 2) | read(e,t){return t=t||{},new Promise(((r,n)=>{const i=this.workbook.addW... method createInputStream (line 2) | createInputStream(){throw new Error("`CSV#createInputStream` is deprecat... method write (line 2) | write(e,t){return new Promise(((r,n)=>{t=t||{};const i=this.workbook.get... method writeFile (line 2) | writeFile(e,t){const r={encoding:(t=t||{}).encoding||"utf8"},o=n.createW... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} class o (line 2) | class o{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class l (line 2) | class l{constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{const n=e[r];n&&(t[r]=n)};return r("formu... method value (line 2) | get value(){return this._copyModel(this.model)} method value (line 2) | set value(e){this.model=this._copyModel(e)} method validate (line 2) | validate(e){switch(c.getType(e)){case l.Types.Null:case l.Types.String:c... method dependencies (line 2) | get dependencies(){return{ranges:this.formula.match(/([a-zA-Z0-9]+!)?[A-... method formula (line 2) | get formula(){return this.model.formula||this._getTranslatedFormula()} method formula (line 2) | set formula(e){this.model.formula=e} method formulaType (line 2) | get formulaType(){return this.model.formula?i.FormulaType.Master:this.mo... method result (line 2) | get result(){return this.model.result} method result (line 2) | set result(e){this.model.result=e} method type (line 2) | get type(){return l.Types.Formula} method effectiveType (line 2) | get effectiveType(){const e=this.model.result;return null==e?i.ValueType... method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method _getTranslatedFormula (line 2) | _getTranslatedFormula(){if(!this._translatedFormula&&this.model.sharedFo... method toCsvString (line 2) | toCsvString(){return""+(this.model.result||"")} method release (line 2) | release(){} method toString (line 2) | toString(){return this.model.result?this.model.result.toString():""} method constructor (line 2) | constructor(e,t){this.model={address:e.address,type:l.Types.Merge,master... method value (line 2) | get value(){return this._master.value} method value (line 2) | set value(e){e instanceof l?(this._master&&this._master.releaseMergeRef(... method isMergedTo (line 2) | isMergedTo(e){return e===this._master} method master (line 2) | get master(){return this._master} method type (line 2) | get type(){return l.Types.Merge} method effectiveType (line 2) | get effectiveType(){return this._master.effectiveType} method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method toCsvString (line 2) | toCsvString(){return""} method release (line 2) | release(){this._master.releaseMergeRef()} method toString (line 2) | toString(){return this.value.toString()} method constructor (line 2) | constructor(e,t){this.model={address:e.address,type:l.Types.String,value... method value (line 2) | get value(){return this.model.rawValue} method value (line 2) | set value(e){this.model.rawValue=e,this.model.value=JSON.stringify(e)} method type (line 2) | get type(){return l.Types.String} method effectiveType (line 2) | get effectiveType(){return l.Types.String} method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method toCsvString (line 2) | toCsvString(){return this.model.value} method release (line 2) | release(){} method toString (line 2) | toString(){return this.model.value} method constructor (line 2) | constructor(e,t){this.model={address:e.address,type:l.Types.SharedString... method value (line 2) | get value(){return this.model.value} method value (line 2) | set value(e){this.model.value=e} method type (line 2) | get type(){return l.Types.SharedString} method effectiveType (line 2) | get effectiveType(){return l.Types.SharedString} method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method toCsvString (line 2) | toCsvString(){return this.model.value.toString()} method release (line 2) | release(){} method toString (line 2) | toString(){return this.model.value.toString()} method constructor (line 2) | constructor(e,t){this.model={address:e.address,type:l.Types.String,value... method value (line 2) | get value(){return this.model.value} method value (line 2) | set value(e){this.model.value=e} method toString (line 2) | toString(){return this.model.value.richText.map((e=>e.text)).join("")} method type (line 2) | get type(){return l.Types.RichText} method effectiveType (line 2) | get effectiveType(){return l.Types.RichText} method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method toCsvString (line 2) | toCsvString(){return`"${this.text.replace(/"/g,'""')}"`} method release (line 2) | release(){} method constructor (line 2) | constructor(e,t){this.model={address:e.address,type:l.Types.Boolean,valu... method value (line 2) | get value(){return this.model.value} method value (line 2) | set value(e){this.model.value=e} method type (line 2) | get type(){return l.Types.Boolean} method effectiveType (line 2) | get effectiveType(){return l.Types.Boolean} method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method toCsvString (line 2) | toCsvString(){return this.model.value?1:0} method release (line 2) | release(){} method toString (line 2) | toString(){return this.model.value.toString()} method constructor (line 2) | constructor(e,t){this.model={address:e.address,type:l.Types.Error,value:t}} method value (line 2) | get value(){return this.model.value} method value (line 2) | set value(e){this.model.value=e} method type (line 2) | get type(){return l.Types.Error} method effectiveType (line 2) | get effectiveType(){return l.Types.Error} method address (line 2) | get address(){return this.model.address} method address (line 2) | set address(e){this.model.address=e} method toCsvString (line 2) | toCsvString(){return this.toString()} method release (line 2) | release(){} method toString (line 2) | toString(){return this.model.value.error.toString()} method create (line 2) | create(e,t,r){const n=this.types[e];if(!n)throw new Error("Could not cre... class a (line 2) | class a{constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(thi... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method constructor (line 2) | constructor(e){this.model=e||{}} method add (line 2) | add(e,t){return this.model[e]=t} method find (line 2) | find(e){return this.model[e]} method remove (line 2) | remove(e){this.model[e]=void 0} method constructor (line 2) | constructor(){this.matrixMap={}} method getMatrix (line 2) | getMatrix(e){return this.matrixMap[e]||(this.matrixMap[e]=new i)} method add (line 2) | add(e,t){const r=o.decodeEx(e);this.addEx(r,t)} method addEx (line 2) | addEx(e,t){const r=this.getMatrix(t);if(e.top)for(let t=e.left;t<=e.righ... method remove (line 2) | remove(e,t){const r=o.decodeEx(e);this.removeEx(r,t)} method removeEx (line 2) | removeEx(e,t){this.getMatrix(t).removeCellEx(e)} method removeAllNames (line 2) | removeAllNames(e){n.each(this.matrixMap,(t=>{t.removeCellEx(e)}))} method forEach (line 2) | forEach(e){n.each(this.matrixMap,((t,r)=>{t.forEach((t=>{e(r,t)}))}))} method getNames (line 2) | getNames(e){return this.getNamesEx(o.decodeEx(e))} method getNamesEx (line 2) | getNamesEx(e){return n.map(this.matrixMap,((t,r)=>t.findCellEx(e)&&r)).f... method _explore (line 2) | _explore(e,t){t.mark=!1;const{sheetName:r}=t,n=new a(t.row,t.col,t.row,t... method getRanges (line 2) | getRanges(e,t){return(t=t||this.matrixMap[e])?(t.forEach((e=>{e.mark=!0}... method normaliseMatrix (line 2) | normaliseMatrix(e,t){e.forEachInSheet(t,((e,t,r)=>{e&&(e.row===t&&e.col=... method spliceRows (line 2) | spliceRows(e,t,r,o){n.each(this.matrixMap,(n=>{n.spliceRows(e,t,r,o),thi... method spliceColumns (line 2) | spliceColumns(e,t,r,o){n.each(this.matrixMap,(n=>{n.spliceColumns(e,t,r,... method model (line 2) | get model(){return n.map(this.matrixMap,((e,t)=>this.getRanges(t,e))).fi... method model (line 2) | set model(e){const t=this.matrixMap={};e.forEach((e=>{const r=t[e.name]=... method constructor (line 2) | constructor(e,t){this.worksheet=e,this.model=t} method model (line 2) | get model(){switch(this.type){case"background":return{type:this.type,ima... method model (line 2) | set model(e){let{type:t,imageId:r,range:i,hyperlinks:a}=e;if(this.type=t... class o (line 2) | class o{constructor(e){this.note=e}get model(){let e=null;return e="stri... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class o (line 2) | class o{constructor(){this.decode(arguments)}setTLBR(e,t,r,o,i){if(argum... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e,t){this._worksheet=e,this._number=t,this._cells=[],this.st... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method commit (line 2) | commit(){this._worksheet._commitRow(this)} method destroy (line 2) | destroy(){delete this._worksheet,delete this._cells,delete this.style} method findCell (line 2) | findCell(e){return this._cells[e-1]} method getCellEx (line 2) | getCellEx(e){let t=this._cells[e.col-1];if(!t){const r=this._worksheet.g... method getCell (line 2) | getCell(e){if("string"==typeof e){const t=this._worksheet.getColumnKey(e... method splice (line 2) | splice(e,t){const r=e+t;for(var n=arguments.length,o=new Array(n>2?n-2:0... method eachCell (line 2) | eachCell(e,t){if(t||(t=e,e=null),e&&e.includeEmpty){const e=this._cells.... method addPageBreak (line 2) | addPageBreak(e,t){const r=this._worksheet,n=Math.max(0,e-1)||0,o=Math.ma... method values (line 2) | get values(){const e=[];return this._cells.forEach((t=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(this._cells=[],e)if(e instanceof Array){let t=0;e.hasOw... method hasValues (line 2) | get hasValues(){return n.some(this._cells,(e=>e&&e.type!==o.ValueType.Nu... method cellCount (line 2) | get cellCount(){return this._cells.length} method actualCellCount (line 2) | get actualCellCount(){let e=0;return this.eachCell((()=>{e++})),e} method dimensions (line 2) | get dimensions(){let e=0,t=0;return this._cells.forEach((r=>{r&&r.type!=... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this._cells.forEach((r=>{r&&(r[e... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this._w... method model (line 2) | get model(){const e=[];let t=0,r=0;return this._cells.forEach((n=>{if(n)... method model (line 2) | set model(e){if(e.number!==this._number)throw new Error("Invalid row num... class o (line 2) | class o{constructor(e,t,r){this.table=e,this.column=t,this.index=r}_set(... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e,t){this.worksheet=e,t&&(this.table=t,this.validate(),this.... method getFormula (line 2) | getFormula(e){switch(e.totalsRowFunction){case"none":return null;case"av... method width (line 2) | get width(){return this.table.columns.length} method height (line 2) | get height(){return this.table.rows.length} method filterHeight (line 2) | get filterHeight(){return this.height+(this.table.headerRow?1:0)} method tableHeight (line 2) | get tableHeight(){return this.filterHeight+(this.table.totalsRow?1:0)} method validate (line 2) | validate(){const{table:e}=this,t=(e,t,r)=>{void 0===e[t]&&(e[t]=r)};t(e,... method store (line 2) | store(){const e=(e,t)=>{t&&Object.keys(t).forEach((r=>{e[r]=t[r]}))},{wo... method load (line 2) | load(e){const{table:t}=this,{row:r,col:n}=t.tl;let o=0;if(t.headerRow){c... method model (line 2) | get model(){return this.table} method model (line 2) | set model(e){this.table=e} method cacheState (line 2) | cacheState(){this._cache||(this._cache={ref:this.ref,width:this.width,ta... method commit (line 2) | commit(){if(!this._cache)return;this.validate();const e=n.decodeAddress(... method addRow (line 2) | addRow(e,t){this.cacheState(),void 0===t?this.table.rows.push(e):this.ta... method removeRows (line 2) | removeRows(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[... method getColumn (line 2) | getColumn(e){const t=this.table.columns[e];return new o(this,t,e)} method addColumn (line 2) | addColumn(e,t,r){this.cacheState(),void 0===r?(this.table.columns.push(e... method removeColumns (line 2) | removeColumns(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method _assign (line 2) | _assign(e,t,r){this.cacheState(),e[t]=r} method ref (line 2) | get ref(){return this.table.ref} method ref (line 2) | set ref(e){this._assign(this.table,"ref",e)} method name (line 2) | get name(){return this.table.name} method name (line 2) | set name(e){this.table.name=e} method displayName (line 2) | get displayName(){return this.table.displyName||this.table.name} method displayNamename (line 2) | set displayNamename(e){this.table.displayName=e} method headerRow (line 2) | get headerRow(){return this.table.headerRow} method headerRow (line 2) | set headerRow(e){this._assign(this.table,"headerRow",e)} method totalsRow (line 2) | get totalsRow(){return this.table.totalsRow} method totalsRow (line 2) | set totalsRow(e){this._assign(this.table,"totalsRow",e)} method theme (line 2) | get theme(){return this.table.style.name} method theme (line 2) | set theme(e){this.table.style.name=e} method showFirstColumn (line 2) | get showFirstColumn(){return this.table.style.showFirstColumn} method showFirstColumn (line 2) | set showFirstColumn(e){this.table.style.showFirstColumn=e} method showLastColumn (line 2) | get showLastColumn(){return this.table.style.showLastColumn} method showLastColumn (line 2) | set showLastColumn(e){this.table.style.showLastColumn=e} method showRowStripes (line 2) | get showRowStripes(){return this.table.style.showRowStripes} method showRowStripes (line 2) | set showRowStripes(e){this.table.style.showRowStripes=e} method showColumnStripes (line 2) | get showColumnStripes(){return this.table.style.showColumnStripes} method showColumnStripes (line 2) | set showColumnStripes(e){this.table.style.showColumnStripes=e} method constructor (line 2) | constructor(){this.category="",this.company="",this.created=new Date,thi... method xlsx (line 2) | get xlsx(){return this._xlsx||(this._xlsx=new i(this)),this._xlsx} method csv (line 2) | get csv(){return this._csv||(this._csv=new a(this)),this._csv} method nextId (line 2) | get nextId(){for(let e=1;ee.orderNo... method eachSheet (line 2) | eachSheet(e){this.worksheets.forEach((t=>{e(t,t.id)}))} method definedNames (line 2) | get definedNames(){return this._definedNames} method clearThemes (line 2) | clearThemes(){this._themes=void 0} method addImage (line 2) | addImage(e){const t=this.media.length;return this.media.push(Object.assi... method getImage (line 2) | getImage(e){return this.media[e]} method model (line 2) | get model(){return{creator:this.creator||"Unknown",lastModifiedBy:this.l... method model (line 2) | set model(e){this.creator=e.creator,this.lastModifiedBy=e.lastModifiedBy... method constructor (line 2) | constructor(e){e=e||{},this._workbook=e.workbook,this.id=e.id,this.order... method name (line 2) | get name(){return this._name} method name (line 2) | set name(e){if(void 0===e&&(e="sheet"+this.id),this._name!==e){if("strin... method workbook (line 2) | get workbook(){return this._workbook} method destroy (line 2) | destroy(){this._workbook.removeWorksheetEx(this)} method dimensions (line 2) | get dimensions(){const e=new i;return this._rows.forEach((t=>{if(t){cons... method columns (line 2) | get columns(){return this._columns} method columns (line 2) | set columns(e){this._headerRowCount=e.reduce(((e,t)=>{const r=(t.header?... method getColumnKey (line 2) | getColumnKey(e){return this._keys[e]} method setColumnKey (line 2) | setColumnKey(e,t){this._keys[e]=t} method deleteColumnKey (line 2) | deleteColumnKey(e){delete this._keys[e]} method eachColumnKey (line 2) | eachColumnKey(e){n.each(this._keys,e)} method getColumn (line 2) | getColumn(e){if("string"==typeof e){const t=this._keys[e];if(t)return t;... method spliceColumns (line 2) | spliceColumns(e,t){const r=this._rows.length;for(var n=arguments.length,... method lastColumn (line 2) | get lastColumn(){return this.getColumn(this.columnCount)} method columnCount (line 2) | get columnCount(){let e=0;return this.eachRow((t=>{e=Math.max(e,t.cellCo... method actualColumnCount (line 2) | get actualColumnCount(){const e=[];let t=0;return this.eachRow((r=>{r.ea... method _commitRow (line 2) | _commitRow(){} method _lastRowNumber (line 2) | get _lastRowNumber(){const e=this._rows;let t=e.length;for(;t>0&&void 0=... method _nextRow (line 2) | get _nextRow(){return this._lastRowNumber+1} method lastRow (line 2) | get lastRow(){if(this._rows.length)return this._rows[this._rows.length-1]} method findRow (line 2) | findRow(e){return this._rows[e-1]} method findRows (line 2) | findRows(e,t){return this._rows.slice(e-1,e-1+t)} method rowCount (line 2) | get rowCount(){return this._lastRowNumber} method actualRowCount (line 2) | get actualRowCount(){let e=0;return this.eachRow((()=>{e++})),e} method getRow (line 2) | getRow(e){let t=this._rows[e-1];return t||(t=this._rows[e-1]=new a(this,... method getRows (line 2) | getRows(e,t){if(t<1)return;const r=[];for(let n=e;n1&&void 0!==arguments[1]?arguments[1]:"... method addRows (line 2) | addRows(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:... method insertRow (line 2) | insertRow(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments... method insertRows (line 2) | insertRows(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argument... method _setStyleOption (line 2) | _setStyleOption(e){let t=arguments.length>1&&void 0!==arguments[1]?argum... method _copyStyle (line 2) | _copyStyle(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&argumen... method duplicateRow (line 2) | duplicateRow(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&argum... method spliceRows (line 2) | spliceRows(e,t){const r=e+t;for(var n=arguments.length,o=new Array(n>2?n... method eachRow (line 2) | eachRow(e,t){if(t||(t=e,e=void 0),e&&e.includeEmpty){const e=this._rows.... method getSheetValues (line 2) | getSheetValues(){const e=[];return this._rows.forEach((t=>{t&&(e[t.numbe... method findCell (line 2) | findCell(e,t){const r=o.getAddress(e,t),n=this._rows[r.row-1];return n?n... method getCell (line 2) | getCell(e,t){const r=o.getAddress(e,t);return this.getRow(r.row).getCell... method mergeCells (line 2) | mergeCells(){for(var e=arguments.length,t=new Array(e),r=0;r{if(t.intersects(e))thr... method _unMergeMaster (line 2) | _unMergeMaster(e){const t=this._merges[e.address];if(t){for(let e=t.top;... method hasMerges (line 2) | get hasMerges(){return n.some(this._merges,Boolean)} method unMergeCells (line 2) | unMergeCells(){for(var e=arguments.length,t=new Array(e),r=0;r3&&void 0!==arguments[3]?argum... method addImage (line 2) | addImage(e,t){const r={type:"image",imageId:e,range:t};this._media.push(... method getImages (line 2) | getImages(){return this._media.filter((e=>"image"===e.type))} method addBackgroundImage (line 2) | addBackgroundImage(e){const t={type:"background",imageId:e};this._media.... method getBackgroundImageId (line 2) | getBackgroundImageId(){const e=this._media.find((e=>"background"===e.typ... method protect (line 2) | protect(e,t){return new Promise((r=>{this.sheetProtection={sheet:!0},t&&... method unprotect (line 2) | unprotect(){this.sheetProtection=null} method addTable (line 2) | addTable(e){const t=new u(this,e);return this.tables[e.name]=t,t} method getTable (line 2) | getTable(e){return this.tables[e]} method removeTable (line 2) | removeTable(e){delete this.tables[e]} method getTables (line 2) | getTables(){return Object.values(this.tables)} method addConditionalFormatting (line 2) | addConditionalFormatting(e){this.conditionalFormattings.push(e)} method removeConditionalFormatting (line 2) | removeConditionalFormatting(e){"number"==typeof e?this.conditionalFormat... method tabColor (line 2) | get tabColor(){return console.trace("worksheet.tabColor property is now ... method tabColor (line 2) | set tabColor(e){console.trace("worksheet.tabColor property is now deprec... method model (line 2) | get model(){const e={id:this.id,name:this.name,dataValidations:this.data... method _parseRows (line 2) | _parseRows(e){this._rows=[],e.rows.forEach((e=>{const t=new a(this,e.num... method _parseMergeCells (line 2) | _parseMergeCells(e){n.each(e.mergeCells,(e=>{this.mergeCellsWithoutStyle... method model (line 2) | set model(e){this.name=e.name,this._columns=s.fromModel(this,e.cols),thi... method constructor (line 2) | constructor(e){this.template=e,this.sheets={}} method addCell (line 2) | addCell(e){this.addCellEx(o.decodeEx(e))} method getCell (line 2) | getCell(e){return this.findCellEx(o.decodeEx(e),!0)} method findCell (line 2) | findCell(e){return this.findCellEx(o.decodeEx(e),!1)} method findCellAt (line 2) | findCellAt(e,t,r){const n=this.sheets[e],o=n&&n[t];return o&&o[r]} method addCellEx (line 2) | addCellEx(e){if(e.top)for(let t=e.top;t<=e.bottom;t++)for(let r=e.left;r... method getCellEx (line 2) | getCellEx(e){return this.findCellEx(e,!0)} method findCellEx (line 2) | findCellEx(e,t){const r=this.findSheet(e,t),n=this.findSheetRow(r,e,t);r... method getCellAt (line 2) | getCellAt(e,t,r){const n=this.sheets[e]||(this.sheets[e]=[]),i=n[t]||(n[... method removeCellEx (line 2) | removeCellEx(e){const t=this.findSheet(e);if(!t)return;const r=this.find... method forEachInSheet (line 2) | forEachInSheet(e,t){const r=this.sheets[e];r&&r.forEach(((e,r)=>{e&&e.fo... method forEach (line 2) | forEach(e){n.each(this.sheets,((t,r)=>{this.forEachInSheet(r,e)}))} method map (line 2) | map(e){const t=[];return this.forEach((r=>{t.push(e(r))})),t} method findSheet (line 2) | findSheet(e,t){const r=e.sheetName;return this.sheets[r]?this.sheets[r]:... method findSheetRow (line 2) | findSheetRow(e,t,r){const{row:n}=t;return e&&e[n]?e[n]:r?e[n]=[]:void 0} method findRowCell (line 2) | findRowCell(e,t,r){const{col:n}=t;return e&&e[n]?e[n]:r?e[n]=this.templa... method spliceRows (line 2) | spliceRows(e,t,r,n){const o=this.sheets[e];if(o){const e=[];for(let t=0;... method spliceColumns (line 2) | spliceColumns(e,t,r,o){const i=this.sheets[e];if(i){const e=[];for(let t... method _fill (line 2) | _fill(e){let t,r,n,o,i,a=1;if(e>=4)throw new Error("Out of bounds. Excel... method l2n (line 2) | l2n(e){if(this._l2n[e]||this._fill(e.length),!this._l2n[e])throw new Err... method n2l (line 2) | n2l(e){if(e<1||e>16384)throw new Error(e+" is out of bounds. Excel suppo... method validateAddress (line 2) | validateAddress(e){if(!n.test(e))throw new Error("Invalid Address: "+e);... method decodeAddress (line 2) | decodeAddress(e){const t=e.length<5&&this._hash[e];if(t)return t;let r=!... method getAddress (line 2) | getAddress(e,t){if(t){const r=this.n2l(t)+e;return this.decodeAddress(r)... method decode (line 2) | decode(e){const t=e.split(":");if(2===t.length){const e=this.decodeAddre... method decodeEx (line 2) | decodeEx(e){const t=e.match(/(?:(?:(?:'((?:[^']|'')*)')|([^'^ !]*))!)?(.... method encode (line 2) | encode(){switch(arguments.length){case 2:return o.encodeAddress(argument... method inRange (line 2) | inRange(e,t){const[r,n,,o,i]=e,[a,s]=t;return a>=r&&a<=o&&s>=n&&s<=i} method hash (line 2) | hash(e){const t=n.createHash(e);for(var o=arguments.length,i=new Array(o... method convertPasswordToHash (line 2) | convertPasswordToHash(e,t,o,i){if(t=t.toLowerCase(),n.getHashes().indexO... class s (line 2) | class s{constructor(e,t){this._data=e,this._encoding=t}get length(){retu... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} class l (line 2) | class l{constructor(e){this._data=e}get length(){return this._data.lengt... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... class u (line 2) | class u{constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,t... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} method toBuffer (line 2) | toBuffer(){switch(this.buffers.length){case 0:return null;case 1:return ... method _getWritableBuffer (line 2) | _getWritableBuffer(){if(this.buffers.length){const e=this.buffers[this.b... method _pipe (line 2) | async _pipe(e){await Promise.all(this.pipes.map((function(t){return new ... method _writeToBuffers (line 2) | _writeToBuffers(e){let t=0;const r=e.length;for(;t{e?r(e):(this._flush(),this.pipes.forEach((e=>{e.e... method read (line 2) | read(e){let t;if(e){for(t=[];e&&this.buffers.length&&!this.buffers[0].eo... method setEncoding (line 2) | setEncoding(e){this.encoding=e} method pause (line 2) | pause(){this.paused=!0} method resume (line 2) | resume(){this.paused=!1} method isPaused (line 2) | isPaused(){return!!this.paused} method pipe (line 2) | pipe(e){this.pipes.push(e),!this.paused&&this.buffers.length&&this.end()} method unpipe (line 2) | unpipe(e){this.pipes=this.pipes.filter((t=>t!==e))} method unshift (line 2) | unshift(){throw new Error("Not Implemented")} method wrap (line 2) | wrap(){throw new Error("Not Implemented")} method constructor (line 2) | constructor(t){this._buf=e.alloc(t&&t.size||16384),this._encoding=t&&t.e... method length (line 2) | get length(){return this._inPos} method capacity (line 2) | get capacity(){return this._buf.length} method buffer (line 2) | get buffer(){return this._buf} method toBuffer (line 2) | toBuffer(){return this._buffer||(this._buffer=e.alloc(this.length),this.... method reset (line 2) | reset(e){e=e||0,this._buffer=void 0,this._inPos=e} method _grow (line 2) | _grow(t){let r=2*this._buf.length;for(;rthis... method escapeHtml (line 2) | escapeHtml(e){const t=o.exec(e);if(!t)return e;let r="",n="",i=0,a=t.ind... method deepMerge (line 2) | deepMerge(){const e=arguments[0]||{},{length:t}=arguments;let r,n,o;func... method nop (line 2) | nop(){} method excelToDate (line 2) | excelToDate(e,t){const r=Math.round(24*(e-25569+(t?1462:0))*3600*1e3);re... method parsePath (line 2) | parsePath(e){const t=e.lastIndexOf("/");return{path:e.substring(0,t),nam... method getRelsPath (line 2) | getRelsPath(e){const t=a.parsePath(e);return`${t.path}/_rels/${t.name}.r... method xmlEncode (line 2) | xmlEncode(e){const t=i.exec(e);if(!t)return e;let r="",n="",o=0,a=t.inde... method validInt (line 2) | validInt(e){const t=parseInt(e,10);return Number.isNaN(t)?0:t} function i (line 2) | function i(e,t,r){e.push(` ${t}="${o.xmlEncode(r.toString())}"`)} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){if(t){const r=[];n.each(t,((e,t)=>{void 0!==e&&i(r,t,e)}... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class s (line 2) | class s{constructor(){this._xml=[],this._stack=[],this._rollbacks=[]}get... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} class s (line 2) | class s extends n.EventEmitter{constructor(e){super(),this.options=Objec... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} class i (line 2) | class i{prepare(){}render(){}parseOpen(e){}parseText(e){}parseClose(e){}... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){try{return o.decodeEx(e),!0}catch(e){return!1}} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e){const t=[];let r=!1,n="";return e.split(",").forEach((e=>{... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method render (line 2) | render(e,t){e.openNode("definedName",{name:t.name,localSheetId:t.localSh... method parseOpen (line 2) | parseOpen(e){return"definedName"===e.name&&(this._parsedName=e.attribute... method parseText (line 2) | parseText(e){this._parsedText.push(e)} method parseClose (line 2) | parseClose(){return this.model={name:this._parsedName,ranges:a(this._par... method render (line 2) | render(e,t){e.leafNode("sheet",{sheetId:t.id,name:t.name,state:t.state,"... method parseOpen (line 2) | parseOpen(e){return"sheet"===e.name&&(this.model={name:n.xmlDecode(e.att... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method render (line 2) | render(e,t){e.leafNode("calcPr",{calcId:171027,fullCalcOnLoad:t.fullCalc... method parseOpen (line 2) | parseOpen(e){return"calcPr"===e.name&&(this.model={},!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method render (line 2) | render(e,t){e.leafNode("workbookPr",{date1904:t.date1904?1:void 0,defaul... method parseOpen (line 2) | parseOpen(e){return"workbookPr"===e.name&&(this.model={date1904:"1"===e.... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method render (line 2) | render(e,t){const r={xWindow:t.x||0,yWindow:t.y||0,windowWidth:t.width||... method parseOpen (line 2) | parseOpen(e){if("workbookView"===e.name){const t=this.model={},r=functio... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class p (line 2) | class p extends a{constructor(){super(),this.map={fileVersion:p.STATIC_X... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... method tag (line 2) | get tag(){return"r"} method richTextXform (line 2) | get richTextXform(){return this._richTextXform||(this._richTextXform=new... method render (line 2) | render(e,t){t=t||this.model,e.openNode("comment",{ref:t.ref,authorId:0})... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"comment":return!1;case"r":return this.model... method render (line 2) | render(e,t){t=t||this.model,e.openXml(n.StdDocAttributes),e.openNode("co... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"commentList":return!1;case"comment":return ... method constructor (line 2) | constructor(e){super(),this._model=e} method tag (line 2) | get tag(){return this._model&&this._model.tag} method render (line 2) | render(e,t,r){(t===r[2]||"x:SizeWithCells"===this.tag&&t===r[1])&&e.leaf... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={},this.model[this.ta... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super(),this._model=e} method tag (line 2) | get tag(){return this._model&&this._model.tag} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.text="",!0)} method parseText (line 2) | parseText(e){this.text=e} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x:Anchor"} method getAnchorRect (line 2) | getAnchorRect(e){const t=Math.floor(e.left),r=Math.floor(68*(e.left-t)),... method getDefaultRect (line 2) | getDefaultRect(e){const t=e.col,r=Math.max(e.row-2,0);return[t,6,r,14,t+... method render (line 2) | render(e,t){const r=t.anchor?this.getAnchorRect(t.anchor):this.getDefaul... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.text="",!0)} method parseText (line 2) | parseText(e){this.text=e} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){super(),this.map={"x:Anchor":new o,"x:Locked":new i({tag:"... method tag (line 2) | get tag(){return"x:ClientData"} method render (line 2) | render(e,t){const{protection:r,editAs:n}=t.note;e.openNode(this.tag,{Obj... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag?(this.reset(),this.model={anchor:[... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... method normalizeModel (line 2) | normalizeModel(){const e=Object.assign({},this.map["x:MoveWithCells"].mo... class a (line 2) | class a extends o{constructor(){super(),this.map={"v:shape":new i}}get t... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class a (line 2) | class a extends n{constructor(){super(),this.map={"v:textbox":new o,"x:C... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method tag (line 2) | get tag(){return"v:textbox"} method conversionUnit (line 2) | conversionUnit(e,t,r){return`${parseFloat(e)*t.toFixed(2)}${r}`} method reverseConversionUnit (line 2) | reverseConversionUnit(e){return(e||"").split(",").map((e=>Number(parseFl... method render (line 2) | render(e,t){const r={style:"mso-direction-alt:auto"};if(t&&t.note){let{i... method parseOpen (line 2) | parseOpen(e){return e.name!==this.tag||(this.model={inset:this.reverseCo... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return e!==this.tag} method createNewModel (line 2) | createNewModel(e){return{}} method parseOpen (line 2) | parseOpen(e){return this.parser=this.parser||this.map[e.name],this.parse... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.onPar... method render (line 2) | render(e,t){e.openNode("HeadingPairs"),e.openNode("vt:vector",{size:2,ba... method parseOpen (line 2) | parseOpen(e){return"HeadingPairs"===e.name} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return"HeadingPairs"!==e} method render (line 2) | render(e,t){e.openNode("TitlesOfParts"),e.openNode("vt:vector",{size:t.l... method parseOpen (line 2) | parseOpen(e){return"TitlesOfParts"===e.name} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return"TitlesOfParts"!==e} class l (line 2) | class l extends o{constructor(){super(),this.map={Company:new i({tag:"Co... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... class l (line 2) | class l extends o{constructor(){super(),this.map={"dc:creator":new a({ta... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name===... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method reconcilePicture (line 2) | reconcilePicture(e,t){if(e&&e.rId){const r=t.rels[e.rId].Target.match(/.... method constructor (line 2) | constructor(){super(),this.map={"a:blip":new o}} method tag (line 2) | get tag(){return"xdr:blipFill"} method render (line 2) | render(e,t){e.openNode(this.tag),this.map["a:blip"].render(e,t),e.openNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name===... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... method tag (line 2) | get tag(){return"a:blip"} method render (line 2) | render(e,t){e.leafNode(this.tag,{"xmlns:r":"http://schemas.openxmlformat... method parseOpen (line 2) | parseOpen(e){return e.name!==this.tag||(this.model={rId:e.attributes["r:... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return e!==this.tag} method tag (line 2) | get tag(){return"xdr:cNvPicPr"} method render (line 2) | render(e){e.openNode(this.tag),e.leafNode("a:picLocks",{noChangeAspect:"... method parseOpen (line 2) | parseOpen(e){return e.name,this.tag,!0} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"a:hlinkClick":new o,"a:extLst":new i}} method tag (line 2) | get tag(){return"xdr:cNvPr"} method render (line 2) | render(e,t){e.openNode(this.tag,{id:t.index,name:"Picture "+t.index}),th... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name===... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... method constructor (line 2) | constructor(e){super(),this.tag=e.tag,this.map={"xdr:col":new o({tag:"xd... method render (line 2) | render(e,t){e.openNode(this.tag),this.map["xdr:col"].render(e,t.nativeCo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name===... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... class l (line 2) | class l extends i{constructor(){super(),this.map={"xdr:twoCellAnchor":ne... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{t.index=n,r.... method render (line 2) | render(e,t){if(this.always||t&&t.length){e.openNode(this.tag,this.$),thi... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):e.name===t... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser){if(!this.parser.parseClose(e)&&(this.model... method reconcile (line 2) | reconcile(e,t){if(e){const{childXform:r}=this;e.forEach((e=>{r.reconcile... method tag (line 2) | get tag(){return"autoFilter"} method render (line 2) | render(e,t){if(t)if("string"==typeof t)e.leafNode("autoFilter",{ref:t});... method parseOpen (line 2) | parseOpen(e){"autoFilter"===e.name&&(this.model=e.attributes.ref)} function l (line 2) | function l(e){if(null==e)return a.ValueType.Null;if(e instanceof String|... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... method constructor (line 2) | constructor(){super(),this.map={"xm:f":this.fExtXform=new o}} method tag (line 2) | get tag(){return"x14:cfvo"} method render (line 2) | render(e,t){e.openNode(this.tag,{type:t.type}),void 0!==t.value&&this.fE... method createNewModel (line 2) | createNewModel(e){return{type:e.attributes.type}} method onParserClose (line 2) | onParserClose(e,t){"xm:f"===e&&(this.model.value=t.model?parseFloat(t.mo... method constructor (line 2) | constructor(){super(),this.map={"xm:sqref":this.sqRef=new o,"x14:cfRule"... method tag (line 2) | get tag(){return"x14:conditionalFormatting"} method prepare (line 2) | prepare(e,t){e.rules.forEach((e=>{this.cfRule.prepare(e,t)}))} method render (line 2) | render(e,t){t.rules.some(i.isExt)&&(e.openNode(this.tag,{"xmlns:xm":"htt... method createNewModel (line 2) | createNewModel(){return{rules:[]}} method onParserClose (line 2) | onParserClose(e,t){switch(e){case"xm:sqref":this.model.ref=t.model;break... method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormatting":this.cfXform... method tag (line 2) | get tag(){return"x14:conditionalFormattings"} method hasContent (line 2) | hasContent(e){return void 0===e.hasExtContent&&(e.hasExtContent=e.some((... method prepare (line 2) | prepare(e,t){e.forEach((e=>{this.cfXform.prepare(e,t)}))} method render (line 2) | render(e,t){this.hasContent(t)&&(e.openNode(this.tag),t.forEach((t=>this... method createNewModel (line 2) | createNewModel(){return[]} method onParserClose (line 2) | onParserClose(e,t){this.model.push(t.model)} method constructor (line 2) | constructor(){super(),this.map={"x14:cfvo":this.cfvoXform=new a,"x14:bor... method isExt (line 2) | static isExt(e){return!e.gradient} method tag (line 2) | get tag(){return"x14:dataBar"} method render (line 2) | render(e,t){e.openNode(this.tag,{minLength:n.toIntAttribute(t.minLength,... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{cfvo:[],minLength:n.toIntVa... method onParserClose (line 2) | onParserClose(e,t){const[,r]=e.split(":");"cfvo"===r?this.model.cfvo.pus... method tag (line 2) | get tag(){return"xm:f"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:cfvo":this.cfvoXform=new i,"x14:cfI... method tag (line 2) | get tag(){return"x14:iconSet"} method render (line 2) | render(e,t){e.openNode(this.tag,{iconSet:n.toStringAttribute(t.iconSet),... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{cfvo:[],iconSet:n.toStringV... method onParserClose (line 2) | onParserClose(e,t){const[,r]=e.split(":");switch(r){case"cfvo":this.mode... method tag (line 2) | get tag(){return"xm:sqref"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} class h (line 2) | class h extends o{constructor(){super(),this.map={dataBar:this.databarXf... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} method tag (line 2) | get tag(){return"cfvo"} method render (line 2) | render(e,t){e.leafNode(this.tag,{type:t.type,val:t.value})} method parseOpen (line 2) | parseOpen(e){this.model={type:e.attributes.type,value:n.toFloatValue(e.a... method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={cfvo:this.cfvoXform=new i,color:this.col... method tag (line 2) | get tag(){return"colorScale"} method render (line 2) | render(e,t){e.openNode(this.tag),t.cfvo.forEach((t=>{this.cfvoXform.rend... method createNewModel (line 2) | createNewModel(e){return{cfvo:[],color:[]}} method onParserClose (line 2) | onParserClose(e,t){this.model[e].push(t.model)} method constructor (line 2) | constructor(){super(),this.map={cfRule:new o}} method tag (line 2) | get tag(){return"conditionalFormatting"} method render (line 2) | render(e,t){t.rules.some(o.isPrimitive)&&(e.openNode(this.tag,{sqref:t.r... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{ref:t.sqref,rules:[]}} method onParserClose (line 2) | onParserClose(e,t){this.model.rules.push(t.model)} method constructor (line 2) | constructor(){super(),this.cfXform=new o} method tag (line 2) | get tag(){return"conditionalFormatting"} method reset (line 2) | reset(){this.model=[]} method prepare (line 2) | prepare(e,t){let r=e.reduce(((e,t)=>Math.max(e,...t.rules.map((e=>e.prio... method render (line 2) | render(e,t){t.forEach((t=>{this.cfXform.render(e,t)}))} method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"condition... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!(!this.parser||!this.parser.parseClose(e)&&(this.mo... method reconcile (line 2) | reconcile(e,t){e.forEach((e=>{e.rules.forEach((e=>{void 0!==e.dxfId&&(e.... method constructor (line 2) | constructor(){super(),this.map={cfvo:this.cfvoXform=new i,color:this.col... method tag (line 2) | get tag(){return"dataBar"} method render (line 2) | render(e,t){e.openNode(this.tag),t.cfvo.forEach((t=>{this.cfvoXform.rend... method createNewModel (line 2) | createNewModel(){return{cfvo:[]}} method onParserClose (line 2) | onParserClose(e,t){switch(e){case"cfvo":this.model.cfvo.push(t.model);br... class i (line 2) | class i extends n{get tag(){return"x14:id"}render(e,t){e.leafNode(this.t... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... class a (line 2) | class a extends o{constructor(){super(),this.map={"x14:id":this.idXform=... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method constructor (line 2) | constructor(){super(),this.map={ext:new a}} method tag (line 2) | get tag(){return"extLst"} method render (line 2) | render(e,t){e.openNode(this.tag),this.map.ext.render(e,t),e.closeNode()} method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method tag (line 2) | get tag(){return"formula"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={cfvo:this.cfvoXform=new i}} method tag (line 2) | get tag(){return"iconSet"} method render (line 2) | render(e,t){e.openNode(this.tag,{iconSet:n.toStringAttribute(t.iconSet,"... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{iconSet:n.toStringValue(t.i... method onParserClose (line 2) | onParserClose(e,t){this.model[e].push(t.model)} method tag (line 2) | get tag(){return"col"} method prepare (line 2) | prepare(e,t){const r=t.styles.addStyleModel(e.style||{});r&&(e.styleId=r)} method render (line 2) | render(e,t){e.openNode("col"),e.addAttribute("min",t.min),e.addAttribute... method parseOpen (line 2) | parseOpen(e){if("col"===e.name){const t=this.model={min:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method reconcile (line 2) | reconcile(e,t){e.styleId&&(e.style=t.styles.getStyleModel(e.styleId))} function l (line 2) | function l(e,t,r,n){const o=t[r];void 0!==o?e[r]=o:void 0!==n&&(e[r]=n)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... method tag (line 2) | get tag(){return"dataValidations"} method render (line 2) | render(e,t){const r=function(e){const t=n.map(e,((e,t)=>({address:t,data... method parseOpen (line 2) | parseOpen(e){switch(e.name){case"dataValidations":return this.model={},!... method parseText (line 2) | parseText(e){this._formula&&this._formula.push(e)} method parseClose (line 2) | parseClose(e){switch(e){case"dataValidations":return!1;case"dataValidati... method tag (line 2) | get tag(){return"dimension"} method render (line 2) | render(e,t){t&&e.leafNode("dimension",{ref:t})} method parseOpen (line 2) | parseOpen(e){return"dimension"===e.name&&(this.model=e.attributes.ref,!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"drawing"} method render (line 2) | render(e,t){t&&e.leafNode(this.tag,{"r:id":t.rId})} method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={rId:e.attributes["r:... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class i (line 2) | class i extends n{constructor(){super(),this.map={"x14:conditionalFormat... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... method constructor (line 2) | constructor(){super(),this.map={ext:this.ext=new i}} method tag (line 2) | get tag(){return"extLst"} method prepare (line 2) | prepare(e,t){this.ext.prepare(e,t)} method hasContent (line 2) | hasContent(e){return this.ext.hasContent(e)} method render (line 2) | render(e,t){this.hasContent(t)&&(e.openNode("extLst"),this.ext.render(e,... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method tag (line 2) | get tag(){return"headerFooter"} method render (line 2) | render(e,t){if(t){e.addRollback();let r=!1;e.openNode("headerFooter"),t.... method parseOpen (line 2) | parseOpen(e){switch(e.name){case"headerFooter":return this.model={},e.at... method parseText (line 2) | parseText(e){switch(this.currentNode){case"oddHeader":this.model.oddHead... method parseClose (line 2) | parseClose(){switch(this.currentNode){case"oddHeader":case"oddFooter":ca... method tag (line 2) | get tag(){return"hyperlink"} method render (line 2) | render(e,t){this.isInternalLink(t)?e.leafNode("hyperlink",{ref:t.address... method parseOpen (line 2) | parseOpen(e){return"hyperlink"===e.name&&(this.model={address:e.attribut... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method isInternalLink (line 2) | isInternalLink(e){return e.target&&/^[^!]+![a-zA-Z]+[\d]+$/.test(e.target)} method tag (line 2) | get tag(){return"mergeCell"} method render (line 2) | render(e,t){e.leafNode("mergeCell",{ref:t})} method parseOpen (line 2) | parseOpen(e){return"mergeCell"===e.name&&(this.model=e.attributes.ref,!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){this.merges={}} method add (line 2) | add(e){if(this.merges[e.master])this.merges[e.master].expandToAddress(e.... method mergeCells (line 2) | get mergeCells(){return n.map(this.merges,(e=>e.range))} method reconcile (line 2) | reconcile(e,t){n.each(e,(e=>{const r=i.decode(e);for(let e=r.top;e<=r.bo... method getMasterAddress (line 2) | getMasterAddress(e){const t=this.hash[e];return t&&t.tl} method tag (line 2) | get tag(){return"outlinePr"} method render (line 2) | render(e,t){return!(!t||!o(t.summaryBelow)&&!o(t.summaryRight)||(e.leafN... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={summaryBelow:o(e.att... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"brk"} method render (line 2) | render(e,t){e.leafNode("brk",t)} method parseOpen (line 2) | parseOpen(e){return"brk"===e.name&&(this.model=e.attributes.ref,!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"pageMargins"} method render (line 2) | render(e,t){if(t){const r={left:t.left,right:t.right,top:t.top,bottom:t.... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={left:parseFloat(e.at... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"pageSetUpPr"} method render (line 2) | render(e,t){return!(!t||!t.fitToPage||(e.leafNode(this.tag,{fitToPage:t.... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={fitToPage:"1"===e.at... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e){return e?"1":void 0} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e){if("overThenDown"===e)return e} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){switch(e){case"atEnd":case"asDisplyed":return e;default:re... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){switch(e){case"dash":case"blank":case"NA":return e;default... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... method tag (line 2) | get tag(){return"printOptions"} method render (line 2) | render(e,t){if(t){const r={headings:i(t.showRowColHeaders),gridLines:i(t... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={showRowColHeaders:"1... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){super({tag:"rowBreaks",count:!0,childXform:new n})} method render (line 2) | render(e,t){if(t&&t.length){e.openNode(this.tag,this.$),this.count&&(e.a... method constructor (line 2) | constructor(e){super(),this.maxItems=e&&e.maxItems,this.map={c:new i}} method tag (line 2) | get tag(){return"row"} method prepare (line 2) | prepare(e,t){const r=t.styles.addStyleModel(e.style);r&&(e.styleId=r);co... method render (line 2) | render(e,t,r){e.openNode("row"),e.addAttribute("r",t.number),t.height&&(... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("row"=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser){if(!this.parser.parseClose(e)){if(this.mod... method reconcile (line 2) | reconcile(e,t){e.style=e.styleId?t.styles.getStyleModel(e.styleId):{},vo... method tag (line 2) | get tag(){return"sheetFormatPr"} method render (line 2) | render(e,t){if(t){const r={defaultRowHeight:t.defaultRowHeight,outlineLe... method parseOpen (line 2) | parseOpen(e){return"sheetFormatPr"===e.name&&(this.model={defaultRowHeig... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){super(),this.map={tabColor:new o("tabColor"),pageSetUpPr:n... method tag (line 2) | get tag(){return"sheetPr"} method render (line 2) | render(e,t){if(t){e.addRollback(),e.openNode("sheetPr");let r=!1;r=this.... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):e.name===t... method parseText (line 2) | parseText(e){return!!this.parser&&(this.parser.parseText(e),!0)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... function i (line 2) | function i(e,t){return e?t:void 0} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){return e===t||void 0} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method tag (line 2) | get tag(){return"sheetProtection"} method render (line 2) | render(e,t){if(t){const r={sheet:i(t.sheet,"1"),selectLockedCells:!1===t... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={sheet:a(e.attributes... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"sheetView"} method prepare (line 2) | prepare(e){switch(e.state){case"frozen":case"split":break;default:e.stat... method render (line 2) | render(e,t){e.openNode("sheetView",{workbookViewId:t.workbookViewId||0})... method parseOpen (line 2) | parseOpen(e){switch(e.name){case"sheetView":return this.sheetView={workb... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){let t,r;return"sheetView"!==e||(this.sheetView&&this.pane?... method reconcile (line 2) | reconcile(){} method tag (line 2) | get tag(){return"tablePart"} method render (line 2) | render(e,t){t&&e.leafNode(this.tag,{"r:id":t.rId})} method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={rId:e.attributes["r:... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class M (line 2) | class M extends l{constructor(e){super();const{maxRows:t,maxCols:r,ignor... method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... method constructor (line 2) | constructor(e){super(),this.tag=e.tag,this.attr=e.attr} method render (line 2) | render(e,t){t&&(e.openNode(this.tag),e.closeNode())} method parseOpen (line 2) | parseOpen(e){e.name===this.tag&&(this.model=!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super(),this.tag=e.tag,this.attr=e.attr,this.attrs=e.attr... method render (line 2) | render(e,t){t&&(e.openNode(this.tag),this.attrs&&e.addAttributes(this.at... method parseOpen (line 2) | parseOpen(e){e.name===this.tag&&(this.attr?this.model=this._parse(e.attr... method parseText (line 2) | parseText(e){this.attr||this.text.push(e)} method parseClose (line 2) | parseClose(){return this.attr||(this.model=this._parse(this.text.join(""... method constructor (line 2) | constructor(e){super(),this.tag=e.tag,this.attr=e.attr,this.attrs=e.attr... method render (line 2) | render(e,t){(t||this.zero)&&(e.openNode(this.tag),this.attrs&&e.addAttri... method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.attr?this.model=parseInt(e.... method parseText (line 2) | parseText(e){this.attr||this.text.push(e)} method parseClose (line 2) | parseClose(){return this.attr||(this.model=parseInt(this.text.join("")||... method constructor (line 2) | constructor(e){super(),this.tag=e.tag,this.attr=e.attr,this.attrs=e.attrs} method render (line 2) | render(e,t){void 0!==t&&(e.openNode(this.tag),this.attrs&&e.addAttribute... method parseOpen (line 2) | parseOpen(e){e.name===this.tag&&(this.attr?this.model=e.attributes[this.... method parseText (line 2) | parseText(e){this.attr||this.text.push(e)} method parseClose (line 2) | parseClose(){return this.attr||(this.model=this.text.join("")),!1} method constructor (line 2) | constructor(e){super(),this._model=e} method render (line 2) | render(e){if(!this._xml){const e=new o;!function e(t,r){t.openNode(r.tag... method parseOpen (line 2) | parseOpen(){return!0} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return e!==this._model.tag} method constructor (line 2) | constructor(){super(),this.map={r:new o,t:new n}} method tag (line 2) | get tag(){return"rPh"} method render (line 2) | render(e,t){if(e.openNode(this.tag,{sb:t.sb||0,eb:t.eb||0}),t&&t.hasOwnP... method parseOpen (line 2) | parseOpen(e){const{name:t}=e;return this.parser?(this.parser.parseOpen(e... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser){if(!this.parser.parseClose(e)){switch(e){c... class a (line 2) | class a extends i{constructor(e){super(),this.model=e}get tag(){return"r... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method constructor (line 2) | constructor(e){super(),this.model=e,this.map={r:new o,t:new n,rPh:new i}} method tag (line 2) | get tag(){return"si"} method render (line 2) | render(e,t){e.openNode(this.tag),t&&t.hasOwnProperty("richText")&&t.rich... method parseOpen (line 2) | parseOpen(e){const{name:t}=e;return this.parser?(this.parser.parseOpen(e... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser){if(!this.parser.parseClose(e)){switch(e){c... method constructor (line 2) | constructor(e){super(),this.model=e||{values:[],count:0},this.hash=Objec... method sharedStringXform (line 2) | get sharedStringXform(){return this._sharedStringXform||(this._sharedStr... method values (line 2) | get values(){return this.model.values} method uniqueCount (line 2) | get uniqueCount(){return this.model.values.length} method count (line 2) | get count(){return this.model.count} method getString (line 2) | getString(e){return this.model.values[e]} method add (line 2) | add(e){return e.richText?this.addRichText(e):this.addText(e)} method addText (line 2) | addText(e){let t=this.hash[e];return void 0===t&&(t=this.hash[e]=this.mo... method addRichText (line 2) | addRichText(e){const t=this.sharedStringXform.toXml(e);let r=this.rich[t... method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.mod... method tag (line 2) | get tag(){return"t"} method render (line 2) | render(e,t){e.openNode("t"),/^\s|\n|\s$/.test(t)&&e.addAttribute("xml:sp... method model (line 2) | get model(){return this._text.join("").replace(/_x([0-9A-F]{4})_/g,((e,t... method parseOpen (line 2) | parseOpen(e){return"t"===e.name&&(this._text=[],!0)} method parseText (line 2) | parseText(e){this._text.push(e)} method parseClose (line 2) | parseClose(){return!1} method horizontal (line 2) | horizontal(e){return this.horizontalValues[e]?e:void 0} method vertical (line 2) | vertical(e){return"middle"===e?"center":this.verticalValues[e]?e:void 0} method readingOrder (line 2) | readingOrder(e){switch(e){case"ltr":return n.ReadingOrder.LeftToRight;ca... method toXml (line 2) | toXml(e){if(e=a.textRotation(e)){if("vertical"===e)return 255;const t=Ma... method toModel (line 2) | toModel(e){const t=o.validInt(e);if(void 0!==t){if(255===t)return"vertic... method tag (line 2) | get tag(){return"alignment"} method render (line 2) | render(e,t){e.addRollback(),e.openNode("alignment");let r=!1;function n(... method parseOpen (line 2) | parseOpen(e){const t={};let r=!1;function n(e,n,o){e&&(t[n]=o,r=!0)}n(e.... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class a (line 2) | class a extends n{constructor(e){super(),this.name=e,this.map={color:new... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method constructor (line 2) | constructor(){super(),this.map={top:new a("top"),left:new a("left"),bott... method render (line 2) | render(e,t){const{color:r}=t;function n(n,o){n&&!n.color&&t.color&&(n={.... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"border"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(e){super(),this.name=e||"color"} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t){return!!t&&(e.openNode(this.name),t.argb?e.addAttribute("rgb... method parseOpen (line 2) | parseOpen(e){return e.name===this.name&&(e.attributes.rgb?this.model={ar... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){super(),this.map={alignment:new o,border:new i,fill:new a,... method tag (line 2) | get tag(){return"dxf"} method render (line 2) | render(e,t){if(e.openNode(this.tag),t.font&&this.map.font.render(e,t.fon... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):e.name===t... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... class i (line 2) | class i extends n{constructor(){super(),this.map={color:new o}}get tag()... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... class a (line 2) | class a extends n{constructor(){super(),this.map={fgColor:new o("fgColor... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class s (line 2) | class s extends n{constructor(){super(),this.map={stop:new i}}get name()... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} class l (line 2) | class l extends n{constructor(){super(),this.map={patternFill:new a,grad... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} class s (line 2) | class s extends i{constructor(e,t){super(),this.id=e,this.formatCode=t}g... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} method tag (line 2) | get tag(){return"protection"} method render (line 2) | render(e,t){e.addRollback(),e.openNode("protection");let r=!1;function n... method parseOpen (line 2) | parseOpen(e){const t={locked:!("0"===e.attributes.locked),hidden:"1"===e... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super(),this.xfId=!(!e||!e.xfId),this.map={alignment:new ... method tag (line 2) | get tag(){return"xf"} method render (line 2) | render(e,t){e.openNode("xf",{numFmtId:t.numFmtId||0,fontId:t.fontId||0,f... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(e.... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.map.p... class p (line 2) | class p extends i{constructor(e){super(),this.map={numFmts:new s({tag:"n... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... method constructor (line 2) | constructor(){super(),this.model={styles:[{numFmtId:0,fontId:0,fillId:0,... method parseStream (line 2) | parseStream(e){return e.autodrain(),Promise.resolve()} method addStyleModel (line 2) | addStyleModel(e,t){return t===n.ValueType.Date?this.dateStyleId:0} method dateStyleId (line 2) | get dateStyleId(){if(!this._dateStyleId){const e={numFmtId:d.getDefaultF... method getStyleModel (line 2) | getStyleModel(){return{}} class o (line 2) | class o extends n{constructor(e){super(),this.model=e}get tag(){return"u... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){super(),this.map={filterColumn:new o}} method tag (line 2) | get tag(){return"autoFilter"} method prepare (line 2) | prepare(e){e.columns.forEach(((e,t)=>{this.map.filterColumn.prepare(e,{i... method render (line 2) | render(e,t){return e.openNode(this.tag,{ref:t.autoFilterRef}),t.columns.... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if(e.name... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.mod... method tag (line 2) | get tag(){return"customFilter"} method render (line 2) | render(e,t){e.leafNode(this.tag,{val:t.val,operator:t.operator})} method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={val:e.attributes.val... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(){super(),this.map={customFilters:new o({tag:"customFilters"... method tag (line 2) | get tag(){return"filterColumn"} method prepare (line 2) | prepare(e,t){e.colId=t.index.toString()} method render (line 2) | render(e,t){return t.customFilters?(e.openNode(this.tag,{colId:t.colId,h... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{att... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.parse... method tag (line 2) | get tag(){return"filter"} method render (line 2) | render(e,t){e.leafNode(this.tag,{val:t.val})} method parseOpen (line 2) | parseOpen(e){return e.name===this.tag&&(this.model={val:e.attributes.val... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"tableColumn"} method prepare (line 2) | prepare(e,t){e.id=t.index+1} method render (line 2) | render(e,t){return e.leafNode(this.tag,{id:t.id.toString(),name:t.name,t... method parseOpen (line 2) | parseOpen(e){if(e.name===this.tag){const{attributes:t}=e;return this.mod... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"tableStyleInfo"} method render (line 2) | render(e,t){return e.leafNode(this.tag,{name:t.theme?t.theme:void 0,show... method parseOpen (line 2) | parseOpen(e){if(e.name===this.tag){const{attributes:t}=e;return this.mod... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class c (line 2) | class c extends o{constructor(){super(),this.map={autoFilter:new a,table... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... class E (line 2) | class E{constructor(e){this.workbook=e}async readFile(e,t){if(!await c.f... method constructor (line 2) | constructor(e){this.workbook=e} method readFile (line 2) | async readFile(e,t){if(!await c.fs.exists(e))throw new Error("File not... method parseRels (line 2) | parseRels(e){return(new m).parseStream(e)} method parseWorkbook (line 2) | parseWorkbook(e){return(new b).parseStream(e)} method parseSharedStrings (line 2) | parseSharedStrings(e){return(new p).parseStream(e)} method reconcile (line 2) | reconcile(e,t){const r=new b,n=new y(t),o=new w,i=new x;r.reconcile(e)... method _processWorksheetEntry (line 2) | async _processWorksheetEntry(e,t,r,n,o){const i=new y(n),a=await i.par... method _processCommentEntry (line 2) | async _processCommentEntry(e,t,r){const n=new S,o=await n.parseStream(... method _processTableEntry (line 2) | async _processTableEntry(e,t,r){const n=new x,o=await n.parseStream(e)... method _processWorksheetRelsEntry (line 2) | async _processWorksheetRelsEntry(e,t,r){const n=new m,o=await n.parseS... method _processMediaEntry (line 2) | async _processMediaEntry(e,t,r){const n=r.lastIndexOf(".");if(n>=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} class i (line 2) | class i extends n.Transform{constructor(e){super({writableObjectMode:e.o... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... method constructor (line 2) | constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[... method constructor (line 2) | constructor(e){this._headers=null,this.formatterOptions=e,null!==e.heade... method headers (line 2) | set headers(e){this._headers=e} method shouldQuote (line 2) | shouldQuote(e,t){const r=t?this.formatterOptions.quoteHeaders:this.forma... method format (line 2) | format(e,t,r){const n=(""+(i.default(e)?"":e)).replace(/\0/g,""),{format... method quoteField (line 2) | quoteField(e){const{quote:t}=this.formatterOptions;return`${t}${e}${t}`} class l (line 2) | class l{constructor(e){this.rowCount=0,this.formatterOptions=e,this.fiel... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} method constructor (line 2) | constructor(e){var t;if(this.objectMode=!0,this.delimiter=",",this.ignor... class a (line 2) | class a{constructor(e){this.parserOptions=e,this.rowParser=new o.RowPars... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method constructor (line 2) | constructor(e){this.parserOptions=e,this.columnParser=new n.ColumnParser... method isEmptyRow (line 2) | static isEmptyRow(e){return""===e.join("").replace(/\s+/g,"")} method parse (line 2) | parse(e){const{parserOptions:t}=this,{hasMoreData:r}=e,n=e,i=[];let a=th... method getStartToken (line 2) | getStartToken(e,t){const r=e.nextNonSpaceToken;return null!==r&&o.Token.... method shouldSkipColumnParse (line 2) | shouldSkipColumnParse(e,t,r){const{parserOptions:n}=this;if(o.Token.isTo... method constructor (line 2) | constructor(e){this.cursor=0,this.line=e.line,this.lineLength=this.line.... method hasMoreCharacters (line 2) | get hasMoreCharacters(){return this.lineLength>this.cursor} method nextNonSpaceToken (line 2) | get nextNonSpaceToken(){const{lineFromCursor:e}=this,t=this.parserOption... method nextCharacterToken (line 2) | get nextCharacterToken(){const{cursor:e,lineLength:t}=this;return t<=e?n... method lineFromCursor (line 2) | get lineFromCursor(){return this.line.substr(this.cursor)} method advancePastLine (line 2) | advancePastLine(){const e=o.exec(this.lineFromCursor);return e?(this.cur... method advanceTo (line 2) | advanceTo(e){return this.cursor=e,this} method advanceToToken (line 2) | advanceToToken(e){return this.cursor=e.startCursor,this} method advancePastToken (line 2) | advancePastToken(e){return this.cursor=e.endCursor+1,this} method truncateToCursor (line 2) | truncateToCursor(){return this.line=this.lineFromCursor,this.lineLength=... method constructor (line 2) | constructor(e){this.token=e.token,this.startCursor=e.startCursor,this.en... method isTokenRowDelimiter (line 2) | static isTokenRowDelimiter(e){const t=e.token;return"\r"===t||"\n"===t||... method isTokenCarriageReturn (line 2) | static isTokenCarriageReturn(e,t){return e.token===t.carriageReturn} method isTokenComment (line 2) | static isTokenComment(e,t){return t.supportsComments&&!!e&&e.token===t.c... method isTokenEscapeCharacter (line 2) | static isTokenEscapeCharacter(e,t){return e.token===t.escapeChar} method isTokenQuote (line 2) | static isTokenQuote(e,t){return e.token===t.quote} method isTokenDelimiter (line 2) | static isTokenDelimiter(e,t){return e.token===t.delimiter} method constructor (line 2) | constructor(e){e.trim?this.format=e=>e.trim():e.ltrim?this.format=e=>e.t... method constructor (line 2) | constructor(e){this.parserOptions=e,this.quotedColumnParser=new o.Quoted... method parse (line 2) | parse(e){const{nextNonSpaceToken:t}=e;return null!==t&&i.Token.isTokenQu... method constructor (line 2) | constructor(e){this.parserOptions=e,this.columnFormatter=new n.ColumnFor... method parse (line 2) | parse(e){if(!e.hasMoreCharacters)return null;const{parserOptions:t}=this... method constructor (line 2) | constructor(e){this.parserOptions=e,this.columnFormatter=new n.ColumnFor... method parse (line 2) | parse(e){if(!e.hasMoreCharacters)return null;const t=e.cursor,{foundClos... method gatherDataBetweenQuotes (line 2) | gatherDataBetweenQuotes(e){const{parserOptions:t}=this;let r=!1,n=!1;con... method checkForMalformedColumn (line 2) | checkForMalformedColumn(e){const{parserOptions:t}=this,{nextNonSpaceToke... method constructor (line 2) | constructor(e){this.headers=null,this.receivedHeaders=!1,this.shouldUseF... method transform (line 2) | transform(e,t){return this.shouldMapRow(e)?t(null,this.processRow(e)):t(... method shouldMapRow (line 2) | shouldMapRow(e){const{parserOptions:t}=this;if(!this.headersTransform&&t... method processRow (line 2) | processRow(e){if(!this.headers)return{row:e,isValid:!0};const{parserOpti... method mapHeaders (line 2) | mapHeaders(e){const t={},{headers:r,headersLength:n}=this;for(let i=0;i<... method setHeaders (line 2) | setHeaders(e){var t;const r=e.filter((e=>!!e));if(a.default(r).length!==... class i (line 2) | class i{constructor(){this._rowTransform=null,this._rowValidator=null}st... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function r (line 2) | function r(e){this._initNamed(e,t)} function a (line 2) | function a(e,t){o.call(this,t),i.isBuffer(e)?(this.base=e,this.offset=0,... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t){if(Array.isArray(e))this.length=0,this.value=e.map((func... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function c (line 2) | function c(e,t,r){const n={};this._baseState=n,n.name=r,n.enc=e,n.parent... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function o (line 2) | function o(e){this._reporterState={obj:null,path:[],options:e||{},errors... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t){this.path=e,this.rethrow(t)} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function n (line 2) | function n(e){const t={};return Object.keys(e).forEach((function(r){(0|r... function l (line 2) | function l(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=ne... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t){let r=e.readUInt8(t);if(e.isError(r))return r;const n=s.... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t,r){let n=e.readUInt8(r);if(e.isError(n))return n;if(!t&&1... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function a (line 2) | function a(e){i.call(this,e),this.enc="pem"} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=ne... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){i.call(this,"der",e)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function i (line 2) | function i(e){o.call(this,e),this.enc="pem"} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function r (line 2) | function r(e,t){if(!e)throw new Error(t||"Assertion failed")} function n (line 2) | function n(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.... function o (line 2) | function o(e,t,r){if(o.isBN(e))return e;this.negative=0,this.words=null,... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function a (line 2) | function a(e,t){var r=e.charCodeAt(t);return r>=65&&r<=70?r-55:r>=97&&r<... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t,r){var n=a(e,r);return r-1>=t&&(n|=a(e,r-1)<<4),n} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t,r,n){for(var o=0,i=Math.min(e.length,r),a=t;a0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e,t){this.x=e,this.y=t} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function v (line 2) | function v(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength()... method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(){v.call(this,"k256","ffffffff ffffffff ffffffff ffffffff fff... function y (line 2) | function y(){v.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 000... function w (line 2) | function w(){v.call(this,"p192","ffffffff ffffffff ffffffff fffffffe fff... function x (line 2) | function x(){v.call(this,"25519","7fffffffffffffff ffffffffffffffff ffff... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e){if("string"==typeof e){var t=o._prime(e);this.m=t.p,this.p... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e){S.call(this,e),this.shift=this.m.bitLength(),this.shift%26... function l (line 2) | function l(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. L... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function r (line 2) | function r(e,t){if(!e)throw new Error(t||"Assertion failed")} function n (line 2) | function n(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.... function o (line 2) | function o(e,t,r){if(o.isBN(e))return e;this.negative=0,this.words=null,... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function a (line 2) | function a(e,t){var n=e.charCodeAt(t);return n>=48&&n<=57?n-48:n>=65&&n<... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t,r){var n=a(e,r);return r-1>=t&&(n|=a(e,r-1)<<4),n} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t,n,o){for(var i=0,a=0,s=Math.min(e.length,n),l=t;l0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(){return(this.red?""} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function p (line 2) | function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.leng... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function g (line 2) | function g(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.l... function v (line 2) | function v(e,t,r){return g(e,t,r)} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(e,t){this.x=e,this.y=t} function w (line 2) | function w(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength()... function x (line 2) | function x(){w.call(this,"k256","ffffffff ffffffff ffffffff ffffffff fff... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(){w.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 000... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(){w.call(this,"p192","ffffffff ffffffff ffffffff fffffffe fff... function k (line 2) | function k(){w.call(this,"25519","7fffffffffffffff ffffffffffffffff ffff... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){E.call(this,e),this.shift=this.m.bitLength(),this.shift%26... function o (line 2) | function o(e){this.rand=e} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(e){n.isBuffer(e)||(e=n.from(e));for(var t=e.length/4|0,r=new ... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e){for(;0... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t,r,n,o){for(var i,a,s,l,c=r[0],u=r[1],d=r[2],f=r[3],h=e[0]... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function c (line 2) | function c(e){this._key=o(e),this._reset()} method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r,a){i.call(this);var l=o.alloc(4,0);this._cipher=new n.A... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function u (line 2) | function u(e,t,r){s.call(this),this._cache=new d,this._last=void 0,this.... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(){this.cache=o.allocUnsafe(0)} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r){var s=i[e.toLowerCase()];if(!s)throw new TypeError("in... function u (line 2) | function u(e,t,r){s.call(this),this._cache=new f,this._cipher=new l.AES(... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function f (line 2) | function f(){this.cache=i.allocUnsafe(0)} function h (line 2) | function h(e,t,r){var s=n[e.toLowerCase()];if(!s)throw new TypeError("in... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function i (line 2) | function i(e){var t=n.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0)... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e){this.h=e,this.state=n.alloc(16,0),this.cache=n.allocUnsafe... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function i (line 2) | function i(e,t,r){var i=t.length,a=o(t,e._cache);return e._cache=e._cach... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function o (line 2) | function o(e,t,r){for(var n,o,a=-1,s=0;++a<8;)n=t&1<<7-a?128:0,s+=(128&(... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t){var r=e.length,o=-1,i=n.allocUnsafe(e.length);for(e=n.co... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function o (line 2) | function o(e,t,r){var o=e._cipher.encryptBlock(e._prev)[0]^t;return e._p... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function a (line 2) | function a(e){var t=e._cipher.encryptBlockRaw(e._prev);return i(e._prev),t} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function o (line 2) | function o(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function a (line 2) | function a(e,t,r,a){i.call(this),this._cipher=new n.AES(t),this._prev=o.... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function l (line 2) | function l(e,t,r){if(e=e.toLowerCase(),i[e])return o.createCipheriv(e,t,... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function l (line 2) | function l(e){n.call(this);var t,r=e.mode.toLowerCase(),o=s[r];t=e.decry... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){var o=function(e){var t=i(e);return{blinder:t.toRed(n.mo... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function u (line 2) | function u(e){i.Writable.call(this);var t=c[e];if(!t)throw new Error("Un... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){i.Writable.call(this);var t=c[e];if(!t)throw new Error("Un... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){return new u(e)} function h (line 2) | function h(e){return new d(e)} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function u (line 2) | function u(e,t,r,i){if((e=n.from(e.toArray())).length=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t){var r=new s(e),n=(e.length<<3)-t.bitLength();return n>0&... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r){var i,a;do{for(i=n.alloc(0);8*i.lengththis.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function l (line 2) | function l(e,t){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t,r){return o(e,t,r)} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function i (line 2) | function i(e){var t;switch(this.encoding=function(e){var t=function(e){i... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t){if(128!... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t)... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){return e.toString(this.encoding)} function h (line 2) | function h(e){return e&&e.length?this.write(e):""} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function o (line 2) | function o(e){if(e>2147483647)throw new RangeError('The value "'+e+'" is... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t,r){if("number"==typeof e){if("string"==typeof t)throw new... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t,r){if("string"==typeof e)return function(e,t){if("string"... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){if("number"!=typeof e)throw new TypeError('"size" argument... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){return s(e),o(e<0?0:0|u(e))} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e){if(e>=2147483647)throw new RangeError("Attempt to allocate... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t){if(i.isBuffer(e))return e.length;if(ArrayBuffer.isView(e... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)ret... function h (line 2) | function h(e,t,r){var n=e[t];e[t]=e[r],e[r]=n} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t,r,n,o){if(0===e.length)return-1;if("string"==typeof r?(n=... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e,t,r,n,o){var i,a=1,s=e.length,l=t.length;if(void 0!==n&&("u... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e,t,r,n){r=Number(r)||0;var o=e.length-r;n?(n=Number(n))>o&&(... function v (line 2) | function v(e,t,r,n){return D(N(t,e.length-r),e,r,n)} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(e,t,r,n){return D(function(e){for(var t=[],r=0;r... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,r,n){return 0===r&&n===e.length?t.fromByteArray(e):t.fromBy... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e,t,r){r=Math.min(e.length,r);for(var n=[],o=t;o{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);... function A (line 2) | function A(e,t,r){for(var n=e.slice(t,r),o="",i=0;ie.length)throw new RangeError("Index out ... function M (line 2) | function M(e,t,r,o,i){return t=+t,r>>>=0,i||P(e,0,r,4),n.write(e,t,r,o,2... method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... function R (line 2) | function R(e,t,r,o,i){return t=+t,r>>>=0,i||P(e,0,r,8),n.write(e,t,r,o,5... function I (line 2) | function I(e){return e<16?"0"+e.toString(16):e.toString(16)} function N (line 2) | function N(e,t){var r;t=t||1/0;for(var n=e.length,o=null,i=[],a=0;at.id===e))} method getPointersPositions (line 2) | getPointersPositions(){return this._pointerPositions} method getStage (line 2) | getStage(){return this} method getContent (line 2) | getContent(){return this.content} method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){(e=e||{}).x=e.x||0,e.y=e.y||0,e.width=e.width||this.... method getIntersection (line 2) | getIntersection(e){if(!e)return null;const t=this.children;for(let r=t... method _resizeDOM (line 2) | _resizeDOM(){const e=this.width(),t=this.height();this.content&&(this.... method add (line 2) | add(e,...t){if(arguments.length>1){for(let e=0;e{this.cont... method _pointerenter (line 2) | _pointerenter(e){this.setPointersPositions(e);const t=I(e.type);t&&thi... method _pointerover (line 2) | _pointerover(e){this.setPointersPositions(e);const t=I(e.type);t&&this... method _getTargetShape (line 2) | _getTargetShape(e){let t=this[e+"targetShape"];return t&&!t.getStage()... method _pointerleave (line 2) | _pointerleave(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPo... method _pointerdown (line 2) | _pointerdown(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoi... method _pointermove (line 2) | _pointermove(e){const t=I(e.type),r=_(e.type);if(!t)return;if(a.Konva.... method _pointerup (line 2) | _pointerup(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoint... method _contextmenu (line 2) | _contextmenu(e){this.setPointersPositions(e);const t=this.getIntersect... method _wheel (line 2) | _wheel(e){this.setPointersPositions(e);const t=this.getIntersection(th... method _pointercancel (line 2) | _pointercancel(e){this.setPointersPositions(e);const t=u.getCapturedSh... method _lostpointercapture (line 2) | _lostpointercapture(e){u.releaseCapture(e.pointerId)} method setPointersPositions (line 2) | setPointersPositions(e){const t=this._getContentPosition();let r=null,... method _setPointerPosition (line 2) | _setPointerPosition(e){n.Util.warn('Method _setPointerPosition is depr... method _getContentPosition (line 2) | _getContentPosition(){if(!this.content||!this.content.getBoundingClien... method _buildDOM (line 2) | _buildDOM(){if(this.bufferCanvas=new s.SceneCanvas({width:this.width()... method cache (line 2) | cache(){return n.Util.warn("Cache function is not allowed for stage. Y... method clearCache (line 2) | clearCache(){return this} method batchDraw (line 2) | batchDraw(){return this.getChildren().forEach((function(e){e.batchDraw... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method init (line 2) | init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{... method log (line 2) | log(){for(var e=arguments.length,t=new Array(e),r=0;r=t.length||o>=e.length);++o)t... function B (line 2) | function B(e,t){return e instanceof t||null!=e&&null!=e.constructor&&nul... method constructor (line 2) | constructor(){this.observers={}} method on (line 2) | on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.obse... method off (line 2) | off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this... method emit (line 2) | emit(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n1&&void 0!==arguments[1]?argumen... method addNamespaces (line 2) | addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)} method removeNamespaces (line 2) | removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.opti... method getResource (line 2) | getResource(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method addResource (line 2) | addResource(e,t,r,n){let o=arguments.length>4&&void 0!==arguments[4]?a... method addResources (line 2) | addResources(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?ar... method addResourceBundle (line 2) | addResourceBundle(e,t,r,n,o){let i=arguments.length>5&&void 0!==argume... method removeResourceBundle (line 2) | removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.dat... method hasResourceBundle (line 2) | hasResourceBundle(e,t){return void 0!==this.getResource(e,t)} method getResourceBundle (line 2) | getResourceBundle(e,t){return t||(t=this.options.defaultNS),"v1"===thi... method getDataByLanguage (line 2) | getDataByLanguage(e){return this.data[e]} method hasLanguageSomeTranslations (line 2) | hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);retur... method toJSON (line 2) | toJSON(){return this.data} function a (line 2) | function a(e){o.call(this),this.hashMode="string"==typeof e,this.hashMod... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function e (line 2) | function e(){} function n (line 2) | function n(e){return Object.prototype.toString.call(e)} function a (line 2) | function a(e){this.curveType=i[e],this.curveType||(this.curveType={name:... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t,n){Array.isArray(e)||(e=e.toArray());var o=new r(e);if(n&... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){s.call(this,"digest"),this._hash=e} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function s (line 2) | function s(e,t){i.call(this,"digest"),"string"==typeof t&&(t=o.from(t)),... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function m (line 2) | function m(e){this.$L=S(e.locale,null,!0),this.parse(e),this.$x=this.$x|... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function f (line 2) | function f(r){var n,o;n=r,o=i&&i.formats;for(var a=(r=n.replace(/(\[[^\]... function a (line 2) | function a(e){n.equal(e.length,8,"Invalid IV length"),this.iv=new Array(... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function t (line 2) | function t(t){e.call(this,t),this._cbcInit()} function o (line 2) | function o(e){this.options=e,this.type=this.options.type,this.blockSize=... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function s (line 2) | function s(){this.tmp=new Array(2),this.keys=null} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){a.call(this,e);var t=new s;this._desState=t,this.deriveKey... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){i.call(this,e);var t=new s(this.type,this.options.key);thi... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();ethis.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function m (line 2) | function m(e,t,r){this.setGenerator(t),this.__prime=new n(e),this._prime... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e,t){var n=new r(e.toArray());return t?n.toString(t):n} function m (line 2) | function m(e){for(var t=function(){if(null!==p)return p;var e=[];e[0]=2;... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e){var t=o.mont(e);return 0===l.toRed(t).redPow(e.subn(1)).fr... function v (line 2) | function v(e,t){if(e<16)return new o(2===t||5===t?[140,123]:[140,39]);va... method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function l (line 2) | function l(e,t){this.type=e,this.p=new n(t.p,16),this.red=t.prime?n.red(... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function l (line 2) | function l(e){this.twisted=1!=(0|e.a),this.mOneA=this.twisted&&-1==(0|e.... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function s (line 2) | function s(e){i.call(this,"mont",e),this.a=new n(e.a,16).toRed(this.red)... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t,r){i.BasePoint.call(this,e,"projective"),null===t&&null==... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r,n){a.BasePoint.call(this,e,"jacobian"),null===t&&null==... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function o (line 2) | function o(t){return e.point(t[0],t[1],r)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function l (line 2) | function l(e){"short"===e.type?this.curve=new a.short(e):"edwards"===e.t... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function d (line 2) | function d(e){if(!(this instanceof d))return new d(e);"string"==typeof e... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function i (line 2) | function i(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._imp... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){if(e instanceof a)return e;this._importDER(e,t)||(i(e.r&... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(){this.place=0} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){var r=e[t.place++];if(!(128&r))return r;var n=15&r;if(0=... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t){if(t<128)e.push(t);else{var r=1+(Math.log(t)/Math.LN2>>>... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function u (line 2) | function u(e){if(a("ed25519"===e,"only tested with ed25519 so far"),!(th... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function s (line 2) | function s(e,t){this.eddsa=e,this._secret=i(t.secret),e.isPoint(t.pub)?t... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){this.eddsa=e,"object"!=typeof t&&(t=s(t)),Array.isArray(... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function u (line 2) | function u(e){return void 0===e._maxListeners?a.defaultMaxListeners:e._m... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t,r,o){var i,a,s;if("function"!=typeof r)throw new TypeErro... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(){if(!this.fired)switch(this.target.removeListener(this.type,... function h (line 2) | function h(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t,r){var n=e._events;if(!n)return[];var o=n[t];return o?"fu... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e){var t=this._events;if(t){var r=t[e];if("function"==typeof ... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e,t){for(var r=new Array(t),n=0;n... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(){this.pending=null,this.pendingTotal=0,this.blockSize=this.c... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e,t,r){if(!(this instanceof i))return new i(e,t,r);this.Hash=... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function u (line 2) | function u(){if(!(this instanceof u))return new u;c.call(this),this.h=[1... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t,r,n){return e<=15?t^r^n:e<=31?t&r|~t&n:e<=47?(t|~r)^n:e<=... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){return e<=15?0:e<=31?1518500249:e<=47?1859775393:e<=63?240... function h (line 2) | function h(e){return e<=15?1352829926:e<=31?1548603684:e<=47?1836072691:... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function f (line 2) | function f(){if(!(this instanceof f))return new f;u.call(this),this.h=[1... function i (line 2) | function i(){if(!(this instanceof i))return new i;o.call(this),this.h=[3... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function b (line 2) | function b(){if(!(this instanceof b))return new b;g.call(this),this.h=[1... function i (line 2) | function i(){if(!(this instanceof i))return new i;o.call(this),this.h=[3... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function y (line 2) | function y(){if(!(this instanceof y))return new y;v.call(this),this.h=[1... function w (line 2) | function w(e,t,r,n,o){var i=e&r^~e&o;return i<0&&(i+=4294967296),i} function x (line 2) | function x(e,t,r,n,o,i){var a=t&n^~t&i;return a<0&&(a+=4294967296),a} method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t,r,n,o){var i=e&r^e&o^r&o;return i<0&&(i+=4294967296),i} method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e,t,r,n,o,i){var a=t&n^t&i^n&i;return a<0&&(a+=4294967296),a} function k (line 2) | function k(e,t){var r=a(e,t,28)^a(t,e,2)^a(t,e,7);return r<0&&(r+=429496... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e,t){var r=a(e,t,14)^a(e,t,18)^a(t,e,9);return r<0&&(r+=42949... function A (line 2) | function A(e,t){var r=s(e,t,14)^s(e,t,18)^s(t,e,9);return r<0&&(r+=42949... function T (line 2) | function T(e,t){var r=a(e,t,1)^a(e,t,8)^l(e,t,7);return r<0&&(r+=4294967... function j (line 2) | function j(e,t){var r=s(e,t,1)^s(e,t,8)^c(e,t,7);return r<0&&(r+=4294967... function P (line 2) | function P(e,t){var r=a(e,t,19)^a(t,e,29)^l(e,t,6);return r<0&&(r+=42949... function M (line 2) | function M(e,t){var r=s(e,t,19)^s(t,e,29)^c(e,t,6);return r<0&&(r+=42949... method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... function o (line 2) | function o(e,t,r){return e&t^~e&r} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t,r){return e&t^e&r^t&r} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t,r){return e^t^r} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function i (line 2) | function i(e,t){return 55296==(64512&e.charCodeAt(t))&&!(t<0||t+1>=e.len... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){return 1===e.length?"0"+e:e} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function i (line 2) | function i(s,l){if(!n[s]){if(!r[s]){var c="function"==typeof e&&e;if(!l&... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function s (line 2) | function s(e,t,r,n,o){this.compressedSize=e,this.uncompressedSize=t,this... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){a.call(this,"FlateWorker/"+e),this._pako=null,this._pako... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function u (line 2) | function u(e,t,r,n){a.call(this,"ZipFileWorker"),this.bytesWritten=0,thi... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function n (line 2) | function n(){if(!(this instanceof n))return new n;if(arguments.length)th... function c (line 2) | function c(e){return new o.Promise((function(t,r){var n=e.decompressed.g... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function i (line 2) | function i(e,t){o.call(this,"Nodejs stream input adapter for "+e),this._... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function o (line 2) | function o(e,t,r){n.call(this,t),this._helper=e;var o=this;e.on("data",(... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function n (line 2) | function n(e,t,r){var n,o=i.getTypeOf(t),s=i.extend(r||{},l);s.date=s.da... function v (line 2) | function v(e){return"[object RegExp]"===Object.prototype.toString.call(e)} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function o (line 2) | function o(e){n.call(this,e);for(var t=0;t2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(e){this.data=e,this.length=e.length,this.index=0,this.zero=0} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(e){n.call(this,e)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(e){n.call(this,e)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(e){n.call(this,e)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e){n.call(this,"ConvertWorker to "+e),this.destType=e} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(){n.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){o.call(this,"DataLengthProbe for "+e),this.propName=e,this... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){o.call(this,"DataWorker");var t=this;this.dataIsReady=!1,t... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function n (line 2) | function n(e){this.name=e||"default",this.streamInfo={},this.generatedEr... function d (line 2) | function d(e,t,r){var i=t;switch(t){case"blob":case"arraybuffer":i="uint... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function c (line 2) | function c(){a.call(this,"utf-8 decode"),this.leftOver=null} method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(){a.call(this,"utf-8 encode")} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function s (line 2) | function s(e){return e} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){for(var r=0;r0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t){for(var r=0;r0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function n (line 2) | function n(e,t,r){this.name=e,this.dir=r.dir,this.date=r.date,this.comme... function u (line 2) | function u(){var e,t;n=!0;for(var r=c.length;r;){for(t=c,c=[],e=-1;++e=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function o (line 2) | function o(){} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function c (line 2) | function c(e){if("function"!=typeof e)throw new TypeError("resolver must... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r){this.promise=e,"function"==typeof t&&(this.onFulfilled... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t,r){n((function(){var n;try{n=t(r)}catch(n){return i.rejec... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){var t=e&&e.then;if(e&&("object"==typeof e||"function"==typ... function h (line 2) | function h(e,t){var r=!1;function n(t){r||(r=!0,i.reject(e,t))}function ... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t){var r={};try{r.value=e(t),r.status="success"}catch(e){r.... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function u (line 2) | function u(e,o){t.resolve(e).then((function(e){a[o]=e,++s!==r||n||(n=!0,... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function c (line 2) | function c(e){if(!(this instanceof c))return new c(e);this.options=o.ass... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t){var r=new c(t);if(r.push(e,!0),r.err)throw r.msg||a[r.er... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){if(!(this instanceof d))return new d(e);this.options=o.ass... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t){var r=new d(t);if(r.push(e,!0),r.err)throw r.msg||s[r.er... function l (line 2) | function l(e,t){if(t<65537&&(e.subarray&&i||!e.subarray&&o))return Strin... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();ethis.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e){return(e<<1)-(4(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e){for(var t=e.length;0<=--t;)e[t]=0} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0... function v (line 2) | function v(e,t){i._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.... method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(e,t){e.pending_buf[e.pending++]=t} function y (line 2) | function y(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pen... function w (line 2) | function w(e,t){var r,n,o=e.max_chain_length,i=e.strstart,a=e.prev_lengt... function x (line 2) | function x(e){var t,r,n,i,l,c,u,f,h,p,m=e.w_size;do{if(i=e.window_size-e... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t){for(var r,n;;){if(e.lookahead{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_t... function A (line 2) | function A(e){var t=O(e);return 0===t&&function(e){e.window_size=2*e.w_s... function T (line 2) | function T(e,t,r,n,i,a){if(!e)return c;var s=1;if(-1===t&&(t=6),n<0?(s=0... function c (line 2) | function c(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.w... function h (line 2) | function h(e,t){var r,n;return e&&e.state?(n=e.state,t<0?(r=0,t=-t):(r=1... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t){var r,n;return e?(n=new u,(e.state=n).window=null,0!==(r... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function b (line 2) | function b(e){if(v){var t;for(m=new n.Buf32(512),g=new n.Buf32(32),t=0;t... function y (line 2) | function y(e,t,r,o){var i,a=e.state;return null===a.window&&(a.wsize=1<<... function o (line 2) | function o(e){for(var t=e.length;0<=--t;)e[t]=0} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function b (line 2) | function b(e,t,r,n,o){this.static_tree=e,this.extra_bits=t,this.extra_ba... function y (line 2) | function y(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t} function w (line 2) | function w(e){return e<256?d[e]:d[256+(e>>>7)]} function x (line 2) | function x(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t,r){e.bi_valid>16-r?(e.bi_buf|=t<>>=1,r<<=1,0<--t;);return r>>>1} method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){var t;for(t=0;t<286;t++)e.dyn_ltree[2*t]=0;for(t=0;t<30;t+... function A (line 2) | function A(e){8{if(r[n.Id... function R (line 2) | function R(e,t,r){var n,o,i=-1,a=t[1],s=0,l=7,c=4;for(0===a&&(l=138,c=3)... function _ (line 2) | function _(e,t,r){var n,o,i=-1,a=t[1],s=0,l=7,c=4;for(0===a&&(l=138,c=3)... function N (line 2) | function N(e,t,r,o){S(e,0+(o?1:0),3),function(e,t,r){A(e),x(e,r),x(e,~r)... function d (line 2) | function d(e){delete s[e]} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){if(l)setTimeout(f,0,e);else{var t=s[e];if(t){l=!0;try{!fun... function h (line 2) | function h(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function C (line 2) | function C(e,t,r,n){for(var o=-1,i=e?e.length:0;++o{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r... function A (line 2) | function A(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[+... function ie (line 2) | function ie(e){var t=-1,r=e?e.length:0;for(this.clear();++t0&&void 0!==arguments[0]?argument... method init (line 2) | init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?argu... method loadResources (line 2) | loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?argum... method reloadResources (line 2) | reloadResources(e,t,r){const n=y();return"function"==typeof e&&(r=e,e=... method use (line 2) | use(e){if(!e)throw new Error("You are passing an undefined module! Ple... method setResolvedLanguage (line 2) | setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexO... method changeLanguage (line 2) | changeLanguage(e,t){var r=this;this.isLanguageChangingTo=e;const n=y()... method getFixedT (line 2) | getFixedT(e,t,r){var n=this;const o=function(e,t){let i;if("object"!=t... method t (line 2) | t(){return this.translator&&this.translator.translate(...arguments)} method exists (line 2) | exists(){return this.translator&&this.translator.exists(...arguments)} method setDefaultNamespace (line 2) | setDefaultNamespace(e){this.options.defaultNS=e} method hasLoadedNamespace (line 2) | hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?... method loadNamespaces (line 2) | loadNamespaces(e,t){const r=y();return this.options.ns?(b(e)&&(e=[e]),... method loadLanguages (line 2) | loadLanguages(e,t){const r=y();b(e)&&(e=[e]);const n=this.options.prel... method dir (line 2) | dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages... method createInstance (line 2) | static createInstance(){return new ae(arguments.length>0&&void 0!==arg... method cloneInstance (line 2) | cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?argume... method toJSON (line 2) | toJSON(){return{options:this.options,store:this.store,language:this.la... function se (line 2) | function se(e){var t=-1,r=e?e.length:0;for(this.clear();++t-1&&e%1==0&&e<=9007199254740991} function Le (line 2) | function Le(e){var t=typeof e;return!!e&&("object"==t||"function"==t)} function ze (line 2) | function ze(e){return!!e&&"object"==typeof e} function He (line 2) | function He(e){return"symbol"==typeof e||ze(e)&&"[object Symbol]"==B.cal... function Ve (line 2) | function Ve(e){return Fe(e)?function(e,t){var r=Ne(e)||Ie(e)?function(e,... function We (line 2) | function We(e){return e} function y (line 2) | function y(e,t){for(var r=-1,n=null==e?0:e.length;++r... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function re (line 2) | function re(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t3&&void 0!==arguments[3]?arg... method queueLoad (line 2) | queueLoad(e,t,r,n){const o={},i={},a={},s={};return e.forEach((e=>{let... method loaded (line 2) | loaded(e,t,r){const n=e.split("|"),o=n[0],i=n[1];t&&this.emit("failedL... method read (line 2) | read(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arguments[... method prepareLoading (line 2) | prepareLoading(e,t){let r=arguments.length>2&&void 0!==arguments[2]?ar... method load (line 2) | load(e,t,r){this.prepareLoading(e,t,{},r)} method reload (line 2) | reload(e,t,r){this.prepareLoading(e,t,{reload:!0},r)} method loadOne (line 2) | loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1... method saveMissing (line 2) | saveMissing(e,t,r,n,o){let i=arguments.length>5&&void 0!==arguments[5]... function ne (line 2) | function ne(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t0&&void 0!==arguments[0]?argument... method init (line 2) | init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?argu... method loadResources (line 2) | loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?argum... method reloadResources (line 2) | reloadResources(e,t,r){const n=y();return"function"==typeof e&&(r=e,e=... method use (line 2) | use(e){if(!e)throw new Error("You are passing an undefined module! Ple... method setResolvedLanguage (line 2) | setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexO... method changeLanguage (line 2) | changeLanguage(e,t){var r=this;this.isLanguageChangingTo=e;const n=y()... method getFixedT (line 2) | getFixedT(e,t,r){var n=this;const o=function(e,t){let i;if("object"!=t... method t (line 2) | t(){return this.translator&&this.translator.translate(...arguments)} method exists (line 2) | exists(){return this.translator&&this.translator.exists(...arguments)} method setDefaultNamespace (line 2) | setDefaultNamespace(e){this.options.defaultNS=e} method hasLoadedNamespace (line 2) | hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?... method loadNamespaces (line 2) | loadNamespaces(e,t){const r=y();return this.options.ns?(b(e)&&(e=[e]),... method loadLanguages (line 2) | loadLanguages(e,t){const r=y();b(e)&&(e=[e]);const n=this.options.prel... method dir (line 2) | dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages... method createInstance (line 2) | static createInstance(){return new ae(arguments.length>0&&void 0!==arg... method cloneInstance (line 2) | cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?argume... method toJSON (line 2) | toJSON(){return{options:this.options,store:this.store,language:this.la... function se (line 2) | function se(e,t){for(var r=e.length;r--;)if(ye(e[r][0],t))return r;retur... function le (line 2) | function le(e){return null==e?void 0===e?"[object Undefined]":"[object N... function ce (line 2) | function ce(e){return Oe(e)&&le(e)==r} function ue (line 2) | function ue(e,t,n,s,l){return e===t||(null==e||null==t||!Oe(e)&&!Oe(t)?e... function de (line 2) | function de(e,t,r,n,o,i){var a=1&r,s=e.length,l=t.length;if(s!=l&&!(a&&l... function fe (line 2) | function fe(e){return function(e,t,r){var n=t(e);return xe(e)?n:function... function he (line 2) | function he(e,t){var r,n,o=e.__data__;return("string"==(n=typeof(r=t))||... function pe (line 2) | function pe(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);re... function ve (line 2) | function ve(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==type... function be (line 2) | function be(e){if(null!=e){try{return j.call(e)}catch(e){}try{return e+"... function ye (line 2) | function ye(e,t){return e===t||e!=e&&t!=t} function Ce (line 2) | function Ce(e){if(!Ee(e))return!1;var t=le(e);return"[object Function]"=... function ke (line 2) | function ke(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991} function Ee (line 2) | function Ee(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)} function Oe (line 2) | function Oe(e){return null!=e&&"object"==typeof e} function Te (line 2) | function Te(e){return null!=(t=e)&&ke(t.length)&&!Ce(t)?function(e,t){va... function a (line 2) | function a(e,t){return!(!e||!e.length)&&function(e,t){if(t!=t)return fun... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){return e!=e} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){return e.has(t)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function k (line 2) | function k(e){var t=-1,r=e?e.length:0;for(this.clear();++t{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){var t=-1,r=e?e.length:0;for(this.clear();++t{if(r[n.Id... function R (line 2) | function R(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);ret... function _ (line 2) | function _(e){var t=typeof e;return!!e&&("object"==t||"function"==t)} function s (line 2) | function s(){o.call(this,64),this._a=1732584193,this._b=4023233417,this.... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){return e<>>32-t} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r,n,o,i,a){return l(e+(t&n|r&~n)+o+i|0,a)+t|0} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t,r,n,o,i,a){return l(e+(t^r^n)+o+i|0,a)+t|0} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r,n,o,i,a){return l(e+(r^(t|~n))+o+i|0,a)+t|0} function i (line 2) | function i(e){this.rand=e||new o.Rand} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function n (line 2) | function n(e,t){if(!e)throw new Error(t||"Assertion failed")} function o (line 2) | function o(e){return 1===e.length?"0"+e:e} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e){for(var t="",r=0;r... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function c (line 2) | function c(e){var t;"object"!=typeof e||l.isBuffer(e)||(t=e.passphrase,e... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function h (line 2) | function h(){return o||(o=r.process&&r.process.nextTick?r.process.nextTi... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t,r,n,o){return u.importKey("raw",e,{name:"PBKDF2"},!1,["de... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function f (line 2) | function f(e,t,r){var s=function(e){return"rmd160"===e||"ripemd160"===e?... function a (line 2) | function a(){throw new Error("setTimeout has not been defined")} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(){throw new Error("clearTimeout has not been defined")} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&s... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();ethis.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(){if(!d){var e=l(h);d=!0;for(var t=u.length;t;){for(c=u,u=[];... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e,t){this.fun=e,this.array=t} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(){} function i (line 2) | function i(e){var t=o.allocUnsafe(4);return t.writeUInt32BE(e,0),t} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function o (line 2) | function o(){throw new Error("secure random number generation not suppor... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function d (line 2) | function d(e,t){if("number"!=typeof e||e!=e)throw new TypeError("offset ... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r){if("number"!=typeof e||e!=e)throw new TypeError("size ... function h (line 2) | function h(e,r,n,o){if(t.browser){var i=e.buffer,s=new Uint8Array(i,r,n)... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function o (line 2) | function o(e,t,r){r||(r=Error);var o=function(e){var r,n;function o(r,n,... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t){if(Array.isArray(e)){var r=e.length;return e=e.map((func... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function c (line 2) | function c(e){if(!(this instanceof c))return new c(e);o.call(this,e),i.c... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(){this._writableState.ended||r.nextTick(d,this)} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){e.end()} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function o (line 2) | function o(e){if(!(this instanceof o))return new o(e);n.call(this,e)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function k (line 2) | function k(t,r,n){o=o||e("./_stream_duplex"),t=t||{},"boolean"!=typeof n... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e,t,r,n,o){i("readableAddChunk",t);var a,s=e._readableState;i... function A (line 2) | function A(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.e... function T (line 2) | function T(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e... function j (line 2) | function j(e){var t=e._readableState;i("emitReadable",t.needReadable,t.e... function P (line 2) | function P(e){var t=e._readableState;i("emitReadable_",t.destroyed,t.len... function M (line 2) | function M(e,t){t.readingMore||(t.readingMore=!0,r.nextTick(R,e,t))} method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... function R (line 2) | function R(e,t){for(;!t.reading&&!t.ended&&(t.lengtht.id===e))} method getPointersPositions (line 2) | getPointersPositions(){return this._pointerPositions} method getStage (line 2) | getStage(){return this} method getContent (line 2) | getContent(){return this.content} method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){(e=e||{}).x=e.x||0,e.y=e.y||0,e.width=e.width||this.... method getIntersection (line 2) | getIntersection(e){if(!e)return null;const t=this.children;for(let r=t... method _resizeDOM (line 2) | _resizeDOM(){const e=this.width(),t=this.height();this.content&&(this.... method add (line 2) | add(e,...t){if(arguments.length>1){for(let e=0;e{this.cont... method _pointerenter (line 2) | _pointerenter(e){this.setPointersPositions(e);const t=I(e.type);t&&thi... method _pointerover (line 2) | _pointerover(e){this.setPointersPositions(e);const t=I(e.type);t&&this... method _getTargetShape (line 2) | _getTargetShape(e){let t=this[e+"targetShape"];return t&&!t.getStage()... method _pointerleave (line 2) | _pointerleave(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPo... method _pointerdown (line 2) | _pointerdown(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoi... method _pointermove (line 2) | _pointermove(e){const t=I(e.type),r=_(e.type);if(!t)return;if(a.Konva.... method _pointerup (line 2) | _pointerup(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoint... method _contextmenu (line 2) | _contextmenu(e){this.setPointersPositions(e);const t=this.getIntersect... method _wheel (line 2) | _wheel(e){this.setPointersPositions(e);const t=this.getIntersection(th... method _pointercancel (line 2) | _pointercancel(e){this.setPointersPositions(e);const t=u.getCapturedSh... method _lostpointercapture (line 2) | _lostpointercapture(e){u.releaseCapture(e.pointerId)} method setPointersPositions (line 2) | setPointersPositions(e){const t=this._getContentPosition();let r=null,... method _setPointerPosition (line 2) | _setPointerPosition(e){n.Util.warn('Method _setPointerPosition is depr... method _getContentPosition (line 2) | _getContentPosition(){if(!this.content||!this.content.getBoundingClien... method _buildDOM (line 2) | _buildDOM(){if(this.bufferCanvas=new s.SceneCanvas({width:this.width()... method cache (line 2) | cache(){return n.Util.warn("Cache function is not allowed for stage. Y... method clearCache (line 2) | clearCache(){return this} method batchDraw (line 2) | batchDraw(){return this.getChildren().forEach((function(e){e.batchDraw... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method init (line 2) | init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{... method log (line 2) | log(){for(var e=arguments.length,t=new Array(e),r=0;r{this.observers[e]||(this.obse... method off (line 2) | off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this... method emit (line 2) | emit(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n1&&void 0!==arguments[1]?argumen... method addNamespaces (line 2) | addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)} method removeNamespaces (line 2) | removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.opti... method getResource (line 2) | getResource(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method addResource (line 2) | addResource(e,t,r,n){let o=arguments.length>4&&void 0!==arguments[4]?a... method addResources (line 2) | addResources(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?ar... method addResourceBundle (line 2) | addResourceBundle(e,t,r,n,o){let i=arguments.length>5&&void 0!==argume... method removeResourceBundle (line 2) | removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.dat... method hasResourceBundle (line 2) | hasResourceBundle(e,t){return void 0!==this.getResource(e,t)} method getResourceBundle (line 2) | getResourceBundle(e,t){return t||(t=this.options.defaultNS),"v1"===thi... method getDataByLanguage (line 2) | getDataByLanguage(e){return this.data[e]} method hasLanguageSomeTranslations (line 2) | hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);retur... method toJSON (line 2) | toJSON(){return this.data} function z (line 2) | function z(e,t){for(var r=0,n=e.length;r0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(t){i("onerror",t),m(),e.removeListener("error",f),0===a(e,"er... function h (line 2) | function h(){e.removeListener("finish",p),m()} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(){i("onfinish"),e.removeListener("close",h),m()} method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(){i("unpipe"),n.unpipe(e)} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function c (line 2) | function c(e,t){var r=this._transformState;r.transforming=!1;var n=r.wri... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e){if(!(this instanceof u))return new u(e);l.call(this,e),thi... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(){var e=this;"function"!=typeof this._flush||this._readableSt... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e.... function o (line 2) | function o(e){var t=this;this.next=null,this.entry=null,this.finish=func... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function C (line 2) | function C(){} function k (line 2) | function k(t,n,a){i=i||e("./_stream_duplex"),t=t||{},"boolean"!=typeof a... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e,t,r,n,o,i,a){t.writelen=n,t.writecb=a,t.writing=!0,t.sync=!... function A (line 2) | function A(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needD... function T (line 2) | function T(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writ... function j (line 2) | function j(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!... function P (line 2) | function P(e,t){e._final((function(r){t.pendingcb--,r&&S(e,r),t.prefinis... function M (line 2) | function M(e,t){var n=j(t);if(n&&(function(e,t){t.prefinished||t.finalCa... method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... function o (line 2) | function o(e,t,r){return(t=function(e){var t=function(e){if("object"!=ty... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function h (line 2) | function h(e,t){return{value:e,done:t}} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e){var t=e[a];if(null!==t){var r=e[f].read();null!==r&&(e[u]=... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e){r.nextTick(p,e)} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... method stream (line 2) | get stream(){return this[f]} function n (line 2) | function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){va... function o (line 2) | function o(e){for(var t=1;t2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t,r){return(t=s(t))in e?Object.defineProperty(e,t,{value:r,... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){var t=function(e){if("object"!=typeof e||null===e)return e... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function e (line 2) | function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Ca... function r (line 2) | function r(e,t){o(e,t),n(e)} function n (line 2) | function n(e){e._writableState&&!e._writableState.emitClose||e._readable... function o (line 2) | function o(e,t){e.emit("error",t)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(){} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function s (line 2) | function s(e){if(e)throw e} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(t,r,o,i){i=function(e){var t=!1;return function(){t||(t=!0,e.... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t){return e.pipe(t)} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function l (line 2) | function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){ret... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function f (line 2) | function f(){} function h (line 2) | function h(){} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(){} method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function y (line 2) | function y(e){["next","throw","return"].forEach((function(t){l(e,t,(func... function w (line 2) | function w(e,t){var o;n(this,"_invoke",{value:function(n,i){function a()... function x (line 2) | function x(e,t,r){var n="suspendedStart";return function(o,i){if("execut... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.de... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.f... function k (line 2) | function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.comp... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==type... function A (line 2) | function A(){return{value:void 0,done:!0}} function n (line 2) | function n(r,n){return a.type="throw",a.arg=e,t.next=r,n&&(t.method="nex... function h (line 2) | function h(){i.call(this,64),this._a=1732584193,this._b=4023233417,this.... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t){return e<>>32-t} method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e,t,r,n,o,i,a,s){return p(e+(t^r^n)+i+a|0,s)+o|0} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e,t,r,n,o,i,a,s){return p(e+(t&r|~t&n)+i+a|0,s)+o|0} function v (line 2) | function v(e,t,r,n,o,i,a,s){return p(e+((t|~r)^n)+i+a|0,s)+o|0} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(e,t,r,n,o,i,a,s){return p(e+(t&n|r&~n)+i+a|0,s)+o|0} function y (line 2) | function y(e,t,r,n,o,i,a,s){return p(e+(t^(r|~n))+i+a|0,s)+o|0} function i (line 2) | function i(e,t){for(var r in e)t[r]=e[r]} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t,r){return o(e,t,r)} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function O (line 2) | function O(e,t,r){switch(t){case"xml":r!==g&&e.fail(`xml prefix must be ... method constructor (line 2) | constructor(e){this.opt=null!=e?e:{},this.fragmentOpt=!!this.opt.fragmen... method closed (line 2) | get closed(){return this._closed} method _init (line 2) | _init(){var e;this.openWakaBang="",this.text="",this.name="",this.piTarg... method position (line 2) | get position(){return this.chunkPosition+this.i} method columnIndex (line 2) | get columnIndex(){return this.position-this.positionAtNewLine} method on (line 2) | on(e,t){this[j[e]]=t} method off (line 2) | off(e){this[j[e]]=void 0} method makeError (line 2) | makeError(e){var t;let r=null!==(t=this.fileName)&&void 0!==t?t:"";retur... method fail (line 2) | fail(e){const t=this.makeError(e),r=this.errorHandler;if(void 0===r)thro... method write (line 2) | write(e){if(this.closed)return this.fail("cannot write after close; assi... method close (line 2) | close(){return this.write(null)} method getCode10 (line 2) | getCode10(){const{chunk:e,i:t}=this;if(this.prevI=t,this.i=t+1,t>=e.leng... method getCode11 (line 2) | getCode11(){const{chunk:e,i:t}=this;if(this.prevI=t,this.i=t+1,t>=e.leng... method getCodeNorm (line 2) | getCodeNorm(){const e=this.getCode();return-2===e?10:e} method unget (line 2) | unget(){this.i=this.prevI,this.column--} method captureTo (line 2) | captureTo(e){let{i:t}=this;const{chunk:r}=this;for(;;){const n=this.getC... method captureToChar (line 2) | captureToChar(e){let{i:t}=this;const{chunk:r}=this;for(;;){let n=this.ge... method captureNameChars (line 2) | captureNameChars(){const{chunk:e,i:t}=this;for(;;){const r=this.getCode(... method skipSpaces (line 2) | skipSpaces(){for(;;){const e=this.getCodeNorm();if(-1===e||!a(e))return e}} method setXMLVersion (line 2) | setXMLVersion(e){this.currentXMLVersion=e,"1.0"===e?(this.isChar=s,this.... method sBegin (line 2) | sBegin(){65279===this.chunk.charCodeAt(0)&&(this.i++,this.column++),this... method sBeginWhitespace (line 2) | sBeginWhitespace(){const e=this.i,t=this.skipSpaces();switch(this.prevI!... method sDoctype (line 2) | sDoctype(){var e;const t=this.captureTo(S);switch(t){case 62:null===(e=t... method sDoctypeQuote (line 2) | sDoctypeQuote(){const e=this.q;this.captureToChar(e)&&(this.text+=String... method sDTD (line 2) | sDTD(){const e=this.captureTo(C);-1!==e&&(this.text+=String.fromCodePoin... method sDTDQuoted (line 2) | sDTDQuoted(){const e=this.q;this.captureToChar(e)&&(this.text+=String.fr... method sDTDOpenWaka (line 2) | sDTDOpenWaka(){const e=this.getCodeNorm();switch(this.text+=String.fromC... method sDTDOpenWakaBang (line 2) | sDTDOpenWakaBang(){const e=String.fromCodePoint(this.getCodeNorm()),t=th... method sDTDComment (line 2) | sDTDComment(){this.captureToChar(45)&&(this.text+="-",this.state=9)} method sDTDCommentEnding (line 2) | sDTDCommentEnding(){const e=this.getCodeNorm();this.text+=String.fromCod... method sDTDCommentEnded (line 2) | sDTDCommentEnded(){const e=this.getCodeNorm();this.text+=String.fromCode... method sDTDPI (line 2) | sDTDPI(){this.captureToChar(63)&&(this.text+="?",this.state=12)} method sDTDPIEnding (line 2) | sDTDPIEnding(){const e=this.getCodeNorm();this.text+=String.fromCodePoin... method sText (line 2) | sText(){0!==this.tags.length?this.handleTextInRoot():this.handleTextOuts... method sEntity (line 2) | sEntity(){let{i:e}=this;const{chunk:t}=this;e:for(;;)switch(this.getCode... method sOpenWaka (line 2) | sOpenWaka(){const e=this.getCode();if(l(e))this.state=34,this.unget(),th... method sOpenWakaBang (line 2) | sOpenWakaBang(){switch(this.openWakaBang+=String.fromCodePoint(this.getC... method sComment (line 2) | sComment(){this.captureToChar(45)&&(this.state=18)} method sCommentEnding (line 2) | sCommentEnding(){var e;const t=this.getCodeNorm();45===t?(this.state=19,... method sCommentEnded (line 2) | sCommentEnded(){const e=this.getCodeNorm();62!==e?(this.fail("malformed ... method sCData (line 2) | sCData(){this.captureToChar(93)&&(this.state=21)} method sCDataEnding (line 2) | sCDataEnding(){const e=this.getCodeNorm();93===e?this.state=22:(this.tex... method sCDataEnding2 (line 2) | sCDataEnding2(){var e;const t=this.getCodeNorm();switch(t){case 62:null=... method sPIFirstChar (line 2) | sPIFirstChar(){const e=this.getCodeNorm();this.nameStartCheck(e)?(this.p... method sPIRest (line 2) | sPIRest(){const{chunk:e,i:t}=this;for(;;){const r=this.getCodeNorm();if(... method sPIBody (line 2) | sPIBody(){if(0===this.text.length){const e=this.getCodeNorm();63===e?thi... method sPIEnding (line 2) | sPIEnding(){var e;const t=this.getCodeNorm();if(62===t){const{piTarget:t... method sXMLDeclNameStart (line 2) | sXMLDeclNameStart(){const e=this.skipSpaces();63!==e?-1!==e&&(this.state... method sXMLDeclName (line 2) | sXMLDeclName(){const e=this.captureTo(k);if(63===e)return this.state=33,... method sXMLDeclEq (line 2) | sXMLDeclEq(){const e=this.getCodeNorm();if(63===e)return this.state=33,v... method sXMLDeclValueStart (line 2) | sXMLDeclValueStart(){const e=this.getCodeNorm();if(63===e)return this.st... method sXMLDeclValue (line 2) | sXMLDeclValue(){const e=this.captureTo([this.q,63]);if(63===e)return thi... method sXMLDeclSeparator (line 2) | sXMLDeclSeparator(){const e=this.getCodeNorm();63!==e?(a(e)||(this.fail(... method sXMLDeclEnding (line 2) | sXMLDeclEnding(){var e;62===this.getCodeNorm()?("xml"!==this.piTarget?th... method sOpenTag (line 2) | sOpenTag(){var e;const t=this.captureNameChars();if(-1===t)return;const ... method sOpenTagSlash (line 2) | sOpenTagSlash(){62===this.getCode()?this.openSelfClosingTag():(this.fail... method sAttrib (line 2) | sAttrib(){const e=this.skipSpaces();-1!==e&&(l(e)?(this.unget(),this.sta... method sAttribName (line 2) | sAttribName(){const e=this.captureNameChars();61===e?this.state=39:a(e)?... method sAttribNameSawWhite (line 2) | sAttribNameSawWhite(){const e=this.skipSpaces();switch(e){case-1:return;... method sAttribValue (line 2) | sAttribValue(){const e=this.getCodeNorm();w(e)?(this.q=e,this.state=40):... method sAttribValueQuoted (line 2) | sAttribValueQuoted(){const{q:e,chunk:t}=this;let{i:r}=this;for(;;)switch... method sAttribValueClosed (line 2) | sAttribValueClosed(){const e=this.getCodeNorm();a(e)?this.state=36:62===... method sAttribValueUnquoted (line 2) | sAttribValueUnquoted(){const e=this.captureTo(E);switch(e){case 38:this.... method sCloseTag (line 2) | sCloseTag(){const e=this.captureNameChars();62===e?this.closeTag():a(e)?... method sCloseTagSawWhite (line 2) | sCloseTagSawWhite(){switch(this.skipSpaces()){case 62:this.closeTag();br... method handleTextInRoot (line 2) | handleTextInRoot(){let{i:e,forbiddenState:t}=this;const{chunk:r,textHand... method handleTextOutsideRoot (line 2) | handleTextOutsideRoot(){let{i:e}=this;const{chunk:t,textHandler:r}=this;... method pushAttribNS (line 2) | pushAttribNS(e,t){var r;const{prefix:n,local:o}=this.qname(e),i={name:e,... method pushAttribPlain (line 2) | pushAttribPlain(e,t){var r;const n={name:e,value:t};this.attribList.push... method end (line 2) | end(){var e,t;this.sawRoot||this.fail("document must contain a root elem... method resolve (line 2) | resolve(e){var t,r;let n=this.topNS[e];if(void 0!==n)return n;const{tags... method qname (line 2) | qname(e){const t=e.indexOf(":");if(-1===t)return{prefix:"",local:e};cons... method processAttribsNS (line 2) | processAttribsNS(){var e;const{attribList:t}=this,r=this.tag;{const{pref... method processAttribsPlain (line 2) | processAttribsPlain(){const{attribList:e}=this,t=this.tag.attributes;for... method openTag (line 2) | openTag(){var e;this.processAttribs();const{tags:t}=this,r=this.tag;r.is... method openSelfClosingTag (line 2) | openSelfClosingTag(){var e,t,r;this.processAttribs();const{tags:n}=this,... method closeTag (line 2) | closeTag(){const{tags:e,name:t}=this;if(this.state=13,this.name="",""===... method parseEntity (line 2) | parseEntity(e){if("#"!==e[0]){const t=this.ENTITIES[e];return void 0!==t... function o (line 2) | function o(e,t){this._block=n.alloc(e),this._finalSize=t,this._blockSize... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function l (line 2) | function l(){this.init(),this._w=s,o.call(this,64,56)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e>>2} method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function l (line 2) | function l(){this.init(),this._w=s,o.call(this,64,56)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e>>27} method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e){return e<<30|e>>>2} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function l (line 2) | function l(){this.init(),this._w=s,i.call(this,64,56)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r){return e&t|r&(e|t)} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)} function h (line 2) | function h(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function l (line 2) | function l(){this.init(),this._w=s,i.call(this,128,112)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r){return e&t|r&(e|t)} method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)} function h (line 2) | function h(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)} method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)} function v (line 2) | function v(e,t){return e>>>0>>0?1:0} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function t (line 2) | function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)} function o (line 2) | function o(){n.call(this)} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function o (line 2) | function o(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(){r.readable&&r.resume&&r.resume()} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function s (line 2) | function s(){a||(a=!0,e.end())} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(){r.removeListener("data",o),e.removeListener("drain",i),r.re... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){if(!(this instanceof d))return new d(e);a.call(this,e),s.c... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(){this.allowHalfOpen||this._writableState.ended||n.nextTick(h... function h (line 2) | function h(e){e.end()} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function i (line 2) | function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function b (line 2) | function b(t,r){t=t||{};var n=r instanceof(i=i||e("./_stream_duplex"));t... function y (line 2) | function y(t){if(i=i||e("./_stream_duplex"),!(this instanceof y))return ... function w (line 2) | function w(e,t,r,n,o){var i,a=e._readableState;return null===t?(a.readin... function x (line 2) | function x(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit("data",r),e... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable... function k (line 2) | function k(e){h("emit readable"),e.emit("readable"),j(e)} method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.l... function A (line 2) | function A(e){h("readable nexttick read 0"),e.read(0)} function T (line 2) | function T(e,t){t.reading||(h("resume read 0"),e.read(0)),t.resumeSchedu... function j (line 2) | function j(e){var t=e._readableState;for(h("flow",t.flowing);t.flowing&&... function P (line 2) | function P(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift(... function M (line 2) | function M(e){var t=e._readableState;if(t.length>0)throw new Error('"end... method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... function R (line 2) | function R(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=... function _ (line 2) | function _(e,t){for(var r=0,n=e.length;r{void 0!==e.dxfId&&(e.style=t.sty... function p (line 2) | function p(t){h("ondata"),f=!1,!1!==e.write(t)||f||((1===i.pipesCount&&i... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(t){h("onerror",t),b(),e.removeListener("error",m),0===s(e,"er... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(){e.removeListener("finish",v),b()} function v (line 2) | function v(){h("onfinish"),e.removeListener("close",g),b()} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(){h("unpipe"),n.unpipe(e)} function i (line 2) | function i(e,t){var r=this._transformState;r.transforming=!1;var n=r.wri... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e){if(!(this instanceof a))return new a(e);n.call(this,e),thi... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(){var e=this;"function"==typeof this._flush?this._flush((func... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e.... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function g (line 2) | function g(){} function v (line 2) | function v(t,r){s=s||e("./_stream_duplex"),t=t||{};var n=r instanceof s;... method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(t){if(s=s||e("./_stream_duplex"),!(u.call(b,this)||this insta... function y (line 2) | function y(e,t,r,n,o,i,a){t.writelen=n,t.writecb=a,t.writing=!0,t.sync=!... function w (line 2) | function w(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needD... function x (line 2) | function x(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writ... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e,t){e._final((function(r){t.pendingcb--,r&&e.emit("error",r)... function k (line 2) | function k(e,t){var r=S(t);return r&&(function(e,t){t.prefinished||t.fin... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function c (line 2) | function c(e,t){this._id=e,this._clearFn=t} method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function r (line 2) | function r(t){try{if(!e.localStorage)return!1}catch(e){return!1}var r=e.... function s (line 2) | function s(e,t){var r={seen:[],stylize:c};return arguments.length>=3&&(r... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t){var r=s.styles[t];return r?"["+s.colors[r][0]+"m"+e+"[... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(e,t,r){if(e.customInspect&&t&&C(t.inspect)&&t.inspect!==n.ins... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function d (line 2) | function d(e){return"["+Error.prototype.toString.call(e)+"]"} method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t,r,n,o,i){var a,s,l;if((l=Object.getOwnPropertyDescriptor(... function h (line 2) | function h(e){return Array.isArray(e)} method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function p (line 2) | function p(e){return"boolean"==typeof e} method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function m (line 2) | function m(e){return null===e} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e){return"number"==typeof e} function v (line 2) | function v(e){return"string"==typeof e} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(e){return void 0===e} function y (line 2) | function y(e){return w(e)&&"[object RegExp]"===k(e)} function w (line 2) | function w(e){return"object"==typeof e&&null!==e} function x (line 2) | function x(e){return w(e)&&"[object Date]"===k(e)} method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e){return w(e)&&("[object Error]"===k(e)||e instanceof Error)} method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e){return"function"==typeof e} function k (line 2) | function k(e){return Object.prototype.toString.call(e)} method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function A (line 2) | function A(e,t){return Object.prototype.hasOwnProperty.call(e,t)} function f (line 2) | function f(e){return e&&e.__esModule?e:{default:e}} function n (line 2) | function n(e){return 14+(e+64>>>9<<4)+1} function o (line 2) | function o(e,t){const r=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(r>>16... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t,r,n,i,a){return o((s=o(o(t,e),o(n,a)))<<(l=i)|s>>>32-l,r)... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t,r,n,o,a,s){return i(t&r|~t&n,e,t,o,a,s)} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t,r,n,o,a,s){return i(t&n|r&~n,e,t,o,a,s)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(e,t,r,n,o,a,s){return i(t^r^n,e,t,o,a,s)} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function n (line 2) | function n(e,t,r,n){switch(e){case 0:return t&r^~t&n;case 1:case 3:retur... function o (line 2) | function o(e,t){return e<>>32-t} method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e){return e&&e.__esModule?e:{default:e}} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){return e&&e.__esModule?e:{default:e}} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e,i,a,s){if("string"==typeof e&&(e=function(e){e=unescape(enc... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){return e&&e.__esModule?e:{default:e}} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){return e&&e.__esModule?e:{default:e}} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function i (line 2) | function i(e){return e&&e.__esModule?e:{default:e}} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function n (line 2) | function n(e){return e>=65&&e<=90||e>=97&&e<=122||58===e||95===e||8204==... function n (line 2) | function n(e){return e>=65&&e<=90||e>=97&&e<=122||58===e||95===e||8204==... function n (line 2) | function n(e){return e>=65&&e<=90||95===e||e>=97&&e<=122||e>=192&&e<=214... function y (line 2) | function y(e,t,r){const n=r.x+(e.x-r.x)*Math.cos(t)-(e.y-r.y)*Math.sin(t... class x (line 2) | class x extends l.Group{constructor(e){super(e),this._movingAnchorName=n... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function r (line 2) | function r(e){for(var r=-1,n=0;n2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} class l (line 2) | class l extends o.Shape{_sceneFunc(e){const t=this.cornerRadius(),r=this... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e){return"object"==typeof e&&null!==e&&e.$$typeof===r} function T (line 2) | function T(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function... function j (line 2) | function j(e,t,o,i,a){var s=typeof e;"undefined"!==s&&"boolean"!==s||(e=... function P (line 2) | function P(e,t,r){if(null==e)return e;var n=[],o=0;return j(e,n,"","",(f... function M (line 2) | function M(e){if(-1===e._status){var t=e._result;(t=t()).then((function(... method constructor (line 2) | constructor(e){super();const{maxRows:t,maxCols:r,ignoreNodes:n}=e||{};... method prepare (line 2) | prepare(e,t){t.merges=new s,e.hyperlinks=t.hyperlinks=[],e.comments=t.... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("worksheet",M.WOR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"workshe... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method reconcile (line 2) | reconcile(e,t){const r=(e.relationships||[]).reduce(((r,n)=>{if(r[n.Id... function N (line 2) | function N(){throw Error("act(...) is not supported in production builds... class l (line 2) | class l extends o.Shape{_sceneFunc(e){e.beginPath(),e.arc(0,0,this.inner... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function r (line 2) | function r(e,t,r){const o=n(1,r,e),i=n(1,r,t),a=o*o+i*i;return Math.sqrt... function a (line 2) | function a(){this.r=0,this.g=0,this.b=0,this.a=0,this.next=null} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class h (line 2) | class h extends o.Container{constructor(e){super(e),this.canvas=new s.Sc... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} class k (line 2) | class k{constructor(e){this._id=C++,this.eventListeners={},this.attrs={}... method constructor (line 2) | constructor(e){this._id=C++,this.eventListeners={},this.attrs={},this.... method hasChildren (line 2) | hasChildren(){return!1} method _clearCache (line 2) | _clearCache(e){e!==w&&e!==d||!this._cache.get(e)?e?this._cache.delete(... method _getCache (line 2) | _getCache(e,t){let r=this._cache.get(e);return(void 0===r||(e===w||e==... method _calculate (line 2) | _calculate(e,t,r){if(!this._attachedDepsListeners.get(e)){const r=t.ma... method _getCanvasCache (line 2) | _getCanvasCache(){return this._cache.get(h)} method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){this._clearCache(e),e===d&&this.fire("... method clearCache (line 2) | clearCache(){if(this._cache.has(h)){const{scene:e,filter:t,hit:r}=this... method cache (line 2) | cache(e){const t=e||{};let r={};void 0!==t.x&&void 0!==t.y&&void 0!==t... method isCached (line 2) | isCached(){return this._cache.has(h)} method getClientRect (line 2) | getClientRect(e){throw new Error('abstract "getClientRect" method call')} method _transformedRect (line 2) | _transformedRect(e,t){const r=[{x:e.x,y:e.y},{x:e.x+e.width,y:e.y},{x:... method _drawCachedSceneCanvas (line 2) | _drawCachedSceneCanvas(e){e.save(),e._applyOpacity(this),e._applyGloba... method _drawCachedHitCanvas (line 2) | _drawCachedHitCanvas(e){const t=this._getCanvasCache(),r=t.hit;e.save(... method _getCachedSceneCanvas (line 2) | _getCachedSceneCanvas(){let e,t,r,o,i=this.filters(),a=this._getCanvas... method on (line 2) | on(e,t){if(this._cache&&this._cache.delete(u),3===arguments.length)ret... method off (line 2) | off(e,t){let r,n,o,i,a,s,l=(e||"").split(b),c=l.length;if(this._cache&... method dispatchEvent (line 2) | dispatchEvent(e){const t={target:this,type:e.type,evt:e};return this.f... method addEventListener (line 2) | addEventListener(e,t){return this.on(e,(function(e){t.call(this,e.evt)... method removeEventListener (line 2) | removeEventListener(e){return this.off(e),this} method _delegate (line 2) | _delegate(e,t,r){const o=this;this.on(e,(function(e){const i=e.target.... method remove (line 2) | remove(){return this.isDragging()&&this.stopDrag(),s.DD._dragElements.... method _clearCaches (line 2) | _clearCaches(){this._clearSelfAndDescendantCache(d),this._clearSelfAnd... method _remove (line 2) | _remove(){this._clearCaches();const e=this.getParent();e&&e.children&&... method destroy (line 2) | destroy(){return this.remove(),this.clearCache(),this} method getAttr (line 2) | getAttr(e){const t="get"+n.Util._capitalize(e);return n.Util._isFuncti... method getAncestors (line 2) | getAncestors(){let e=this.getParent(),t=[];for(;e;)t.push(e),e=e.getPa... method getAttrs (line 2) | getAttrs(){return this.attrs||{}} method setAttrs (line 2) | setAttrs(e){return this._batchTransformChanges((()=>{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... class m (line 2) | class m extends o.Shape{_sceneFunc(e){const t=this.width(),r=this.height... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function o (line 2) | function o(){for(var e="",t=0;t2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e){if("string"==typeof e||"number"==typeof e)return e;if("obj... method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function a (line 2) | function a(e,t){return t?e?e+" "+t:e+t:e} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class s (line 2) | class s extends o.Shape{_sceneFunc(e){const t=this.radiusX(),r=this.radi... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function d (line 2) | function d(e){if(!(this instanceof d))return new d(e);this.options=o.ass... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e,t){var r=new d(t);if(r.push(e,!0),r.err)throw r.msg||s[r.er... class l (line 2) | class l extends i.Shape{constructor(e){super(e),this._loadListener=()=>{... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();et.id===e))} method getPointersPositions (line 2) | getPointersPositions(){return this._pointerPositions} method getStage (line 2) | getStage(){return this} method getContent (line 2) | getContent(){return this.content} method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){(e=e||{}).x=e.x||0,e.y=e.y||0,e.width=e.width||this.... method getIntersection (line 2) | getIntersection(e){if(!e)return null;const t=this.children;for(let r=t... method _resizeDOM (line 2) | _resizeDOM(){const e=this.width(),t=this.height();this.content&&(this.... method add (line 2) | add(e,...t){if(arguments.length>1){for(let e=0;e{this.cont... method _pointerenter (line 2) | _pointerenter(e){this.setPointersPositions(e);const t=I(e.type);t&&thi... method _pointerover (line 2) | _pointerover(e){this.setPointersPositions(e);const t=I(e.type);t&&this... method _getTargetShape (line 2) | _getTargetShape(e){let t=this[e+"targetShape"];return t&&!t.getStage()... method _pointerleave (line 2) | _pointerleave(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPo... method _pointerdown (line 2) | _pointerdown(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoi... method _pointermove (line 2) | _pointermove(e){const t=I(e.type),r=_(e.type);if(!t)return;if(a.Konva.... method _pointerup (line 2) | _pointerup(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoint... method _contextmenu (line 2) | _contextmenu(e){this.setPointersPositions(e);const t=this.getIntersect... method _wheel (line 2) | _wheel(e){this.setPointersPositions(e);const t=this.getIntersection(th... method _pointercancel (line 2) | _pointercancel(e){this.setPointersPositions(e);const t=u.getCapturedSh... method _lostpointercapture (line 2) | _lostpointercapture(e){u.releaseCapture(e.pointerId)} method setPointersPositions (line 2) | setPointersPositions(e){const t=this._getContentPosition();let r=null,... method _setPointerPosition (line 2) | _setPointerPosition(e){n.Util.warn('Method _setPointerPosition is depr... method _getContentPosition (line 2) | _getContentPosition(){if(!this.content||!this.content.getBoundingClien... method _buildDOM (line 2) | _buildDOM(){if(this.bufferCanvas=new s.SceneCanvas({width:this.width()... method cache (line 2) | cache(){return n.Util.warn("Cache function is not allowed for stage. Y... method clearCache (line 2) | clearCache(){return this} method batchDraw (line 2) | batchDraw(){return this.getChildren().forEach((function(e){e.batchDraw... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method init (line 2) | init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{... method log (line 2) | log(){for(var e=arguments.length,t=new Array(e),r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function r (line 2) | function r(e,t){var r=e.length;e.push(t);e:for(;0>>1,o=e[... function n (line 2) | function n(e){return 0===e.length?null:e[0]} function o (line 2) | function o(e){if(0===e.length)return null;var t=e[0],r=e.pop();if(r!==t)... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function i (line 2) | function i(e,t){var r=e.sortIndex-t.sortIndex;return 0!==r?r:e.id-t.id} method prepare (line 2) | prepare(){} method render (line 2) | render(){} method parseOpen (line 2) | parseOpen(e){} method parseText (line 2) | parseText(e){} method parseClose (line 2) | parseClose(e){} method reconcile (line 2) | reconcile(e,t){} method reset (line 2) | reset(){this.model=null,this.map&&Object.values(this.map).forEach((e=>... method mergeModel (line 2) | mergeModel(e){this.model=Object.assign(this.model||{},e)} method parse (line 2) | async parse(e){for await(const t of e)for(const{eventType:e,value:r}of... method parseStream (line 2) | async parseStream(e){return this.parse(n(e))} method xml (line 2) | get xml(){return this.toXml(this.model)} method toXml (line 2) | toXml(e){const t=new o;return this.render(t,e),t.xml} method toAttribute (line 2) | static toAttribute(e,t){let r=arguments.length>2&&void 0!==arguments[2... method toStringAttribute (line 2) | static toStringAttribute(e,t){let r=arguments.length>2&&void 0!==argum... method toStringValue (line 2) | static toStringValue(e,t){return void 0===e?t:e} method toBoolAttribute (line 2) | static toBoolAttribute(e,t){let r=arguments.length>2&&void 0!==argumen... method toBoolValue (line 2) | static toBoolValue(e,t){return void 0===e?t:"1"===e} method toIntAttribute (line 2) | static toIntAttribute(e,t){let r=arguments.length>2&&void 0!==argument... method toIntValue (line 2) | static toIntValue(e,t){return void 0===e?t:parseInt(e,10)} method toFloatAttribute (line 2) | static toFloatAttribute(e,t){let r=arguments.length>2&&void 0!==argume... method toFloatValue (line 2) | static toFloatValue(e,t){return void 0===e?t:parseFloat(e)} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Types",i.PROPERT... method parseOpen (line 2) | parseOpen(){return!1} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method tag (line 2) | get tag(){return"x14:id"} method render (line 2) | render(e,t){e.leafNode(this.tag,null,t)} method parseOpen (line 2) | parseOpen(){this.model=""} method parseText (line 2) | parseText(e){this.model+=e} method parseClose (line 2) | parseClose(e){return e!==this.tag} method constructor (line 2) | constructor(){super(),this.map={"x14:conditionalFormattings":this.cond... method tag (line 2) | get tag(){return"ext"} method hasContent (line 2) | hasContent(e){return this.conditionalFormattings.hasContent(e.conditio... method prepare (line 2) | prepare(e,t){this.conditionalFormattings.prepare(e.conditionalFormatti... method render (line 2) | render(e,t){e.openNode("ext",{uri:"{78C0D931-6437-407d-A8EE-F0AAD7539E... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model[e]=t.model} method constructor (line 2) | constructor(){super(),this.map={color:new o}} method tag (line 2) | get tag(){return"stop"} method render (line 2) | render(e,t){e.openNode("stop"),e.addAttribute("position",t.position),t... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e){super({writableObjectMode:e.objectMode}),this.hasWritte... method transform (line 2) | transform(e){return this.rowFormatter.rowTransform=e,this} method _transform (line 2) | _transform(e,r,n){let o=!1;try{this.hasWrittenBOM||(this.push(this.for... method _flush (line 2) | _flush(e){this.rowFormatter.finish(((r,n)=>r?e(r):(n&&n.forEach((e=>{t... method constructor (line 2) | constructor(){this._rowTransform=null,this._rowValidator=null} method createTransform (line 2) | static createTransform(e){return o.isSyncTransform(e)?(t,r)=>{let n=nu... method createValidator (line 2) | static createValidator(e){return o.isSyncValidate(e)?(t,r)=>{r(null,{r... method rowTransform (line 2) | set rowTransform(e){if(!n.default(e))throw new TypeError("The transfor... method rowValidator (line 2) | set rowValidator(e){if(!n.default(e))throw new TypeError("The validate... method transformAndValidate (line 2) | transformAndValidate(e,t){return this.callTransformer(e,((e,r)=>e?t(e)... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method callValidator (line 2) | callValidator(e,t){return this._rowValidator?this._rowValidator(e,t):t... function w (line 2) | function w(e){for(var t=n(u);null!==t;){if(null===t.callback)o(u);else{i... function x (line 2) | function x(e){if(g=!1,w(e),!m)if(null!==n(c))m=!0,_(S);else{var t=n(u);n... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,r){m=!1,g&&(g=!1,b(O),O=-1),p=!0;var i=h;try{for(w(r),f=n(c... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function j (line 2) | function j(){return!(t.unstable_now()-T0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class a (line 2) | class a extends o.Container{_validateAdd(e){const t=e.getType();"Group"!... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class l (line 2) | class l extends o.Shape{_sceneFunc(e){e.beginPath(),e.arc(0,0,this.radiu... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... function f (line 2) | function f(e){e.strokeText(this.partialText,0,0)} class h (line 2) | class h extends i.Shape{constructor(e){super(e),this.dummyCanvas=n.Util.... method constructor (line 2) | constructor(){super(),this.map={dataBar:this.databarXform=new a,extLst... method tag (line 2) | get tag(){return"cfRule"} method isPrimitive (line 2) | static isPrimitive(e){return"iconSet"!==e.type||!e.custom&&!d[e.iconSet]} method render (line 2) | render(e,t){switch(t.type){case"expression":this.renderExpression(e,t)... method renderExpression (line 2) | renderExpression(e,t){e.openNode(this.tag,{type:"expression",dxfId:t.d... method renderCellIs (line 2) | renderCellIs(e,t){e.openNode(this.tag,{type:"cellIs",dxfId:t.dxfId,pri... method renderTop10 (line 2) | renderTop10(e,t){e.leafNode(this.tag,{type:"top10",dxfId:t.dxfId,prior... method renderAboveAverage (line 2) | renderAboveAverage(e,t){e.leafNode(this.tag,{type:"aboveAverage",dxfId... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",priority:t.prio... method renderColorScale (line 2) | renderColorScale(e,t){e.openNode(this.tag,{type:"colorScale",priority:... method renderIconSet (line 2) | renderIconSet(e,t){h.isPrimitive(t)&&(e.openNode(this.tag,{type:"iconS... method renderText (line 2) | renderText(e,t){e.openNode(this.tag,{type:t.operator,dxfId:t.dxfId,pri... method renderTimePeriod (line 2) | renderTimePeriod(e,t){e.openNode(this.tag,{type:"timePeriod",dxfId:t.d... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{...f(t),dxfId:n.toIntValu... method onParserClose (line 2) | onParserClose(e,t){switch(e){case"dataBar":case"extLst":case"colorScal... method constructor (line 2) | constructor(e){super(e),this.canvas=new s.SceneCanvas,this.hitCanvas=n... method createPNGStream (line 2) | createPNGStream(){return this.canvas._canvas.createPNGStream()} method getCanvas (line 2) | getCanvas(){return this.canvas} method getNativeCanvasElement (line 2) | getNativeCanvasElement(){return this.canvas._canvas} method getHitCanvas (line 2) | getHitCanvas(){return this.hitCanvas} method getContext (line 2) | getContext(){return this.getCanvas().getContext()} method clear (line 2) | clear(e){return this.getContext().clear(e),this.getHitCanvas().getCont... method setZIndex (line 2) | setZIndex(e){super.setZIndex(e);const t=this.getStage();return t&&t.co... method moveToTop (line 2) | moveToTop(){i.Node.prototype.moveToTop.call(this);const e=this.getStag... method moveUp (line 2) | moveUp(){if(!i.Node.prototype.moveUp.call(this))return!1;const e=this.... method moveDown (line 2) | moveDown(){if(i.Node.prototype.moveDown.call(this)){const e=this.getSt... method moveToBottom (line 2) | moveToBottom(){if(i.Node.prototype.moveToBottom.call(this)){const e=th... method getLayer (line 2) | getLayer(){return this} method remove (line 2) | remove(){const e=this.getNativeCanvasElement();return i.Node.prototype... method getStage (line 2) | getStage(){return this.parent} method setSize (line 2) | setSize({width:e,height:t}){return this.canvas.setSize(e,t),this.hitCa... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){return(e=e||{}).width=e.width||this.getWidth(),e.hei... method _checkVisibility (line 2) | _checkVisibility(){const e=this.visible();this.canvas._canvas.style.di... method _setSmoothEnabled (line 2) | _setSmoothEnabled(){this.getContext()._context.imageSmoothingEnabled=t... method getWidth (line 2) | getWidth(){if(this.parent)return this.parent.width()} method setWidth (line 2) | setWidth(){n.Util.warn('Can not change width of layer. Use "stage.widt... method getHeight (line 2) | getHeight(){if(this.parent)return this.parent.height()} method setHeight (line 2) | setHeight(){n.Util.warn('Can not change height of layer. Use "stage.he... method batchDraw (line 2) | batchDraw(){return this._waitingForDraw||(this._waitingForDraw=!0,n.Ut... method getIntersection (line 2) | getIntersection(e){if(!this.isListening()||!this.isVisible())return nu... method _getIntersection (line 2) | _getIntersection(e){const t=this.hitCanvas.pixelRatio,r=this.hitCanvas... method drawScene (line 2) | drawScene(e,t){const r=this.getLayer(),n=e||r&&r.getCanvas();return th... method drawHit (line 2) | drawHit(e,t){const r=this.getLayer(),n=e||r&&r.hitCanvas;return r&&r.c... method enableHitGraph (line 2) | enableHitGraph(){return this.hitGraphEnabled(!0),this} method disableHitGraph (line 2) | disableHitGraph(){return this.hitGraphEnabled(!1),this} method setHitGraphEnabled (line 2) | setHitGraphEnabled(e){n.Util.warn("hitGraphEnabled method is deprecate... method getHitGraphEnabled (line 2) | getHitGraphEnabled(e){return n.Util.warn("hitGraphEnabled method is de... method toggleHitCanvas (line 2) | toggleHitCanvas(){if(!this.parent||!this.parent.content)return;const e... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.getNativeCanvasElement(),th... method constructor (line 2) | constructor(e){super(e),this.dummyCanvas=n.Util.createCanvasElement(),... method _getTextPathLength (line 2) | _getTextPathLength(){return a.Path.getPathLength(this.dataArray)} method _getPointAtLength (line 2) | _getPointAtLength(e){return this.attrs.data?e-1>this.pathLength?null:a... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=a.Path.parsePathData(this.attrs.da... method _sceneFunc (line 2) | _sceneFunc(e){e.setAttr("font",this._getContextFont()),e.setAttr("text... method _hitFunc (line 2) | _hitFunc(e){e.beginPath();const t=this.glyphInfo;if(t.length>=1){const... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method setText (line 2) | setText(e){return s.Text.prototype.setText.call(this,e)} method _getContextFont (line 2) | _getContextFont(){return s.Text.prototype._getContextFont.call(this)} method _getTextSize (line 2) | _getTextSize(e){const t=this.dummyCanvas.getContext("2d");t.save(),t.f... method _setTextData (line 2) | _setTextData(){const{width:e,height:t}=this._getTextSize(this.attrs.te... method getSelfRect (line 2) | getSelfRect(){if(!this.glyphInfo.length)return{x:0,y:0,width:0,height:... method destroy (line 2) | destroy(){return n.Util.releaseCanvas(this.dummyCanvas),super.destroy()} function m (line 2) | function m(e,t){return e.msg=l[t],t} method _sceneFunc (line 2) | _sceneFunc(e){const t=this.width(),r=this.height(),n=this.pointerDirec... method getSelfRect (line 2) | getSelfRect(){let e=0,t=0,r=this.pointerWidth(),n=this.pointerHeight()... function g (line 2) | function g(e){return(e<<1)-(e>4?9:0)} function v (line 2) | function v(e){for(var t=e.length;--t>=0;)e[t]=0} method constructor (line 2) | constructor(e){let r;for(super(e);r=o.Util.getRandomColor(),!r||r in t... method getContext (line 2) | getContext(){return o.Util.warn("shape.getContext() method is deprecat... method getCanvas (line 2) | getCanvas(){return o.Util.warn("shape.getCanvas() method is deprecated... method getSceneFunc (line 2) | getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc} method getHitFunc (line 2) | getHitFunc(){return this.attrs.hitFunc||this._hitFunc} method hasShadow (line 2) | hasShadow(){return this._getCache(u,this._hasShadow)} method _hasShadow (line 2) | _hasShadow(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!... method _getFillPattern (line 2) | _getFillPattern(){return this._getCache(f,this.__getFillPattern)} method __getFillPattern (line 2) | __getFillPattern(){if(this.fillPatternImage()){const e=g().createPatte... method _getLinearGradient (line 2) | _getLinearGradient(){return this._getCache(h,this.__getLinearGradient)} method __getLinearGradient (line 2) | __getLinearGradient(){const e=this.fillLinearGradientColorStops();if(e... method _getRadialGradient (line 2) | _getRadialGradient(){return this._getCache(p,this.__getRadialGradient)} method __getRadialGradient (line 2) | __getRadialGradient(){const e=this.fillRadialGradientColorStops();if(e... method getShadowRGBA (line 2) | getShadowRGBA(){return this._getCache(d,this._getShadowRGBA)} method _getShadowRGBA (line 2) | _getShadowRGBA(){if(!this.hasShadow())return;const e=o.Util.colorToRGB... method hasFill (line 2) | hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fill... method hasStroke (line 2) | hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strok... method hasHitStroke (line 2) | hasHitStroke(){const e=this.hitStrokeWidth();return"auto"===e?this.has... method intersects (line 2) | intersects(e){const t=this.getStage();if(!t)return!1;const r=t.bufferH... method destroy (line 2) | destroy(){return a.Node.prototype.destroy.call(this),delete t.shapes[t... method _useBufferCanvas (line 2) | _useBufferCanvas(e){var t;if(null!==(t=this.attrs.perfectDrawEnabled)&... method setStrokeHitEnabled (line 2) | setStrokeHitEnabled(e){o.Util.warn("strokeHitEnabled property is depre... method getStrokeHitEnabled (line 2) | getStrokeHitEnabled(){return 0!==this.hitStrokeWidth()} method getSelfRect (line 2) | getSelfRect(){const e=this.size();return{x:this._centroid?-e.width/2:0... method getClientRect (line 2) | getClientRect(e={}){let t=!1,r=this.getParent();for(;r;){if(r.isCached... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer();let o,i,a=e||n.getCanvas(),s=... method drawHit (line 2) | drawHit(e,t,r=!1){if(!this.shouldDrawHit(t,r))return this;const n=this... method drawHitFromCache (line 2) | drawHitFromCache(e=0){const t=this._getCanvasCache(),r=this._getCached... method hasPointerCapture (line 2) | hasPointerCapture(e){return c.hasPointerCapture(e,this)} method setPointerCapture (line 2) | setPointerCapture(e){c.setPointerCapture(e,this)} method releaseCapture (line 2) | releaseCapture(e){c.releaseCapture(e,this)} function b (line 2) | function b(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0... function y (line 2) | function y(e,t){i._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.... function w (line 2) | function w(e,t){e.pending_buf[e.pending++]=t} function x (line 2) | function x(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pen... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function S (line 2) | function S(e,t){var r,n,o=e.max_chain_length,i=e.strstart,a=e.prev_lengt... method constructor (line 2) | constructor(e){super(function(e){return(e=e||{}).fillLinearGradientCol... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.textArr,r=t.length;if(!this.text())return;l... method _hitFunc (line 2) | _hitFunc(e){const t=this.getWidth(),r=this.getHeight();e.beginPath(),e... method setText (line 2) | setText(e){const t=n.Util._isString(e)?e:null==e?"":e+"";return this._... method getWidth (line 2) | getWidth(){return this.attrs.width===u||void 0===this.attrs.width?this... method getHeight (line 2) | getHeight(){return this.attrs.height===u||void 0===this.attrs.height?t... method getTextWidth (line 2) | getTextWidth(){return this.textWidth} method getTextHeight (line 2) | getTextHeight(){return n.Util.warn("text.getTextHeight() method is dep... method measureSize (line 2) | measureSize(e){var t,r,n,o,i,a,s,l,c,u,d;let f,h=x(),p=this.fontSize()... method _getContextFont (line 2) | _getContextFont(){return this.fontStyle()+g+this.fontVariant()+g+(this... method _addTextLine (line 2) | _addTextLine(e){this.align()===f&&(e=e.trim());const t=this._getTextWi... method _getTextWidth (line 2) | _getTextWidth(e){const t=this.letterSpacing(),r=e.length;return x().me... method _setTextData (line 2) | _setTextData(){let e=this.text().split("\n"),t=+this.fontSize(),r=0,n=... method _shouldHandleEllipsis (line 2) | _shouldHandleEllipsis(e){const t=+this.fontSize(),r=this.lineHeight()*... method _tryToAddEllipsisToLastLine (line 2) | _tryToAddEllipsisToLastLine(){const e=this.attrs.width,t=e!==u&&void 0... method getStrokeScaleEnabled (line 2) | getStrokeScaleEnabled(){return!0} method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=-1!==this.textDecoration().indexOf("underli... function C (line 2) | function C(e){var t,r,n,i,l,c,u,f,h,p,m=e.w_size;do{if(i=e.window_size-e... function k (line 2) | function k(e,t){for(var r,n;;){if(e.lookahead{let t,r;if(!e)ret... method isListening (line 2) | isListening(){return this._getCache(p,this._isListening)} method _isListening (line 2) | _isListening(e){if(!this.listening())return!1;const t=this.getParent()... method isVisible (line 2) | isVisible(){return this._getCache(x,this._isVisible)} method _isVisible (line 2) | _isVisible(e){if(!this.visible())return!1;const t=this.getParent();ret... method shouldDrawHit (line 2) | shouldDrawHit(e,t=!1){if(e)return this._isVisible(e)&&this._isListenin... method show (line 2) | show(){return this.visible(!0),this} method hide (line 2) | hide(){return this.visible(!1),this} method getZIndex (line 2) | getZIndex(){return this.index||0} method getAbsoluteZIndex (line 2) | getAbsoluteZIndex(){let e,t,r,n,o=this.getDepth(),i=this,a=0;const s=t... method getDepth (line 2) | getDepth(){let e=0,t=this.parent;for(;t;)e++,t=t.parent;return e} method _batchTransformChanges (line 2) | _batchTransformChanges(e){this._batchingTransformChange=!0,e(),this._b... method setPosition (line 2) | setPosition(e){return this._batchTransformChanges((()=>{this.x(e.x),th... method getPosition (line 2) | getPosition(){return{x:this.x(),y:this.y()}} method getRelativePointerPosition (line 2) | getRelativePointerPosition(){const e=this.getStage();if(!e)return null... method getAbsolutePosition (line 2) | getAbsolutePosition(e){let t=!1,r=this.parent;for(;r;){if(r.isCached()... method setAbsolutePosition (line 2) | setAbsolutePosition(e){const{x:t,y:r,...n}=this._clearTransform();this... method _setTransform (line 2) | _setTransform(e){let t;for(t in e)this.attrs[t]=e[t]} method _clearTransform (line 2) | _clearTransform(){const e={x:this.x(),y:this.y(),rotation:this.rotatio... method move (line 2) | move(e){let t=e.x,r=e.y,n=this.x(),o=this.y();return void 0!==t&&(n+=t... method _eachAncestorReverse (line 2) | _eachAncestorReverse(e,t){let r,n,o=[],i=this.getParent();if(!t||t._id... method rotate (line 2) | rotate(e){return this.rotation(this.rotation()+e),this} method moveToTop (line 2) | moveToTop(){if(!this.parent)return n.Util.warn("Node has no parent. mo... method moveUp (line 2) | moveUp(){if(!this.parent)return n.Util.warn("Node has no parent. moveU... method moveDown (line 2) | moveDown(){if(!this.parent)return n.Util.warn("Node has no parent. mov... method moveToBottom (line 2) | moveToBottom(){if(!this.parent)return n.Util.warn("Node has no parent.... method setZIndex (line 2) | setZIndex(e){if(!this.parent)return n.Util.warn("Node has no parent. z... method getAbsoluteOpacity (line 2) | getAbsoluteOpacity(){return this._getCache(c,this._getAbsoluteOpacity)} method _getAbsoluteOpacity (line 2) | _getAbsoluteOpacity(){let e=this.opacity();const t=this.getParent();re... method moveTo (line 2) | moveTo(e){return this.getParent()!==e&&(this._remove(),e.add(this)),this} method toObject (line 2) | toObject(){let e,t,r,o,i,a=this.getAttrs();const s={attrs:{},className... method toJSON (line 2) | toJSON(){return JSON.stringify(this.toObject())} method getParent (line 2) | getParent(){return this.parent} method findAncestors (line 2) | findAncestors(e,t,r){const n=[];t&&this._isMatch(e)&&n.push(this);let ... method isAncestorOf (line 2) | isAncestorOf(e){return!1} method findAncestor (line 2) | findAncestor(e,t,r){return this.findAncestors(e,t,r)[0]} method _isMatch (line 2) | _isMatch(e){if(!e)return!1;if("function"==typeof e)return e(this);let ... method getLayer (line 2) | getLayer(){const e=this.getParent();return e?e.getLayer():null} method getStage (line 2) | getStage(){return this._getCache(y,this._getStage)} method _getStage (line 2) | _getStage(){const e=this.getParent();return e?e.getStage():null} method fire (line 2) | fire(e,t={},r){return t.target=t.target||this,r?this._fireAndBubble(e,... method getAbsoluteTransform (line 2) | getAbsoluteTransform(e){return e?this._getAbsoluteTransform(e):this._g... method _getAbsoluteTransform (line 2) | _getAbsoluteTransform(e){let t;if(e)return t=new n.Transform,this._eac... method getAbsoluteScale (line 2) | getAbsoluteScale(e){let t=this;for(;t;)t._isUnderCache&&(e=t),t=t.getP... method getAbsoluteRotation (line 2) | getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().r... method getTransform (line 2) | getTransform(){return this._getCache(w,this._getTransform)} method _getTransform (line 2) | _getTransform(){var e,t;const r=this._cache.get(w)||new n.Transform;r.... method clone (line 2) | clone(e){let t,r,o,i,a,s=n.Util.cloneObject(this.attrs);for(t in e)s[t... method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){e=e||{};const t=this.getClientRect(),r=this.getStage... method toCanvas (line 2) | toCanvas(e){return this._toKonvaCanvas(e)._canvas} method toDataURL (line 2) | toDataURL(e){const t=(e=e||{}).mimeType||null,r=e.quality||null,n=this... method toImage (line 2) | toImage(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.ca... method toBlob (line 2) | toBlob(e){return new Promise(((t,r)=>{try{const r=null==e?void 0:e.cal... method setSize (line 2) | setSize(e){return this.width(e.width),this.height(e.height),this} method getSize (line 2) | getSize(){return{width:this.width(),height:this.height()}} method getClassName (line 2) | getClassName(){return this.className||this.nodeType} method getType (line 2) | getType(){return this.nodeType} method getDragDistance (line 2) | getDragDistance(){return void 0!==this.attrs.dragDistance?this.attrs.d... method _off (line 2) | _off(e,t,r){let n,o,i,a=this.eventListeners[e];for(n=0;n=1){co... method _processDrawingEntry (line 2) | async _processDrawingEntry(e,t,r){const n=new w,o=await n.parseStream(... method _processDrawingRelsEntry (line 2) | async _processDrawingRelsEntry(e,t,r){const n=new m,o=await n.parseStr... method _processVmlDrawingEntry (line 2) | async _processVmlDrawingEntry(e,t,r){const n=new C,o=await n.parseStre... method _processThemeEntry (line 2) | async _processThemeEntry(e,t,r){await new Promise(((n,o)=>{const i=new... method createInputStream (line 2) | createInputStream(){throw new Error("`XLSX#createInputStream` is depre... method read (line 2) | async read(e,t){!e[Symbol.asyncIterator]&&e.pipe&&(e=e.pipe(new a));co... method load (line 2) | async load(e,t){let o;o=t&&t.base64?n.from(e.toString(),"base64"):e;co... method addMedia (line 2) | async addMedia(e,t){await Promise.all(t.media.map((async t=>{if("image... method addDrawings (line 2) | addDrawings(e,t){const r=new w,n=new m;t.worksheets.forEach((t=>{const... method addTables (line 2) | addTables(e,t){const r=new x;t.worksheets.forEach((t=>{const{tables:n}... method addContentTypes (line 2) | async addContentTypes(e,t){const r=(new g).toXml(t);e.append(r,{name:"... method addApp (line 2) | async addApp(e,t){const r=(new v).toXml(t);e.append(r,{name:"docProps/... method addCore (line 2) | async addCore(e,t){const r=new h;e.append(r.toXml(t),{name:"docProps/c... method addThemes (line 2) | async addThemes(e,t){const r=t.themes||{theme1:k};Object.keys(r).forEa... method addOfficeRels (line 2) | async addOfficeRels(e){const t=(new m).toXml([{Id:"rId1",Type:E.RelTyp... method addWorkbookRels (line 2) | async addWorkbookRels(e,t){let r=1;const n=[{Id:"rId"+r++,Type:E.RelTy... method addSharedStrings (line 2) | async addSharedStrings(e,t){t.sharedStrings&&t.sharedStrings.count&&e.... method addStyles (line 2) | async addStyles(e,t){const{xml:r}=t.styles;r&&e.append(r,{name:"xl/sty... method addWorkbook (line 2) | async addWorkbook(e,t){const r=new b;e.append(r.toXml(t),{name:"xl/wor... method addWorksheets (line 2) | async addWorksheets(e,t){const r=new y,n=new m,o=new S,i=new C;t.works... method _finalize (line 2) | _finalize(e){return new Promise(((t,r)=>{e.on("finish",(()=>{t(this)})... method prepareModel (line 2) | prepareModel(e,t){e.creator=e.creator||"ExcelJS",e.lastModifiedBy=e.la... method write (line 2) | async write(e,t){t=t||{};const{model:r}=this.workbook,n=new s.ZipWrite... method writeFile (line 2) | writeFile(e,t){const r=o.createWriteStream(e);return new Promise(((e,n... method writeBuffer (line 2) | async writeBuffer(e){const t=new l;return await this.write(t,e),t.read()} function O (line 2) | function O(e,t,r,n,o){this.good_length=e,this.max_lazy=t,this.nice_lengt... function A (line 2) | function A(){this.strm=null,this.status=0,this.pending_buf=null,this.pen... function T (line 2) | function T(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_t... function j (line 2) | function j(e){var t,r=T(e);return 0===r&&((t=e.state).window_size=2*t.w_... function P (line 2) | function P(e,t,r,n,i,a){if(!e)return c;var s=1;if(-1===t&&(t=6),n<0?(s=0... class s (line 2) | class s{constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} method constructor (line 2) | constructor(e={width:0,height:0,willReadFrequently:!1}){super(e),this.co... method constructor (line 2) | constructor(e={width:0,height:0}){super(e),this.hitCanvas=!0,this.contex... function a (line 2) | function a(e,t,r){let n=4*(r*e.width+t);const o=[];return o.push(e.data[... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t){return Math.sqrt(Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} class u (line 2) | class u{constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begi... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} class d (line 2) | class d{constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easin... method constructor (line 2) | constructor(e){const r=this,i=e.node,l=i._id,f=e.easing||t.Easings.Lin... method _addAttr (line 2) | _addAttr(e,t){const r=this.node,o=r._id;let i,a,s,c,u;const f=d.tweens... method _tweenFunc (line 2) | _tweenFunc(e){const t=this.node,r=d.attrs[t._id][this._id];let o,i,a,s... method _addListeners (line 2) | _addListeners(){this.tween.onPlay=()=>{this.anim.start()},this.tween.o... method play (line 2) | play(){return this.tween.play(),this} method reverse (line 2) | reverse(){return this.tween.reverse(),this} method reset (line 2) | reset(){return this.tween.reset(),this} method seek (line 2) | seek(e){return this.tween.seek(1e3*e),this} method pause (line 2) | pause(){return this.tween.pause(),this} method finish (line 2) | finish(){return this.tween.finish(),this} method destroy (line 2) | destroy(){const e=this.node._id,t=this._id,r=d.tweens[e];this.pause();... method BackEaseIn (line 2) | BackEaseIn(e,t,r,n){const o=1.70158;return r*(e/=n)*e*((o+1)*e-o)+t} method BackEaseOut (line 2) | BackEaseOut(e,t,r,n){const o=1.70158;return r*((e=e/n-1)*e*((o+1)*e+o)+1... method BackEaseInOut (line 2) | BackEaseInOut(e,t,r,n){let o=1.70158;return(e/=n/2)<1?r/2*(e*e*((1+(o*=1... method ElasticEaseIn (line 2) | ElasticEaseIn(e,t,r,n,o,i){let a=0;return 0===e?t:1===(e/=n)?t+r:(i||(i=... method ElasticEaseOut (line 2) | ElasticEaseOut(e,t,r,n,o,i){let a=0;return 0===e?t:1===(e/=n)?t+r:(i||(i... method ElasticEaseInOut (line 2) | ElasticEaseInOut(e,t,r,n,o,i){let a=0;return 0===e?t:2==(e/=n/2)?t+r:(i|... function a (line 2) | function a(e){return{evt:e,pointerId:e.pointerId}} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e,t){const r=o.get(e);if(!r)return;const n=r.getStage();n&&n.... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} method isTransforming (line 2) | isTransforming(){var e;return null===(e=t.Konva.Transformer)||void 0===e... method _injectGlobal (line 2) | _injectGlobal(e){t.glob.Konva=e} class s (line 2) | class s extends o.Shape{_sceneFunc(e){const t=this._getPoints();e.beginP... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} class l (line 2) | class l extends o.Shape{constructor(e){super(e),this._updated=!0,this.an... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... class s (line 2) | class s extends o.Shape{_sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs... method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function n (line 2) | function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)} class a (line 2) | class a{constructor(e){this.canvas=e,o.Konva.enableTrace&&(this.traceArr... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... method get (line 2) | get(){return this._context[e]} method set (line 2) | set(t){this._context[e]=t} method constructor (line 2) | constructor(e,{willReadFrequently:t=!1}={}){super(e),this._context=e._ca... method _fillColor (line 2) | _fillColor(e){const t=e.fill();this.setAttr("fillStyle",t),e._fillFunc(t... method _fillPattern (line 2) | _fillPattern(e){this.setAttr("fillStyle",e._getFillPattern()),e._fillFun... method _fillLinearGradient (line 2) | _fillLinearGradient(e){const t=e._getLinearGradient();t&&(this.setAttr("... method _fillRadialGradient (line 2) | _fillRadialGradient(e){const t=e._getRadialGradient();t&&(this.setAttr("... method _fill (line 2) | _fill(e){const t=e.fill(),r=e.getFillPriority();if(t&&"color"===r)return... method _strokeLinearGradient (line 2) | _strokeLinearGradient(e){const t=e.getStrokeLinearGradientStartPoint(),r... method _stroke (line 2) | _stroke(e){const t=e.dash(),r=e.getStrokeScaleEnabled();if(e.hasStroke()... method _applyShadow (line 2) | _applyShadow(e){var t,r,n;const o=null!==(t=e.getShadowRGBA())&&void 0!=... method constructor (line 2) | constructor(e){super(e),this._context=e._canvas.getContext("2d",{willRea... method _fill (line 2) | _fill(e){this.save(),this.setAttr("fillStyle",e.colorKey),e._fillFuncHit... method strokeShape (line 2) | strokeShape(e){e.hasHitStroke()&&this._stroke(e)} method _stroke (line 2) | _stroke(e){if(e.hasHitStroke()){const t=e.getStrokeScaleEnabled();if(!t)... function o (line 2) | function o(e){var t=n[e];if(void 0!==t)return t.exports;var i=n[e]={id:e... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]} method getRegExp (line 2) | getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const ... method log (line 2) | log(e){this.output("log",e)} method warn (line 2) | warn(e){this.output("warn",e)} method error (line 2) | error(e){this.output("error",e)} method output (line 2) | output(e,t){console&&console[e]&&console[e].apply(console,t)} class F (line 2) | class F{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?a... method constructor (line 2) | constructor(e){super(N(e)),this._pointerPositions=[],this._changedPoin... method _validateAdd (line 2) | _validateAdd(e){const t="Layer"===e.getType(),r="FastLayer"===e.getTyp... method _checkVisibility (line 2) | _checkVisibility(){if(!this.content)return;const e=this.visible()?"":"... method setContainer (line 2) | setContainer(e){if("string"==typeof e){if("."===e.charAt(0)){const t=e... method shouldDrawHit (line 2) | shouldDrawHit(){return!0} method clear (line 2) | clear(){const e=this.children,t=e.length;for(let r=0;rt.id===e))} method getPointersPositions (line 2) | getPointersPositions(){return this._pointerPositions} method getStage (line 2) | getStage(){return this} method getContent (line 2) | getContent(){return this.content} method _toKonvaCanvas (line 2) | _toKonvaCanvas(e){(e=e||{}).x=e.x||0,e.y=e.y||0,e.width=e.width||this.... method getIntersection (line 2) | getIntersection(e){if(!e)return null;const t=this.children;for(let r=t... method _resizeDOM (line 2) | _resizeDOM(){const e=this.width(),t=this.height();this.content&&(this.... method add (line 2) | add(e,...t){if(arguments.length>1){for(let e=0;e{this.cont... method _pointerenter (line 2) | _pointerenter(e){this.setPointersPositions(e);const t=I(e.type);t&&thi... method _pointerover (line 2) | _pointerover(e){this.setPointersPositions(e);const t=I(e.type);t&&this... method _getTargetShape (line 2) | _getTargetShape(e){let t=this[e+"targetShape"];return t&&!t.getStage()... method _pointerleave (line 2) | _pointerleave(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPo... method _pointerdown (line 2) | _pointerdown(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoi... method _pointermove (line 2) | _pointermove(e){const t=I(e.type),r=_(e.type);if(!t)return;if(a.Konva.... method _pointerup (line 2) | _pointerup(e){const t=I(e.type),r=_(e.type);if(!t)return;this.setPoint... method _contextmenu (line 2) | _contextmenu(e){this.setPointersPositions(e);const t=this.getIntersect... method _wheel (line 2) | _wheel(e){this.setPointersPositions(e);const t=this.getIntersection(th... method _pointercancel (line 2) | _pointercancel(e){this.setPointersPositions(e);const t=u.getCapturedSh... method _lostpointercapture (line 2) | _lostpointercapture(e){u.releaseCapture(e.pointerId)} method setPointersPositions (line 2) | setPointersPositions(e){const t=this._getContentPosition();let r=null,... method _setPointerPosition (line 2) | _setPointerPosition(e){n.Util.warn('Method _setPointerPosition is depr... method _getContentPosition (line 2) | _getContentPosition(){if(!this.content||!this.content.getBoundingClien... method _buildDOM (line 2) | _buildDOM(){if(this.bufferCanvas=new s.SceneCanvas({width:this.width()... method cache (line 2) | cache(){return n.Util.warn("Cache function is not allowed for stage. Y... method clearCache (line 2) | clearCache(){return this} method batchDraw (line 2) | batchDraw(){return this.getChildren().forEach((function(e){e.batchDraw... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method init (line 2) | init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{... method log (line 2) | log(){for(var e=arguments.length,t=new Array(e),r=0;r{this.observers[e]||(this.obse... method off (line 2) | off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this... method emit (line 2) | emit(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n1&&void 0!==argu... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method addNamespaces (line 2) | addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)} method removeNamespaces (line 2) | removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.opti... method getResource (line 2) | getResource(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method addResource (line 2) | addResource(e,t,r,n){let o=arguments.length>4&&void 0!==arguments[4]?a... method addResources (line 2) | addResources(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?ar... method addResourceBundle (line 2) | addResourceBundle(e,t,r,n,o){let i=arguments.length>5&&void 0!==argume... method removeResourceBundle (line 2) | removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.dat... method hasResourceBundle (line 2) | hasResourceBundle(e,t){return void 0!==this.getResource(e,t)} method getResourceBundle (line 2) | getResourceBundle(e,t){return t||(t=this.options.defaultNS),"v1"===thi... method getDataByLanguage (line 2) | getDataByLanguage(e){return this.data[e]} method hasLanguageSomeTranslations (line 2) | hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);retur... method toJSON (line 2) | toJSON(){return this.data} method addPostProcessor (line 2) | addPostProcessor(e){this.processors[e.name]=e} method handle (line 2) | handle(e,t,r,n,o){return e.forEach((e=>{this.processors[e]&&(t=this.proc... class U (line 2) | class U extends B{constructor(e){let t=arguments.length>1&&void 0!==argu... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method changeLanguage (line 2) | changeLanguage(e){e&&(this.language=e)} method exists (line 2) | exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]... method extractFromKey (line 2) | extractFromKey(e,t){let r=void 0!==t.nsSeparator?t.nsSeparator:this.op... method translate (line 2) | translate(e,t,r){if("object"!=typeof t&&this.options.overloadTranslati... method extendTranslation (line 2) | extendTranslation(e,t,r,n,o){var i=this;if(this.i18nFormat&&this.i18nF... method resolve (line 2) | resolve(e){let t,r,n,o,i,a=arguments.length>1&&void 0!==arguments[1]?a... method isValidLookup (line 2) | isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===... method getResource (line 2) | getResource(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method getUsedParamsDetails (line 2) | getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]... method hasDefaultValue (line 2) | static hasDefaultValue(e){for(const t in e)if(Object.prototype.hasOwnP... class W (line 2) | class W{constructor(e){this.options=e,this.supportedLngs=this.options.su... method constructor (line 2) | constructor(e){this.options=e,this.supportedLngs=this.options.supporte... method getScriptPartFromCode (line 2) | getScriptPartFromCode(e){if(!(e=I(e))||e.indexOf("-")<0)return null;co... method getLanguagePartFromCode (line 2) | getLanguagePartFromCode(e){if(!(e=I(e))||e.indexOf("-")<0)return e;con... method formatLanguageCode (line 2) | formatLanguageCode(e){if(b(e)&&e.indexOf("-")>-1){if("undefined"!=type... method isSupportedCode (line 2) | isSupportedCode(e){return("languageOnly"===this.options.load||this.opt... method getBestMatchFromCodes (line 2) | getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>... method getFallbackCodes (line 2) | getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t))... method toResolveHierarchy (line 2) | toResolveHierarchy(e,t){const r=this.getFallbackCodes(t||this.options.... class $ (line 2) | class ${constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?a... method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method addRule (line 2) | addRule(e,t){this.rules[e]=t} method clearCache (line 2) | clearCache(){this.pluralRulesCache={}} method getRule (line 2) | getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1... method needsPlural (line 2) | needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method getPluralFormsOfKey (line 2) | getPluralFormsOfKey(e,t){let r=arguments.length>2&&void 0!==arguments[... method getSuffixes (line 2) | getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method getSuffix (line 2) | getSuffix(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argumen... method getSuffixRetroCompatible (line 2) | getSuffixRetroCompatible(e,t){const r=e.noAbs?e.plurals(t):e.plurals(M... method shouldUseIntlApi (line 2) | shouldUseIntlApi(){return!K.includes(this.options.compatibilityJSON)} class J (line 2) | class J{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?ar... method constructor (line 2) | constructor(){let e=arguments.length>0&&void 0!==arguments[0]?argument... method init (line 2) | init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}... method reset (line 2) | reset(){this.options&&this.init(this.options)} method resetRegExp (line 2) | resetRegExp(){const e=(e,t)=>e&&e.source===t?(e.lastIndex=0,e):new Reg... method interpolate (line 2) | interpolate(e,t,r,n){let o,i,a;const s=this.options&&this.options.inte... method nest (line 2) | nest(e,t){let r,n,o,i=arguments.length>2&&void 0!==arguments[2]?argume... class te (line 2) | class te{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?a... method constructor (line 2) | constructor(){let e=arguments.length>0&&void 0!==arguments[0]?argument... method init (line 2) | init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{... method add (line 2) | add(e,t){this.formats[e.toLowerCase().trim()]=t} method addCached (line 2) | addCached(e,t){this.formats[e.toLowerCase().trim()]=ee(t)} method format (line 2) | format(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?argument... class re (line 2) | class re extends B{constructor(e,t,r){let n=arguments.length>3&&void 0!=... method constructor (line 2) | constructor(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method queueLoad (line 2) | queueLoad(e,t,r,n){const o={},i={},a={},s={};return e.forEach((e=>{let... method loaded (line 2) | loaded(e,t,r){const n=e.split("|"),o=n[0],i=n[1];t&&this.emit("failedL... method read (line 2) | read(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arguments[... method prepareLoading (line 2) | prepareLoading(e,t){let r=arguments.length>2&&void 0!==arguments[2]?ar... method load (line 2) | load(e,t,r){this.prepareLoading(e,t,{},r)} method reload (line 2) | reload(e,t,r){this.prepareLoading(e,t,{reload:!0},r)} method loadOne (line 2) | loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1... method saveMissing (line 2) | saveMissing(e,t,r,n,o){let i=arguments.length>5&&void 0!==arguments[5]... class ae (line 2) | class ae extends B{constructor(){let e=arguments.length>0&&void 0!==argu... method constructor (line 2) | constructor(){let e=arguments.length>0&&void 0!==arguments[0]?argument... method init (line 2) | init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?argu... method loadResources (line 2) | loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?argum... method reloadResources (line 2) | reloadResources(e,t,r){const n=y();return"function"==typeof e&&(r=e,e=... method use (line 2) | use(e){if(!e)throw new Error("You are passing an undefined module! Ple... method setResolvedLanguage (line 2) | setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexO... method changeLanguage (line 2) | changeLanguage(e,t){var r=this;this.isLanguageChangingTo=e;const n=y()... method getFixedT (line 2) | getFixedT(e,t,r){var n=this;const o=function(e,t){let i;if("object"!=t... method t (line 2) | t(){return this.translator&&this.translator.translate(...arguments)} method exists (line 2) | exists(){return this.translator&&this.translator.exists(...arguments)} method setDefaultNamespace (line 2) | setDefaultNamespace(e){this.options.defaultNS=e} method hasLoadedNamespace (line 2) | hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?... method loadNamespaces (line 2) | loadNamespaces(e,t){const r=y();return this.options.ns?(b(e)&&(e=[e]),... method loadLanguages (line 2) | loadLanguages(e,t){const r=y();b(e)&&(e=[e]);const n=this.options.prel... method dir (line 2) | dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages... method createInstance (line 2) | static createInstance(){return new ae(arguments.length>0&&void 0!==arg... method cloneInstance (line 2) | cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?argume... method toJSON (line 2) | toJSON(){return{options:this.options,store:this.store,language:this.la... method init (line 2) | init(e){((e={})=>{ye={...ye,...e}})(e.options.react),(e=>{be=e})(e)} class Se (line 2) | class Se{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.for... method constructor (line 2) | constructor(){this.usedNamespaces={}} method addUsedNamespaces (line 2) | addUsedNamespaces(e){e.forEach((e=>{this.usedNamespaces[e]||(this.used... method getUsedNamespaces (line 2) | getUsedNamespaces(){return Object.keys(this.usedNamespaces)} function Te (line 2) | function Te(){return Te=Object.assign?Object.assign.bind():function(e){f... function Pe (line 2) | function Pe(e){if(Array.isArray(e))return e} function Me (line 2) | function Me(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function Re (line 2) | function Re(e,t){if(e){if("string"==typeof e)return Me(e,t);var r={}.toS... function _e (line 2) | function _e(){throw new TypeError("Invalid attempt to destructure non-it... function Ie (line 2) | function Ie(e,t){return Pe(e)||function(e,t){var r=null==e?null:"undefin... function Ne (line 2) | function Ne(e){return Ne="function"==typeof Symbol&&"symbol"==typeof Sym... function Fe (line 2) | function Fe(e){var t=function(e){if("object"!=Ne(e)||!e)return e;var t=e... function De (line 2) | function De(e,t,r){return(t=Fe(t))in e?Object.defineProperty(e,t,{value:... function Be (line 2) | function Be(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)... function Ue (line 2) | function Ue(e,t){const r=e.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"... function We (line 2) | function We(e,t){const r=t||255;return e>r?r:e<0?0:e} class Ge (line 2) | class Ge{constructor(e){function t(t){return t[0]in e&&t[1]in e&&t[2]in ... method constructor (line 2) | constructor(e){function t(t){return t[0]in e&&t[1]in e&&t[2]in e}if(De... method setR (line 2) | setR(e){return this._sc("r",e)} method setG (line 2) | setG(e){return this._sc("g",e)} method setB (line 2) | setB(e){return this._sc("b",e)} method setA (line 2) | setA(e){return this._sc("a",e,1)} method setHue (line 2) | setHue(e){const t=this.toHsv();return t.h=e,this._c(t)} method getLuminance (line 2) | getLuminance(){function e(e){const t=e/255;return t<=.03928?t/12.92:Ma... method getHue (line 2) | getHue(){if(void 0===this._h){const e=this.getMax()-this.getMin();this... method getSaturation (line 2) | getSaturation(){if(void 0===this._s){const e=this.getMax()-this.getMin... method getLightness (line 2) | getLightness(){return void 0===this._l&&(this._l=(this.getMax()+this.g... method getValue (line 2) | getValue(){return void 0===this._v&&(this._v=this.getMax()/255),this._v} method getBrightness (line 2) | getBrightness(){return void 0===this._brightness&&(this._brightness=(2... method darken (line 2) | darken(e=10){const t=this.getHue(),r=this.getSaturation();let n=this.g... method lighten (line 2) | lighten(e=10){const t=this.getHue(),r=this.getSaturation();let n=this.... method mix (line 2) | mix(e,t=50){const r=this._c(e),n=t/100,o=e=>(r[e]-this[e])*n+this[e],i... method tint (line 2) | tint(e=10){return this.mix({r:255,g:255,b:255,a:1},e)} method shade (line 2) | shade(e=10){return this.mix({r:0,g:0,b:0,a:1},e)} method onBackground (line 2) | onBackground(e){const t=this._c(e),r=this.a+t.a*(1-this.a),n=e=>He((th... method isDark (line 2) | isDark(){return this.getBrightness()<128} method isLight (line 2) | isLight(){return this.getBrightness()>=128} method equals (line 2) | equals(e){return this.r===e.r&&this.g===e.g&&this.b===e.b&&this.a===e.a} method clone (line 2) | clone(){return this._c(this)} method toHexString (line 2) | toHexString(){let e="#";const t=(this.r||0).toString(16);e+=2===t.leng... method toHsl (line 2) | toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightn... method toHslString (line 2) | toHslString(){const e=this.getHue(),t=He(100*this.getSaturation()),r=H... method toHsv (line 2) | toHsv(){return{h:this.getHue(),s:this.getSaturation(),v:this.getValue(... method toRgb (line 2) | toRgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}} method toRgbString (line 2) | toRgbString(){return 1!==this.a?`rgba(${this.r},${this.g},${this.b},${... method toString (line 2) | toString(){return this.toRgbString()} method _sc (line 2) | _sc(e,t,r){const n=this.clone();return n[e]=We(t,r),n} method _c (line 2) | _c(e){return new this.constructor(e)} method getMax (line 2) | getMax(){return void 0===this._max&&(this._max=Math.max(this.r,this.g,... method getMin (line 2) | getMin(){return void 0===this._min&&(this._min=Math.min(this.r,this.g,... method fromHexString (line 2) | fromHexString(e){const t=e.replace("#","");function r(e,r){return pars... method fromHsl (line 2) | fromHsl({h:e,s:t,l:r,a:n}){if(this._h=e%360,this._s=t,this._l=r,this.a... method fromHsv (line 2) | fromHsv({h:e,s:t,v:r,a:n}){this._h=e%360,this._s=t,this._v=r,this.a="n... method fromHsvString (line 2) | fromHsvString(e){const t=Ue(e,Ve);this.fromHsv({h:t[0],s:t[1],v:t[2],a... method fromHslString (line 2) | fromHslString(e){const t=Ue(e,Ve);this.fromHsl({h:t[0],s:t[1],l:t[2],a... method fromRgbString (line 2) | fromRgbString(e){const t=Ue(e,((e,t)=>t.includes("%")?He(e/100*255):e)... function Ke (line 2) | function Ke(e,t,r){var n;return(n=Math.round(e.h)>=60&&Math.round(e.h)<=... function Xe (line 2) | function Xe(e,t,r){return 0===e.h&&0===e.s?e.s:((n=r?e.s-.16*t:4===t?e.s... function Ye (line 2) | function Ye(e,t,r){var n;return n=r?e.v+.05*t:e.v-.15*t,n=Math.max(0,Mat... function $e (line 2) | function $e(e){for(var t=arguments.length>1&&void 0!==arguments[1]?argum... function Ot (line 2) | function Ot(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function At (line 2) | function At(e){for(var t=1;t0&&void 0!==arguments[0]?arguments... function It (line 2) | function It(e){return e.attachTo?e.attachTo:document.querySelector("head... function Nt (line 2) | function Nt(e){return Array.from((Rt.get(e)||e).children).filter((functi... function Ft (line 2) | function Ft(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments... function Dt (line 2) | function Dt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments... function Bt (line 2) | function Bt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments... function Lt (line 2) | function Lt(e,t){var r=arguments.length>2&&void 0!==arguments[2]?argumen... function zt (line 2) | function zt(e){var t;return null==e||null===(t=e.getRootNode)||void 0===... function Ht (line 2) | function Ht(e){return function(e){return zt(e)instanceof ShadowRoot}(e)?... function Wt (line 2) | function Wt(e,t){} function Gt (line 2) | function Gt(e,t){} function qt (line 2) | function qt(e,t,r){t||Ut[r]||(e(!1,r),Ut[r]=!0)} function Kt (line 2) | function Kt(e,t){qt(Wt,e,t)} function Yt (line 2) | function Yt(e,t){Xt(e,"[@ant-design/icons] ".concat(t))} function $t (line 2) | function $t(e){return"object"===Ne(e)&&"string"==typeof e.name&&"string"... function Zt (line 2) | function Zt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[... function Qt (line 2) | function Qt(e,t,r){return r?m.createElement(e.tag,At(At({key:t},Zt(e.att... function Jt (line 2) | function Jt(e){return $e(e)[0]} function er (line 2) | function er(e){return e?Array.isArray(e)?e:[e]:[]} function sr (line 2) | function sr(e){var t=Ie(er(e),2),r=t[0],n=t[1];return ar.setTwoToneColor... function xr (line 2) | function xr(e,t){return"function"==typeof e?e(t):e} function Sr (line 2) | function Sr(e){return e.split("-")[0]} function Cr (line 2) | function Cr(e){return e.split("-")[1]} function kr (line 2) | function kr(e){return"y"===e?"height":"width"} function Er (line 2) | function Er(e){return["top","bottom"].includes(Sr(e))?"y":"x"} function Or (line 2) | function Or(e){return"x"===Er(e)?"y":"x"} function Ar (line 2) | function Ar(e){return e.replace(/start|end/g,(e=>wr[e]))} function Tr (line 2) | function Tr(e){return e.replace(/left|right|bottom|top/g,(e=>yr[e]))} function jr (line 2) | function jr(e){const{x:t,y:r,width:n,height:o}=e;return{width:n,height:o... function Pr (line 2) | function Pr(e,t,r){let{reference:n,floating:o}=e;const i=Er(t),a=Or(t),s... function Mr (line 2) | function Mr(){return"undefined"!=typeof window} function Rr (line 2) | function Rr(e){return Nr(e)?(e.nodeName||"").toLowerCase():"#document"} function _r (line 2) | function _r(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.... function Ir (line 2) | function Ir(e){var t;return null==(t=(Nr(e)?e.ownerDocument:e.document)|... function Nr (line 2) | function Nr(e){return!!Mr()&&(e instanceof Node||e instanceof _r(e).Node)} function Fr (line 2) | function Fr(e){return!!Mr()&&(e instanceof Element||e instanceof _r(e).E... function Dr (line 2) | function Dr(e){return!!Mr()&&(e instanceof HTMLElement||e instanceof _r(... function Br (line 2) | function Br(e){return!(!Mr()||"undefined"==typeof ShadowRoot)&&(e instan... function Lr (line 2) | function Lr(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=Gr(e)... function zr (line 2) | function zr(e){return["table","td","th"].includes(Rr(e))} function Hr (line 2) | function Hr(e){return[":popover-open",":modal"].some((t=>{try{return e.m... function Ur (line 2) | function Ur(e){const t=Vr(),r=Fr(e)?Gr(e):e;return["transform","translat... function Vr (line 2) | function Vr(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.suppo... function Wr (line 2) | function Wr(e){return["html","body","#document"].includes(Rr(e))} function Gr (line 2) | function Gr(e){return _r(e).getComputedStyle(e)} function qr (line 2) | function qr(e){return Fr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollT... function Kr (line 2) | function Kr(e){if("html"===Rr(e))return e;const t=e.assignedSlot||e.pare... function Xr (line 2) | function Xr(e){const t=Kr(e);return Wr(t)?e.ownerDocument?e.ownerDocumen... function Yr (line 2) | function Yr(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);const o=X... function $r (line 2) | function $r(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameE... function Zr (line 2) | function Zr(e){const t=Gr(e);let r=parseFloat(t.width)||0,n=parseFloat(t... function Qr (line 2) | function Qr(e){return Fr(e)?e:e.contextElement} function Jr (line 2) | function Jr(e){const t=Qr(e);if(!Dr(t))return br(1);const r=t.getBoundin... function tn (line 2) | function tn(e){const t=_r(e);return Vr()&&t.visualViewport?{x:t.visualVi... function rn (line 2) | function rn(e,t,r,n){void 0===t&&(t=!1),void 0===r&&(r=!1);const o=e.get... function nn (line 2) | function nn(e,t){const r=qr(e).scrollLeft;return t?t.left+r:rn(Ir(e)).le... function on (line 2) | function on(e,t,r){void 0===r&&(r=!1);const n=e.getBoundingClientRect();... function an (line 2) | function an(e,t,r){let n;if("viewport"===t)n=function(e,t){const r=_r(e)... function sn (line 2) | function sn(e,t){const r=Kr(e);return!(r===t||!Fr(r)||Wr(r))&&("fixed"==... function ln (line 2) | function ln(e,t,r){const n=Dr(t),o=Ir(t),i="fixed"===r,a=rn(e,!0,i,t);le... function cn (line 2) | function cn(e){return"static"===Gr(e).position} function un (line 2) | function un(e,t){if(!Dr(e)||"fixed"===Gr(e).position)return null;if(t)re... function dn (line 2) | function dn(e,t){const r=_r(e);if(Hr(e))return r;if(!Dr(e)){let t=Kr(e);... method fn (line 2) | async fn(t){var r,n;const{placement:o,middlewareData:i,rects:a,initialPl... function gn (line 2) | function gn(e,t,r){var n=m.useRef({});return"value"in n.current&&!r(n.cu... function wn (line 2) | function wn(e){return e&&"object"===Ne(e)&&(e.$$typeof===vn||e.$$typeof=... function On (line 2) | function On(e){return(0,m.isValidElement)(e)&&!wn(e)} function Rn (line 2) | function Rn(e){return Rn="function"==typeof Symbol&&"symbol"==typeof Sym... function _n (line 2) | function _n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function In (line 2) | function In(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function Uo (line 2) | function Uo(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||... function Vo (line 2) | function Vo(e){return function(e){if(Array.isArray(e))return Me(e)}(e)||... function Zo (line 2) | function Zo(e){const t=m.useContext(Xo),{getPrefixCls:r,direction:n,getP... function ei (line 2) | function ei(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a... function ti (line 2) | function ti(e,t){for(var r=0;r4&&void 0!==arguments[4]&&a... function Ii (line 2) | function Ii(e,t,r,n,o){var i=m.useContext(ui).cache,a=ni([e].concat(Vo(t... function Bi (line 2) | function Bi(e,t){var r=arguments.length>2&&void 0!==arguments[2]?argumen... function Gi (line 2) | function Gi(e){return e.trim()} function qi (line 2) | function qi(e,t,r){return e.replace(t,r)} function Ki (line 2) | function Ki(e,t,r){return e.indexOf(t,r)} function Xi (line 2) | function Xi(e,t){return 0|e.charCodeAt(t)} function Yi (line 2) | function Yi(e,t,r){return e.slice(t,r)} function $i (line 2) | function $i(e){return e.length} function Zi (line 2) | function Zi(e,t){return t.push(e),e} function Qi (line 2) | function Qi(e,t){for(var r="",n=0;n0?Xi(ia,--na):0,ta--,10===oa&&(ta=1,ea--),oa} function la (line 2) | function la(){return oa=na2||fa(oa)>3?"":" "} function ma (line 2) | function ma(e,t){for(;--t&&la()&&!(oa<48||oa>102||oa>57&&oa<65||oa>70&&o... function ga (line 2) | function ga(e){for(;la();)switch(oa){case e:return na;case 34:case 39:34... function va (line 2) | function va(e,t){for(;la()&&e+oa!==57&&(e+oa!==84||47!==ca()););return"/... function ba (line 2) | function ba(e){for(;!fa(ca());)la();return da(e,na)} function ya (line 2) | function ya(e){return function(e){return ia="",e}(wa("",null,null,null,[... function wa (line 2) | function wa(e,t,r,n,o,i,a,s,l){for(var c=0,u=0,d=a,f=0,h=0,p=0,m=1,g=1,v... function xa (line 2) | function xa(e,t,r,n,o,i,a,s,l,c,u,d){for(var f=o-1,h=0===o?i:[""],p=func... function Sa (line 2) | function Sa(e,t,r,n){return aa(e,t,r,zi,Wi(oa),Yi(e,2,-2),0,n)} function Ca (line 2) | function Ca(e,t,r,n,o){return aa(e,t,r,Ui,Yi(e,0,n),Yi(e,n+1,-1),n,o)} function ja (line 2) | function ja(e){return Qi(ya(e),Ji).replace(/\{%%%\:[^;];}/g,";")} function p (line 2) | function p(t){var n=t.getName(s);if(!h[n]){var o=Ie(e(t.style,r,{root:!1... method constructor (line 2) | constructor(){super(),this.map={fileVersion:p.STATIC_XFORMS.fileVersio... method prepare (line 2) | prepare(e){e.sheets=e.worksheets;const t=[];let r=0;e.sheets.forEach((... method render (line 2) | render(e,t){e.openXml(i.StdDocAttributes),e.openNode("workbook",p.WORK... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):("workbo... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e){const t=(e.workbookRels||[]).reduce(((e,t)=>(e[t.Id]=t,e)... method constructor (line 2) | constructor(e){super(),this.map={numFmts:new s({tag:"numFmts",count:!0... method initIndex (line 2) | initIndex(){this.index={style:{},numFmt:{},numFmtNextId:164,font:{},bo... method init (line 2) | init(){this.model={styles:[],numFmts:[],fonts:[],borders:[],fills:[],d... method render (line 2) | render(e,t){t=t||this.model,e.openXml(o.StdDocAttributes),e.openNode("... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"styleSh... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method addStyleModel (line 2) | addStyleModel(e,t){if(!e)return 0;if(this.model.fonts.length||this._ad... method getStyleModel (line 2) | getStyleModel(e){const t=this.model.styles[e];if(!t)return null;let r=... method addDxfStyle (line 2) | addDxfStyle(e){return e.numFmt&&(e.numFmtId=this._addNumFmtStr(e.numFm... method getDxfStyle (line 2) | getDxfStyle(e){return this.model.dxfs[e]} method _addStyle (line 2) | _addStyle(e){const t=this.map.style.toXml(e);let r=this.index.style[t]... method _addNumFmtStr (line 2) | _addNumFmtStr(e){let t=d.getDefaultFmtId(e);if(void 0!==t)return t;if(... method _addFont (line 2) | _addFont(e){const t=this.map.font.toXml(e);let r=this.index.font[t];re... method _addBorder (line 2) | _addBorder(e){const t=this.map.border.toXml(e);let r=this.index.border... method _addFill (line 2) | _addFill(e){const t=this.map.fill.toXml(e);let r=this.index.fill[t];re... method constructor (line 2) | constructor(e){super(e),this.on("add.konva",(function(e){this._addList... method getText (line 2) | getText(){return this.find("Text")[0]} method getTag (line 2) | getTag(){return this.find("Tag")[0]} method _addListeners (line 2) | _addListeners(e){let t,r=this;const n=function(){r._sync()};for(t=0;t<... method getWidth (line 2) | getWidth(){return this.getText().width()} method getHeight (line 2) | getHeight(){return this.getText().height()} method _sync (line 2) | _sync(){let e,t,r,n,o,i,a,s=this.getText(),l=this.getTag();if(s&&l){sw... function x (line 2) | function x(e,t){var r=e.replace(/[A-Z]/g,(function(e){return"-".concat(e... method constructor (line 2) | constructor(e){super(e),this._movingAnchorName=null,this._transforming... method attachTo (line 2) | attachTo(e){return this.setNode(e),this} method setNode (line 2) | setNode(e){return n.Util.warn("tr.setNode(shape), tr.node(shape) and t... method getNode (line 2) | getNode(){return this._nodes&&this._nodes[0]} method _getEventNamespace (line 2) | _getEventNamespace(){return f+this._id} method setNodes (line 2) | setNodes(e=[]){this._nodes&&this._nodes.length&&this.detach();const t=... method _proxyDrag (line 2) | _proxyDrag(e){let t;e.on(`dragstart.${this._getEventNamespace()}`,(r=>... method getNodes (line 2) | getNodes(){return this._nodes||[]} method getActiveAnchor (line 2) | getActiveAnchor(){return this._movingAnchorName} method detach (line 2) | detach(){this._nodes&&this._nodes.forEach((e=>{e.off("."+this._getEven... method _resetTransformCache (line 2) | _resetTransformCache(){this._clearCache(p),this._clearCache("transform... method _getNodeRect (line 2) | _getNodeRect(){return this._getCache(p,this.__getNodeRect)} method __getNodeShape (line 2) | __getNodeShape(e,t=this.rotation(),r){const n=e.getClientRect({skipTra... method __getNodeRect (line 2) | __getNodeRect(){if(!this.getNode())return{x:-1e8,y:-1e8,width:0,height... method getX (line 2) | getX(){return this._getNodeRect().x} method getY (line 2) | getY(){return this._getNodeRect().y} method getWidth (line 2) | getWidth(){return this._getNodeRect().width} method getHeight (line 2) | getHeight(){return this._getNodeRect().height} method _createElements (line 2) | _createElements(){this._createBack(),b.forEach((e=>{this._createAnchor... method _createAnchor (line 2) | _createAnchor(e){const t=new s.Rect({stroke:"rgb(0, 161, 255)",fill:"w... method _createBack (line 2) | _createBack(){const e=new a.Shape({name:"back",width:0,height:0,dragga... method _handleMouseDown (line 2) | _handleMouseDown(e){if(this._transforming)return;this._movingAnchorNam... method _handleMouseMove (line 2) | _handleMouseMove(e){let t,r,n;const o=this.findOne("."+this._movingAnc... method _handleMouseUp (line 2) | _handleMouseUp(e){this._removeEvents(e)} method getAbsoluteTransform (line 2) | getAbsoluteTransform(){return this.getTransform()} method _removeEvents (line 2) | _removeEvents(e){var t;if(this._transforming){this._transforming=!1,"u... method _fitNodesInto (line 2) | _fitNodesInto(e,t){const r=this._getNodeRect();if(n.Util._inRange(e.wi... method forceUpdate (line 2) | forceUpdate(){this._resetTransformCache(),this.update()} method _batchChangeChild (line 2) | _batchChangeChild(e,t){this.findOne(e).setAttrs(t)} method update (line 2) | update(){var e;const t=this._getNodeRect();this.rotation(n.Util._getRo... method isTransforming (line 2) | isTransforming(){return this._transforming} method stopTransform (line 2) | stopTransform(){if(this._transforming){this._removeEvents();const e=th... method destroy (line 2) | destroy(){return this.getStage()&&this._cursorChange&&this.getStage().... method toObject (line 2) | toObject(){return i.Node.prototype.toObject.call(this)} method clone (line 2) | clone(e){return i.Node.prototype.clone.call(this,e)} method getClientRect (line 2) | getClientRect(){return this.nodes().length>0?super.getClientRect():{x:... function Ma (line 2) | function Ma(e,t){return Qo("".concat(e.join("%")).concat(t))} function Ra (line 2) | function Ra(){return null} function Ia (line 2) | function Ia(e,t){var r=e.token,n=e.path,o=e.hashId,i=e.layer,a=e.nonce,s... function e (line 2) | function e(t,r){ei(this,e),De(this,"name",void 0),De(this,"style",void 0... function La (line 2) | function La(e){return e.notSplit=!0,e} function za (line 2) | function za(e){return Pe(e)||Uo(e)||Re(e)||_e()} function Ha (line 2) | function Ha(e,t){for(var r=e,n=0;n3&&void 0!==arguments[3]&&argu... function Wa (line 2) | function Wa(e){return Array.isArray(e)?[]:{}} function qa (line 2) | function qa(){for(var e=arguments.length,t=new Array(e),r=0;r0&&void 0!==arguments[0]?arguments... function n (line 2) | function n(){var e;ei(this,n);for(var t=arguments.length,o=new Array(t),... function Wl (line 2) | function Wl(e){return e>=0&&e<=255} function ql (line 2) | function ql(e){const{override:t}=e,r=function(e,t){var r={};for(var n in... function Ql (line 2) | function Ql(){const{token:e,hashed:t,theme:r,override:n,cssVar:o}=m.useC... function Jl (line 2) | function Jl(e){const{children:t}=e,[,r]=Ql(),{motion:n}=r,o=m.useRef(!1)... function fc (line 2) | function fc(){return lc||Go} function hc (line 2) | function hc(){return cc||qo} function bc (line 2) | function bc(){bc=function(){return t};var e,t={},r=Object.prototype,n=r.... function yc (line 2) | function yc(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function wc (line 2) | function wc(e){return function(){var t=this,r=arguments;return new Promi... function Oc (line 2) | function Oc(e){var t=Sc.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIR... function Tc (line 2) | function Tc(e){return jc.apply(this,arguments)} function jc (line 2) | function jc(){return(jc=wc(bc().mark((function e(t){return bc().wrap((fu... function Pc (line 2) | function Pc(e){Ec(e)} function Mc (line 2) | function Mc(){return(Mc=wc(bc().mark((function e(t){return bc().wrap((fu... function _c (line 2) | function _c(e){return e&&(Rc=e),Rc} function Qc (line 2) | function Qc(e,t){return 0===e.indexOf(t)} function Jc (line 2) | function Jc(e){var t,r=arguments.length>1&&void 0!==arguments[1]&&argume... function wu (line 2) | function wu(e){return"number"==typeof e?"".concat(e).concat(bu):e} function r (line 2) | function r(e,n){var o;ei(this,r),De(Hs(o=t.call(this)),"result",""),De(H... function r (line 2) | function r(e){var n;return ei(this,r),De(Hs(n=t.call(this)),"result",0),... function Au (line 2) | function Au(){for(var e=arguments.length,t=new Array(e),r=0;r3&&void 0!==arguments[3]?argume... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function Wu (line 2) | function Wu(e){let t;const r=new Promise((r=>{t=e((()=>{r(!0)}))})),n=()... function $u (line 2) | function $u(e){const t=m.useRef(null),r=(Ya(),m.useMemo((()=>{const e=e=... function td (line 2) | function td(){const{getContainer:e,duration:t,rtl:r,maxCount:n,top:o}=ed... function od (line 2) | function od(){if(!Zu){const e=document.createDocumentFragment(),t={fragm... function sd (line 2) | function sd(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments... function fd (line 2) | function fd(e){return null==e?[]:Array.isArray(e)?e:[e]} function hd (line 2) | function hd(){return{default:"Validation error on field %s",required:"%s... function md (line 2) | function md(e){var t="function"==typeof Map?new Map:void 0;return md=fun... function vd (line 2) | function vd(e){if(!e||!e.length)return null;var t={};return e.forEach((f... function bd (line 2) | function bd(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function c (line 2) | function c(e,t){return At(At({},t),{},{fullField:"".concat(a.fullField,"... method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function u (line 2) | function u(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0... method constructor (line 2) | constructor(e){this.size=e,this.buffer=n.alloc(e),this.iRead=0,this.iW... method toBuffer (line 2) | toBuffer(){if(0===this.iRead&&this.iWrite===this.size)return this.buff... method length (line 2) | get length(){return this.iWrite-this.iRead} method eod (line 2) | get eod(){return this.iRead===this.iWrite} method full (line 2) | get full(){return this.iWrite===this.size} method read (line 2) | read(e){let t;return 0===e?null:void 0===e||e>=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function o (line 2) | function o(e){var r;Array.isArray(e)?t=(r=t).concat.apply(r,Vo(e)):t.pus... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function Ud (line 2) | function Ud(e,t){return e.replace(/\\?\$\{\w+\}/g,(function(e){if(e.star... function Wd (line 2) | function Wd(e,t,r,n,o){return Gd.apply(this,arguments)} function Gd (line 2) | function Gd(){return Gd=wc(bc().mark((function e(t,r,n,o,i){var a,s,l,c,... function qd (line 2) | function qd(e,t,r,n,o,i){var a,s=e.join("."),l=r.map((function(e,t){var ... function Kd (line 2) | function Kd(){return(Kd=wc(bc().mark((function e(t){return bc().wrap((fu... function Xd (line 2) | function Xd(){return(Xd=wc(bc().mark((function e(t){var r;return bc().wr... function Yd (line 2) | function Yd(e){return fd(e)} function $d (line 2) | function $d(e,t){var r={};return t.forEach((function(t){var n=Ha(e,t);r=... function Zd (line 2) | function Zd(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&argume... function Qd (line 2) | function Qd(e,t){return!(!e||!t)&&!(!(arguments.length>2&&void 0!==argum... function Jd (line 2) | function Jd(e){var t=arguments.length<=1?void 0:arguments[1];return t&&t... function ef (line 2) | function ef(e,t,r){var n=e.length;if(t<0||t>=n||r<0||r>=n)return e;var o... function nf (line 2) | function nf(e,t,r,n,o,i){return"function"==typeof e?e(t,r,"source"in i?{... function r (line 2) | function r(e){var n;return ei(this,r),De(Hs(n=t.call(this,e)),"state",{r... function cf (line 2) | function cf(e){return e.map((function(e){return"".concat(Ne(e),":").conc... function e (line 2) | function e(){ei(this,e),De(this,"kvs",new Map)} function wf (line 2) | function wf(e){try{return JSON.stringify(e)}catch(e){return Math.random()}} function kf (line 2) | function kf(e,t){var r=Object.assign({},e);return Array.isArray(t)&&t.fo... function Vf (line 2) | function Vf(e){return t=>m.createElement(vc,{theme:{token:{motion:!1,zIn... function Gf (line 2) | function Gf(e,t,r){return ze()({[`${e}-status-success`]:"success"===t,[`... function eh (line 2) | function eh(e){return e&&m.isValidElement(e)&&e.type===m.Fragment} function th (line 2) | function th(e,t){return((e,t,r)=>m.isValidElement(e)?m.cloneElement(e,"f... function rh (line 2) | function rh(e){var t=e.children,r=e.prefixCls,n=e.id,o=e.overlayInnerSty... function sh (line 2) | function sh(e){var t=!!e,r=Ie(m.useState((function(){return ah+=1,"".con... function l (line 2) | function l(){t.parentElement||document.body.appendChild(t),r.current=!0} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{void 0!==e.dxfId&&(e.style=t.sty... function e (line 2) | function e(e,t){var r=-1;return e.some((function(e,n){return e[0]===t&&(... function t (line 2) | function t(){this.__entries__=[]} function e (line 2) | function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutati... function Ch (line 2) | function Ch(e){return parseFloat(e)||0} function kh (line 2) | function kh(e){for(var t=[],r=1;r0&&void 0!==arguments[0]?arguments[... function op (line 2) | function op(e,t,r,n){return t||(r?{motionName:"".concat(e,"-").concat(r)... function ip (line 2) | function ip(e){return e.ownerDocument.defaultView} function ap (line 2) | function ap(e){for(var t=[],r=null==e?void 0:e.parentElement,n=["hidden"... function sp (line 2) | function sp(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments... function lp (line 2) | function lp(e){return sp(parseFloat(e),0)} function cp (line 2) | function cp(e,t){var r=At({},e);return(t||[]).forEach((function(e){if(!(... function up (line 2) | function up(e){var t="".concat(arguments.length>1&&void 0!==arguments[1]... function dp (line 2) | function dp(e,t){var r=Ie(t||[],2),n=r[0],o=r[1];return[up(e.width,n),up... function fp (line 2) | function fp(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[... function hp (line 2) | function hp(e,t){var r,n=t[0],o=t[1];return r="t"===n?e.y:"b"===n?e.y+e.... function pp (line 2) | function pp(e,t){var r={t:"b",b:"t",l:"r",r:"l"};return e.map((function(... function ft (line 2) | function ft(e,t){var r=arguments.length>2&&void 0!==arguments[2]?argumen... function ht (line 2) | function ht(){ye=M.y+be,we=ye+L,xe=M.x+ve,Se=xe+z} function c (line 2) | function c(){n(),Oe.current&&B&&ct&&Me(!1)} method constructor (line 2) | constructor(e){super(e),this.on("pointsChange.konva tensionChange.konv... method _sceneFunc (line 2) | _sceneFunc(e){let t,r,n,o=this.points(),i=o.length,a=this.tension(),s=... method getTensionPoints (line 2) | getTensionPoints(){return this._getCache("tensionPoints",this._getTens... method _getTensionPoints (line 2) | _getTensionPoints(){return this.closed()?this._getTensionPointsClosed(... method _getTensionPointsClosed (line 2) | _getTensionPointsClosed(){const e=this.points(),t=e.length,r=this.tens... method getWidth (line 2) | getWidth(){return this.getSelfRect().width} method getHeight (line 2) | getHeight(){return this.getSelfRect().height} method getSelfRect (line 2) | getSelfRect(){let e=this.points();if(e.length<4)return{x:e[0]||0,y:e[1... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){this._data.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data} method constructor (line 2) | constructor(){super(),this.map={"x14:dataBar":this.databarXform=new a,... method tag (line 2) | get tag(){return"x14:cfRule"} method isExt (line 2) | static isExt(e){return"dataBar"===e.type?a.isExt(e):!("iconSet"!==e.ty... method prepare (line 2) | prepare(e){c.isExt(e)&&(e.x14Id=`{${n()}}`.toUpperCase())} method render (line 2) | render(e,t){if(c.isExt(t))switch(t.type){case"dataBar":this.renderData... method renderDataBar (line 2) | renderDataBar(e,t){e.openNode(this.tag,{type:"dataBar",id:t.x14Id}),th... method renderIconSet (line 2) | renderIconSet(e,t){e.openNode(this.tag,{type:"iconSet",priority:t.prio... method createNewModel (line 2) | createNewModel(e){let{attributes:t}=e;return{type:t.type,x14Id:t.id,pr... method onParserClose (line 2) | onParserClose(e,t){Object.assign(this.model,t.model)} method constructor (line 2) | constructor(){super(),this.map={autoFilter:new a,tableColumns:new i({t... method prepare (line 2) | prepare(e,t){this.map.autoFilter.prepare(e),this.map.tableColumns.prep... method tag (line 2) | get tag(){return"table"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,{...c.TA... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;const{n... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method reconcile (line 2) | reconcile(e,t){e.columns.forEach((e=>{void 0!==e.dxfId&&(e.style=t.sty... function yt (line 2) | function yt(e,t,r,n){ve[e]=function(o){var i;null==n||n(o),Me(t,r);for(v... function kp (line 2) | function kp(e){const{sizePopupArrow:t,borderRadiusXS:r,borderRadiusOuter... function Op (line 2) | function Op(e){const{contentRadius:t,limitVerticalRadius:r}=e,n=t>12?t+2... function Ap (line 2) | function Ap(e,t){return e?t:{}} function Tp (line 2) | function Tp(e,t,r){const{componentCls:n,boxShadowPopoverArrow:o,arrowOff... function Rp (line 2) | function Rp(e){const{arrowWidth:t,autoAdjustOverflow:r,arrowPointAtCente... function Zp (line 2) | function Zp(e,t){return $p.reduce(((r,n)=>{const o=e[`${n}1`],i=e[`${n}3... function rm (line 2) | function rm(e,t){const r=function(e){return arguments.length>1&&void 0!=... function r (line 2) | function r(e){return ei(this,r),t.call(this,function(e){if(e instanceof ... function Um (line 2) | function Um(e){var t=e.prefixCls,r=e.containerRef,n=e.value,o=e.getValue... function Km (line 2) | function Km(e,t){return{[`${e}, ${e}:hover, ${e}:focus`]:{color:t.colorT... function Xm (line 2) | function Xm(e){return{backgroundColor:e.itemSelectedBg,boxShadow:e.boxSh... function dg (line 2) | function dg(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[... function pg (line 2) | function pg(e,t){var r=e.prefixCls,n=e.invalidate,o=e.item,i=e.renderIte... function vg (line 2) | function vg(e,t){var r=Ie(m.useState(t),2),n=r[0],o=r[1];return[n,Ws((fu... function Tg (line 2) | function Tg(e){return"+ ".concat(e.length," ...")} function jg (line 2) | function jg(e,t){var r,n=e.prefixCls,o=void 0===n?"rc-overflow":n,i=e.da... function Ng (line 2) | function Ng(e){return Array.isArray(e)?e:void 0!==e?[e]:[]} function Dg (line 2) | function Dg(e){return["string","number"].includes(Ne(e))} function Bg (line 2) | function Bg(e){var t=void 0;return e&&(Dg(e.title)?t=e.title.toString():... function Lg (line 2) | function Lg(e){var t;return null!==(t=e.key)&&void 0!==t?t:e.value} function Xg (line 2) | function Xg(e,t){var r,n=e.key;return"value"in e&&(r=e.value),null!=n?n:... function Yg (line 2) | function Yg(e){return void 0!==e&&!Number.isNaN(e)} function $g (line 2) | function $g(e,t){var r=e||{},n=r.label||(t?"children":"label");return{la... function Zg (line 2) | function Zg(e){var t=At({},e);return"props"in t||Object.defineProperty(t... function Jg (line 2) | function Jg(e){var t=e.visible,r=e.values;return t?m.createElement("span... function e (line 2) | function e(e){var t,r;if(null===(t=o.current)||void 0===t||!t.customized... function dv (line 2) | function dv(e){var t=e.children,r=e.setRef,n=m.useCallback((function(e){... function e (line 2) | function e(){ei(this,e),De(this,"maps",void 0),De(this,"id",0),De(this,"... function mv (line 2) | function mv(e){var t=parseFloat(e);return isNaN(t)?0:t} function vv (line 2) | function vv(e){return Math.floor(Math.pow(e,.5))} function bv (line 2) | function bv(e,t){return("touches"in e?e.touches[0]:e)[t?"pageX":"pageY"]... function xv (line 2) | function xv(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[... function Ev (line 2) | function Ev(e,t){var r=e.prefixCls,n=void 0===r?"rc-virtual-list":r,o=e.... function jv (line 2) | function jv(e){return"string"==typeof e||"number"==typeof e} function V (line 2) | function V(e,t){return{role:e.group?"presentation":"option",id:"".concat... function Rv (line 2) | function Rv(e,t){return Ng(e).join("").toUpperCase().includes(t)} function Dv (line 2) | function Dv(e){var t=arguments.length>1&&void 0!==arguments[1]&&argument... function Lv (line 2) | function Lv(e){var t=m.useRef();t.current=e;var r=m.useCallback((functio... function nb (line 2) | function nb(e,t,r){const{focusElCls:n,focus:o,borderElCls:i}=r,a=i?"> *"... function ob (line 2) | function ob(e,t,r){const{borderElCls:n}=r,o=n?`> ${n}`:"";return{[`&-ite... function ib (line 2) | function ib(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments... function Tb (line 2) | function Tb(e,t){const{componentCls:r}=e,n=t?`${r}-${t}`:"",o={[`${r}-mu... function Pb (line 2) | function Pb(e,t){const{componentCls:r,inputPaddingHorizontalBase:n,borde... function Mb (line 2) | function Mb(e){const{componentCls:t}=e,r=e.calc(e.controlPaddingHorizont... function py (line 2) | function py(){return"function"==typeof BigInt} function my (line 2) | function my(e){return!e&&0!==e&&!Number.isNaN(e)||!String(e).trim()} function gy (line 2) | function gy(e){var t=e.trim(),r=t.startsWith("-");r&&(t=t.slice(1)),(t=t... function vy (line 2) | function vy(e){var t=String(e);return!Number.isNaN(Number(t))&&t.include... function by (line 2) | function by(e){var t=String(e);if(vy(e)){var r=Number(t.slice(t.indexOf(... function yy (line 2) | function yy(e){var t=String(e);if(vy(e)){if(e>Number.MAX_SAFE_INTEGER)re... function wy (line 2) | function wy(e){return"number"==typeof e?!Number.isNaN(e):!!e&&(/^\s*-?\d... function e (line 2) | function e(t){if(ei(this,e),De(this,"origin",""),De(this,"negative",void... function e (line 2) | function e(t){ei(this,e),De(this,"origin",""),De(this,"number",void 0),D... function Cy (line 2) | function Cy(e){return py()?new xy(e):new Sy(e)} function ky (line 2) | function ky(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]&&argu... function Oy (line 2) | function Oy(e,t,r){var n=t.cloneNode(!0),o=Object.create(e,{target:{valu... function Ay (line 2) | function Ay(e,t,r,n){if(r){var o=t;"click"!==t.type?"file"===e.type||voi... function Ty (line 2) | function Ty(e,t){if(e){e.focus(t);var r=(t||{}).cursor;if(r){var n=e.val... function Ry (line 2) | function Ry(e,t){return m.useMemo((function(){var r={};t&&(r.show="objec... function Fy (line 2) | function Fy(e){var t=e.prefixCls,r=e.upNode,n=e.downNode,o=e.upDisabled,... function Dy (line 2) | function Dy(e){var t="number"==typeof e?yy(e):gy(e).fullStr;return t.inc... function Q (line 2) | function Q(e,t){Z(X(e.isInvalidate()?e.toString(!1):e.toString(!t),t))} function Gy (line 2) | function Gy(e){return Au(e,{inputAffixPadding:e.paddingXXS})} function Rw (line 2) | function Rw(e,t){const r=(0,m.useRef)([]),n=()=>{r.current.push(setTimeo... function Hw (line 2) | function Hw(e,t,r){return(e-t)/(r-t)} function Uw (line 2) | function Uw(e,t,r,n){var o=Hw(t,r,n),i={};switch(e){case"rtl":i.right=""... function Vw (line 2) | function Vw(e,t){return Array.isArray(e)?e[t]:e} function ox (line 2) | function ox(e){var t="targetTouches"in e?e.targetTouches[0]:e;return{pag... function l (line 2) | function l(){Ol.cancel(s.current),s.current=null} method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e{Ol.cance... function o (line 2) | function o(e,t,r){var o,i,a,s;r&&(null===(i=(o=b)[e])||void 0===i||i.cal... method constructor (line 2) | constructor(e=[1,0,0,1,0,0]){this.dirty=!1,this.m=e&&e.slice()||[1,0,0... method reset (line 2) | reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,th... method copy (line 2) | copy(){return new o(this.m)} method copyInto (line 2) | copyInto(e){e.m[0]=this.m[0],e.m[1]=this.m[1],e.m[2]=this.m[2],e.m[3]=... method point (line 2) | point(e){const t=this.m;return{x:t[0]*e.x+t[2]*e.y+t[4],y:t[1]*e.x+t[3... method translate (line 2) | translate(e,t){return this.m[4]+=this.m[0]*e+this.m[2]*t,this.m[5]+=th... method scale (line 2) | scale(e,t){return this.m[0]*=e,this.m[1]*=e,this.m[2]*=t,this.m[3]*=t,... method rotate (line 2) | rotate(e){const t=Math.cos(e),r=Math.sin(e),n=this.m[0]*t+this.m[2]*r,... method getTranslation (line 2) | getTranslation(){return{x:this.m[4],y:this.m[5]}} method skew (line 2) | skew(e,t){const r=this.m[0]+this.m[2]*t,n=this.m[1]+this.m[3]*t,o=this... method multiply (line 2) | multiply(e){const t=this.m[0]*e.m[0]+this.m[2]*e.m[1],r=this.m[1]*e.m[... method invert (line 2) | invert(){const e=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),t=this.m[... method getMatrix (line 2) | getMatrix(){return this.m} method decompose (line 2) | decompose(){const e=this.m[0],r=this.m[1],n=this.m[2],o=this.m[3],i=e*... method constructor (line 2) | constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function bx (line 2) | function bx(e){return Vo(e).sort(((e,t)=>e.percent-t.percent))} function Rx (line 2) | function Rx(e){var t=e;if(!Array.isArray(t)){var r=Ne(t);t="number"===r|... function mS (line 2) | function mS(e){return["small","middle","large"].includes(e)} function gS (line 2) | function gS(e){return!!e&&"number"==typeof e&&!Number.isNaN(e)} function OS (line 2) | function OS(e){return e&&"#fff"!==e&&"#ffffff"!==e&&"rgb(255, 255, 255)"... function AS (line 2) | function AS(e){return Number.isNaN(e)?0:e} function C (line 2) | function C(){const e=getComputedStyle(r);l(function(e){const{borderTopCo... function NS (line 2) | function NS(e){return"danger"===e?{danger:!0}:{type:e}} function FS (line 2) | function FS(e){return"string"==typeof e} function DS (line 2) | function DS(e){return"text"===e||"link"===e} function wC (line 2) | function wC(e,t){return{[`&-item:not(${t}-last-item)`]:{marginBottom:e.c... function xC (line 2) | function xC(e){const t=`${e.componentCls}-compact-vertical`;return{[t]:O... function TC (line 2) | function TC(e){return!!(null==e?void 0:e.then)} function NC (line 2) | function NC(e,t,r){var n=t;return!n&&r&&(n="".concat(e,"-").concat(r)),n} function FC (line 2) | function FC(e,t){var r=e["page".concat(t?"Y":"X","Offset")],n="scroll".c... function y (line 2) | function y(){var e,t,r,n,o,i=(r={left:(t=(e=h.current).getBoundingClient... function L (line 2) | function L(e){null==h||h(e)} method constructor (line 2) | constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?argumen... method addNamespaces (line 2) | addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)} method removeNamespaces (line 2) | removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.opti... method getResource (line 2) | getResource(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arg... method addResource (line 2) | addResource(e,t,r,n){let o=arguments.length>4&&void 0!==arguments[4]?a... method addResources (line 2) | addResources(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?ar... method addResourceBundle (line 2) | addResourceBundle(e,t,r,n,o){let i=arguments.length>5&&void 0!==argume... method removeResourceBundle (line 2) | removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.dat... method hasResourceBundle (line 2) | hasResourceBundle(e,t){return void 0!==this.getResource(e,t)} method getResourceBundle (line 2) | getResourceBundle(e,t){return t||(t=this.options.defaultNS),"v1"===thi... method getDataByLanguage (line 2) | getDataByLanguage(e){return this.data[e]} method hasLanguageSomeTranslations (line 2) | hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);retur... method toJSON (line 2) | toJSON(){return this.data} function YC (line 2) | function YC(e){if(e)return{closable:e.closable,closeIcon:e.closeIcon}} function $C (line 2) | function $C(e){const{closable:t,closeIcon:r}=e||{};return m.useMemo((()=... function gk (line 2) | function gk(e){return e&&"object"==typeof e?e:{}} function yk (line 2) | function yk(){} function Ck (line 2) | function Ck(e,t){return m.createElement("span",{className:`${e}-close-x`... function _k (line 2) | function _k(e){return{position:e,inset:0}} function Gk (line 2) | function Gk(e){const{prefixCls:t,icon:r,okText:n,cancelText:o,confirmPre... function $k (line 2) | function $k(){return Yk} function Qk (line 2) | function Qk(e){const t=pc(),r=document.createDocumentFragment();let n,o,... function Jk (line 2) | function Jk(e){return Object.assign(Object.assign({},e),{type:"warning"})} function eE (line 2) | function eE(e){return Object.assign(Object.assign({},e),{type:"info"})} function tE (line 2) | function tE(e){return Object.assign(Object.assign({},e),{type:"success"})} function rE (line 2) | function rE(e){return Object.assign(Object.assign({},e),{type:"error"})} function nE (line 2) | function nE(e){return Object.assign(Object.assign({},e),{type:"confirm"})} function cE (line 2) | function cE(e){return Qk(Jk(e))} function e (line 2) | function e(){var e;null===(e=i.current)||void 0===e||e.destroy()} function t (line 2) | function t(){var t;null===(t=i.current)||void 0===t||t.update(e)} function wE (line 2) | function wE(e){const t=m.useRef(null),r=()=>{Ol.cancel(t.current),t.curr... function LE (line 2) | function LE(e){var t=e.responseText||e.response;if(!t)return t;try{retur... function zE (line 2) | function zE(e){var t=new XMLHttpRequest;e.onProgress&&t.upload&&(t.uploa... function WE (line 2) | function WE(){return"rc-upload-".concat(UE,"-").concat(++VE)} function r (line 2) | function r(){var e;ei(this,r);for(var n=arguments.length,o=new Array(n),... function XE (line 2) | function XE(){} function r (line 2) | function r(){var e;ei(this,r);for(var n=arguments.length,o=new Array(n),... function pO (line 2) | function pO(){const[,e]=m.useReducer((e=>e+1),0);return e} function mO (line 2) | function mO(e){return Object.assign(Object.assign({},e),{lastModified:e.... function gO (line 2) | function gO(e,t){const r=Vo(t),n=r.findIndex((t=>{let{uid:r}=t;return r=... function vO (line 2) | function vO(e,t){const r=void 0!==e.uid?"uid":"name";return t.filter((t=... function xO (line 2) | function xO(e){return new Promise((t=>{if(!e.type||!bO(e.type))return vo... function NO (line 2) | function NO(e,t){return Object.keys(e).map((function(r){var n=parseFloat... function zO (line 2) | function zO(e){var t=null!=e?e:[];return Array.isArray(t)?t:[t]} function UO (line 2) | function UO(e){return!e||e<0?0:e>100?100:e} function VO (line 2) | function VO(e){let{success:t,successPercent:r}=e,n=r;return t&&"progress... function r (line 2) | function r(e){try{l(a.next(e))}catch(e){t(e)}} function s (line 2) | function s(e){try{l(a.throw(e))}catch(e){t(e)}} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function l (line 2) | function l(t){var n;t.done?e(t.value):(n=t.value,n instanceof i?n:new i(... method _sceneFunc (line 2) | _sceneFunc(e){const t=i.Konva.getAngle(this.angle()),r=this.clockwise(... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method getSelfRect (line 2) | getSelfRect(){const e=this.innerRadius(),t=this.outerRadius(),r=this.c... method constructor (line 2) | constructor(e,t,r){if(!e||!t)throw new Error("A Cell needs a Row");thi... method worksheet (line 2) | get worksheet(){return this._row.worksheet} method workbook (line 2) | get workbook(){return this._row.worksheet.workbook} method destroy (line 2) | destroy(){delete this.style,delete this._value,delete this._row,delete... method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this.style.numFmt=e} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this.style.font=e} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this.style.alignment=e} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this.style.border=e} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this.style.fill=e} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this.style.protection=e} method _mergeStyle (line 2) | _mergeStyle(e,t,r){const n=e&&e.numFmt||t&&t.numFmt;n&&(r.numFmt=n);co... method address (line 2) | get address(){return this._address} method row (line 2) | get row(){return this._row.number} method col (line 2) | get col(){return this._column.number} method $col$row (line 2) | get $col$row(){return`$${this._column.letter}$${this.row}`} method type (line 2) | get type(){return this._value.type} method effectiveType (line 2) | get effectiveType(){return this._value.effectiveType} method toCsvString (line 2) | toCsvString(){return this._value.toCsvString()} method addMergeRef (line 2) | addMergeRef(){this._mergeCount++} method releaseMergeRef (line 2) | releaseMergeRef(){this._mergeCount--} method isMerged (line 2) | get isMerged(){return this._mergeCount>0||this.type===l.Types.Merge} method merge (line 2) | merge(e,t){this._value.release(),this._value=c.create(l.Types.Merge,th... method unmerge (line 2) | unmerge(){this.type===l.Types.Merge&&(this._value.release(),this._valu... method isMergedTo (line 2) | isMergedTo(e){return this._value.type===l.Types.Merge&&this._value.isM... method master (line 2) | get master(){return this.type===l.Types.Merge?this._value.master:this} method isHyperlink (line 2) | get isHyperlink(){return this._value.type===l.Types.Hyperlink} method hyperlink (line 2) | get hyperlink(){return this._value.hyperlink} method value (line 2) | get value(){return this._value.value} method value (line 2) | set value(e){this.type!==l.Types.Merge?(this._value.release(),this._va... method note (line 2) | get note(){return this._comment&&this._comment.note} method note (line 2) | set note(e){this._comment=new s(e)} method text (line 2) | get text(){return this._value.toString()} method html (line 2) | get html(){return o.escapeHtml(this.text)} method toString (line 2) | toString(){return this.text} method _upgradeToHyperlink (line 2) | _upgradeToHyperlink(e){this.type===l.Types.String&&(this._value=c.crea... method formula (line 2) | get formula(){return this._value.formula} method result (line 2) | get result(){return this._value.result} method formulaType (line 2) | get formulaType(){return this._value.formulaType} method fullAddress (line 2) | get fullAddress(){const{worksheet:e}=this._row;return{sheetName:e.name... method name (line 2) | get name(){return this.names[0]} method name (line 2) | set name(e){this.names=[e]} method names (line 2) | get names(){return this.workbook.definedNames.getNamesEx(this.fullAddr... method names (line 2) | set names(e){const{definedNames:t}=this.workbook;t.removeAllNames(this... method addName (line 2) | addName(e){this.workbook.definedNames.addEx(this.fullAddress,e)} method removeName (line 2) | removeName(e){this.workbook.definedNames.removeEx(this.fullAddress,e)} method removeAllNames (line 2) | removeAllNames(){this.workbook.definedNames.removeAllNames(this.fullAd... method _dataValidations (line 2) | get _dataValidations(){return this.worksheet.dataValidations} method dataValidation (line 2) | get dataValidation(){return this._dataValidations.find(this.address)} method dataValidation (line 2) | set dataValidation(e){this._dataValidations.add(this.address,e)} method model (line 2) | get model(){const{model:e}=this._value;return e.style=this.style,this.... method model (line 2) | set model(e){this._value.release(),this._value=c.create(e.type,this),t... method constructor (line 2) | constructor(e){this._data=e} method length (line 2) | get length(){return this._data.length} method copy (line 2) | copy(e,t,r,n){return this._data._buf.copy(e,t,r,n)} method toBuffer (line 2) | toBuffer(){return this._data.toBuffer()} method constructor (line 2) | constructor(){super(),this.map={Company:new i({tag:"Company"}),Manager... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("Properties",l.PR... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"Propert... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={"dc:creator":new a({tag:"dc:creator"})... method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode("cp:corePropertie... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(){super(),this.map={"xdr:twoCellAnchor":new a,"xdr:oneCell... method prepare (line 2) | prepare(e){e.anchors.forEach(((e,t)=>{e.anchorType=function(e){return(... method tag (line 2) | get tag(){return"xdr:wsDr"} method render (line 2) | render(e,t){e.openXml(o.StdDocAttributes),e.openNode(this.tag,l.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={patternFill:new a,gradientFill:new s}} method tag (line 2) | get tag(){return"fill"} method render (line 2) | render(e,t){switch(e.addRollback(),e.openNode("fill"),t.type){case"pat... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"fill"==... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method validStyle (line 2) | validStyle(e){return l.validPatternValues[e]} method constructor (line 2) | constructor(e){this.rowCount=0,this.formatterOptions=e,this.fieldForma... method isRowHashArray (line 2) | static isRowHashArray(e){return!!Array.isArray(e)&&Array.isArray(e[0])... method isRowArray (line 2) | static isRowArray(e){return Array.isArray(e)&&!this.isRowHashArray(e)} method gatherHeaders (line 2) | static gatherHeaders(e){return l.isRowHashArray(e)?e.map((e=>e[0])):Ar... method createTransform (line 2) | static createTransform(e){return s.isSyncTransform(e)?(t,r)=>{let n=nu... method rowTransform (line 2) | set rowTransform(e){if(!o.default(e))throw new TypeError("The transfor... method format (line 2) | format(e,t){this.callTransformer(e,((r,n)=>{if(r)return t(r);if(!e)ret... method finish (line 2) | finish(e){const t=[];if(this.formatterOptions.alwaysWriteHeaders&&0===... method checkHeaders (line 2) | checkHeaders(e){if(this.headers)return{shouldFormatColumns:!0,headers:... method gatherColumns (line 2) | gatherColumns(e){if(null===this.headers)throw new Error("Headers is cu... method callTransformer (line 2) | callTransformer(e,t){return this._rowTransform?this._rowTransform(e,t)... method formatColumns (line 2) | formatColumns(e,t){const r=e.map(((e,r)=>this.fieldFormatter.format(e,... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.cornerRadius(),r=this.width(),n=this.height... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.innerRadius(),0,s,!1),e.mov... method getWidth (line 2) | getWidth(){return 2*this.outerRadius()} method getHeight (line 2) | getHeight(){return 2*this.outerRadius()} method setWidth (line 2) | setWidth(e){this.outerRadius(e/2)} method setHeight (line 2) | setHeight(e){this.outerRadius(e/2)} method constructor (line 2) | constructor(e){super(e),this._loadListener=()=>{this._requestDraw()},t... method _setImageLoad (line 2) | _setImageLoad(){const e=this.image();e&&e.complete||e&&4===e.readyStat... method _removeImageLoad (line 2) | _removeImageLoad(e){e&&e.removeEventListener&&e.removeEventListener("l... method destroy (line 2) | destroy(){return this._removeImageLoad(this.image()),super.destroy(),t... method _useBufferCanvas (line 2) | _useBufferCanvas(){const e=!!this.cornerRadius(),t=this.hasShadow();re... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.getWidth(),r=this.getHeight(),o=this.corner... method _hitFunc (line 2) | _hitFunc(e){const t=this.width(),r=this.height(),o=this.cornerRadius()... method getWidth (line 2) | getWidth(){var e,t;return null!==(e=this.attrs.width)&&void 0!==e?e:nu... method getHeight (line 2) | getHeight(){var e,t;return null!==(e=this.attrs.height)&&void 0!==e?e:... method fromURL (line 2) | static fromURL(e,t,r=null){const o=n.Util.createImageElement();o.onloa... method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.radius(),0,i.Konva.getAngle... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method constructor (line 2) | constructor(e){super(e),this._updated=!0,this.anim=new i.Animation((()... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=thi... method _hitFunc (line 2) | _hitFunc(e){const t=this.animation(),r=this.frameIndex(),n=4*r,o=this.... method _useBufferCanvas (line 2) | _useBufferCanvas(){return super._useBufferCanvas(!0)} method _setInterval (line 2) | _setInterval(){const e=this;this.interval=setInterval((function(){e._u... method start (line 2) | start(){if(this.isRunning())return;const e=this.getLayer();this.anim.s... method stop (line 2) | stop(){this.anim.stop(),clearInterval(this.interval)} method isRunning (line 2) | isRunning(){return this.anim.isRunning()} method _updateIndex (line 2) | _updateIndex(){const e=this.frameIndex(),t=this.animation();e1)throw new... function e (line 2) | function e(e){this.image=e,this.bitsPerComponent=e.bitsPerComponent,this... function e (line 2) | function e(e,t,r){this.bytes=e,this.start=t||0,this.pos=this.start,this.... function e (line 2) | function e(e){if(this.pos=0,this.bufferLength=0,this.eof=!1,this.buffer=... function t (line 2) | function t(t,r){var n=e.call(this,r)||this;return n.stream=t,n.input=new... function t (line 2) | function t(t,r){var n=e.call(this,r)||this;return n.stream=t,n.firstDigi... function t (line 2) | function t(t,r){var n=e.call(this,r)||this;n.stream=t;var o=t.getByte(),... function t (line 2) | function t(t,r,n){var o=e.call(this,r)||this;o.stream=t,o.cachedData=0,o... function t (line 2) | function t(t,r){var n=e.call(this,r)||this;return n.stream=t,n} function e (line 2) | function e(e,t,r){this.page=e;var n=null!=t?t:function(e){var t=e.MediaB... function e (line 2) | function e(e){this.dict=e} function e (line 2) | function e(e,t){this.dict=e,this.ref=t} function e (line 2) | function e(e){this.dict=e} function e (line 2) | function e(e){this.dict=e} function e (line 2) | function e(e){this.dict=e} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function e (line 2) | function e(e){this.dict=e} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this} function e (line 2) | function e(e,t){void 0===t&&(t=!1),this.bytes=e,this.capNumbers=t} function e (line 2) | function e(e){this.idx=0,this.line=0,this.column=0,this.bytes=e,this.len... function t (line 2) | function t(t,r,n){void 0===n&&(n=!1);var o=e.call(this,t,n)||this;return... function t (line 2) | function t(t,r){var n=e.call(this,FR.fromPDFRawStream(t),t.dict.context)... function e (line 2) | function e(e){this.alreadyParsed=!1,this.dict=e.dict,this.bytes=FR.fromP... function t (line 2) | function t(t,r,n,o){void 0===r&&(r=1/0),void 0===n&&(n=!1),void 0===o&&(... function t (line 2) | function t(){return e.call(this,"Input document to `PDFDocument.load` is... function t (line 2) | function t(){return e.call(this,"Input to `PDFDocument.embedFont` was a ... function t (line 2) | function t(){return e.call(this,"A `page` passed to `PDFDocument.addPage... function t (line 2) | function t(){return e.call(this,"PDFDocument has no pages so `PDFDocumen... function t (line 2) | function t(t){var r='PDFDocument has no form field with the name "'+t+'"... function t (line 2) | function t(t,r,n){var o,i,a='Expected field "'+t+'" to be of type '+(nul... function t (line 2) | function t(t){var r='A field already exists with the specified name: "'+... function t (line 2) | function t(t){var r='Field name contains invalid component: "'+t+'"';ret... function t (line 2) | function t(t){var r="Reading rich text fields is not supported: Attempte... function t (line 2) | function t(t,r){var n="Failed to layout combed text as lineLength="+t+" ... function t (line 2) | function t(t,r,n){var o="Attempted to set text with length="+t+" for Tex... function t (line 2) | function t(t,r,n){var o="Attempted to set maxLength="+r+", which is less... function e (line 2) | function e(e,t,r){this.alreadyEmbedded=!1,_T(e,"ref",[[Yj,"PDFRef"]]),_T... function e (line 2) | function e(e,t,r){this.modified=!0,_T(e,"ref",[[Yj,"PDFRef"]]),_T(t,"doc... function e (line 2) | function e(e,t,r){_T(e,"ref",[[Yj,"PDFRef"]]),_T(t,"doc",[[_N,"PDFDocume... function e (line 2) | function e(e,t,r){_T(e,"acroField",[[UM,"PDFAcroTerminal"]]),_T(t,"ref",... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroCheckB... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroComboB... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroListBo... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroRadioB... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroSignat... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroText",... function e (line 2) | function e(e,t){var r=this;this.embedDefaultFont=function(){return r.doc... function e (line 2) | function e(e,t,r){this.alreadyEmbedded=!1,this.ref=e,this.doc=t,this.emb... function e (line 2) | function e(e,t,r){this.alreadyEmbedded=!1,this.ref=e,this.doc=t,this.emb... function e (line 2) | function e(e,t){this.script=e,this.scriptName=t} function e (line 2) | function e(e,t,r){var n=this;if(this.defaultWordBreaks=[" "],this.comput... function IN (line 2) | function IN(e){if(!(e instanceof AP||e instanceof IP))throw new YT([AP,I... function e (line 2) | function e(e,t,r){this.fontSize=24,this.fontColor=$_(0,0,0),this.lineHei... function t (line 2) | function t(t,r,n){var o=e.call(this,t,r,n)||this;return _T(t,"acroButton... function zN (line 2) | function zN(e){return zN="function"==typeof Symbol&&"symbol"==typeof Sym... function HN (line 2) | function HN(e){if(!e)return[1,1,0];if(e.startsWith("rgb")){var t=e.match... function UN (line 2) | function UN(){return((e=21)=>{let t="",r=crypto.getRandomValues(new Uint... function VN (line 2) | function VN(e,t){document.documentElement.style.setProperty(e,t)} function WN (line 2) | function WN(e){document.documentElement.style.removeProperty(e)} function GN (line 2) | function GN(e){if(e<1024)return"".concat(e," B");var t=["KB","MB","GB","... function qN (line 2) | function qN(e,t,r){if(e<=r&&t<=r)return{newWidth:e,newHeight:t};var n=r/... function KN (line 2) | function KN(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments... function XN (line 2) | function XN(e){var t=new Date(e),r=t.getFullYear(),n=String(t.getMonth()... function YN (line 2) | function YN(e){var t=arguments.length>1&&void 0!==arguments[1]&&argument... function $N (line 2) | function $N(e){var t=e.slice(2,16),r=parseInt(t.slice(0,4),10),n=parseIn... function ZN (line 2) | function ZN(e,t){var r=e.x,n=e.y,o=e.width,i=e.height,a=t-n-i;return[r,a... function QN (line 2) | function QN(e){for(var t=[].concat([254,255]),r=0;r0&&void 0!==arguments[0]?arguments[... function eF (line 2) | function eF(e){var t=JSON.stringify(e,(function(e,t){return t&&"object"=... function tF (line 2) | function tF(e){if(e=e.trim().toLowerCase(),/^#([0-9a-fA-F]{3}|[0-9a-fA-F... function rF (line 2) | function rF(e,t){try{return tF(e)===tF(t)}catch(e){return!1}} function nF (line 2) | function nF(e){return nF="function"==typeof Symbol&&"symbol"==typeof Sym... function oF (line 2) | function oF(){oF=function(){return t};var e,t={},r=Object.prototype,n=r.... function iF (line 2) | function iF(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function sF (line 2) | function sF(e){if(e.external&&e.url&&!aF.has(e.value)){var t=document.cr... function lF (line 2) | function lF(e){return cF.apply(this,arguments)} function cF (line 2) | function cF(){return e=oF().mark((function e(t){var r;return oF().wrap((... function uF (line 2) | function uF(e){return uF="function"==typeof Symbol&&"symbol"==typeof Sym... function dF (line 2) | function dF(e){return function(e){if(Array.isArray(e))return vF(e)}(e)||... function fF (line 2) | function fF(){fF=function(){return t};var e,t={},r=Object.prototype,n=r.... function hF (line 2) | function hF(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function pF (line 2) | function pF(e){return function(){var t=this,r=arguments;return new Promi... function mF (line 2) | function mF(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function gF (line 2) | function gF(e,t){if(e){if("string"==typeof e)return vF(e,t);var r={}.toS... function vF (line 2) | function vF(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function SF (line 2) | function SF(e){const[t,r]=m.useState(e);return m.useEffect((()=>{const t... function DF (line 2) | function DF(e,t,r){return{key:"string"==typeof e?e:`${t}-${arguments.len... function qF (line 2) | function qF(e){return void 0===e||!1===e?[]:Array.isArray(e)?e:[e]} function KF (line 2) | function KF(e,t){if(!e.length)return;const r=e.join("_");return t?`${t}_... function XF (line 2) | function XF(e,t,r,n,o,i){let a=n;return void 0!==i?a=i:r.validating?a="v... function YF (line 2) | function YF(e){return qF(e).join("_")} function $F (line 2) | function $F(e,t){const r=Rs(t.getFieldInstance(e));if(r)return r;const n... function ZF (line 2) | function ZF(e){const[t]=pf(),r=m.useRef({}),n=m.useMemo((()=>null!=e?e:O... method subscribe (line 2) | subscribe(t){return e.size||this.register(),r+=1,e.set(r,t),t(n),r} method unsubscribe (line 2) | unsubscribe(t){e.delete(t),e.size||this.unregister()} method register (line 2) | register(){Object.entries(t).forEach((e=>{let[t,r]=e;const o=e=>{let{mat... method unregister (line 2) | unregister(){Object.values(t).forEach((e=>{const t=this.matchHandlers[e]... function iD (line 2) | function iD(e,t){const[r,n]=m.useState("string"==typeof e?e:"");return m... function lD (line 2) | function lD(e){return"number"==typeof e?`${e} ${e} auto`:/^\d+(\.\d+)?(p... function wD (line 2) | function wD(e){let{children:t,errors:r,warnings:n,hasFeedback:o,validate... function xD (line 2) | function xD(e){const{prefixCls:t,className:r,rootClassName:n,style:o,hel... function H (line 2) | function H(t,o,i){return r&&!p?m.createElement(wD,{prefixCls:O,hasFeedba... function MD (line 2) | function MD(e){return(e||"").split("")} function cB (line 2) | function cB(e,t){const r=Au(t,{checkboxCls:`.${e}`,checkboxSize:t.contro... function FB (line 2) | function FB(e){return FB="function"==typeof Symbol&&"symbol"==typeof Sym... function DB (line 2) | function DB(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function BB (line 2) | function BB(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function a (line 2) | function a(e){HB(i,n,o,a,s,"next",e)} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){HB(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function ZB (line 2) | function ZB(e){return ZB="function"==typeof Symbol&&"symbol"==typeof Sym... function QB (line 2) | function QB(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function JB (line 2) | function JB(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function hL (line 2) | function hL(e){return hL="function"==typeof Symbol&&"symbol"==typeof Sym... function pL (line 2) | function pL(e,t){for(var r=0;r1&&void 0!==arguments[1]&&argument... function jz (line 2) | function jz(e,t){return function(e){var t=arguments.length>1&&void 0!==a... function Pz (line 2) | function Pz(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]?argum... function Nz (line 2) | function Nz(e){var t=m.useRef(e);t.current=e;var r=m.useCallback((functi... function Bz (line 2) | function Bz(e,t,r,n){var o=m.useContext(uz),i=o.activeKey,a=o.onActive,s... function Lz (line 2) | function Lz(e){var t=m.useContext(uz),r=t.mode,n=t.rtl,o=t.inlineIndent;... function zz (line 2) | function zz(e){var t,r=e.icon,n=e.props,o=e.children;return null===r||!1... function Uz (line 2) | function Uz(e){var t=e.item,r=Be(e,Hz);return Object.defineProperty(r,"i... function r (line 2) | function r(){return ei(this,r),t.apply(this,arguments)} function Xz (line 2) | function Xz(e,t){var r=e.eventKey,n=pz(),o=gz(r);return m.useEffect((fun... function eH (line 2) | function eH(e,t){return sd(e).map((function(e,r){if(m.isValidElement(e))... function oH (line 2) | function oH(e,t,r){return t||(r?r[e]||r.other:void 0)} function aH (line 2) | function aH(e){var t=e.prefixCls,r=e.visible,n=e.children,o=e.popup,i=e.... function sH (line 2) | function sH(e){var t=e.id,r=e.open,n=e.keyPath,o=e.children,i="inline",a... function fH (line 2) | function fH(e){var t=e.className,r=e.style,n=m.useContext(uz).prefixCls;... function vH (line 2) | function vH(e,t,r){var n=t.item,o=t.group,i=t.submenu,a=t.divider;return... function bH (line 2) | function bH(e,t,r,n,o){var i=e,a=At({divider:fH,item:Yz,group:mH,submenu... function t (line 2) | function t(){ge(e),null==Q||Q(e)} function qH (line 2) | function qH(e){return null===e||!1===e} function uU (line 2) | function uU(e){return uU="function"==typeof Symbol&&"symbol"==typeof Sym... function dU (line 2) | function dU(){dU=function(){return t};var e,t={},r=Object.prototype,n=r.... function fU (line 2) | function fU(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function hU (line 2) | function hU(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function CV (line 2) | function CV(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function kV (line 2) | function kV(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function EV (line 2) | function EV(e){for(var t=1;t0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){CV(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function _V (line 2) | function _V(e){return _V="function"==typeof Symbol&&"symbol"==typeof Sym... function IV (line 2) | function IV(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function NV (line 2) | function NV(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function ZV (line 2) | function ZV(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array... function rW (line 2) | function rW(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array... function uG (line 2) | function uG(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array... function LG (line 2) | function LG(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function zG (line 2) | function zG(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function ZG (line 2) | function ZG(){ZG=function(){return t};var e,t={},r=Object.prototype,n=r.... function QG (line 2) | function QG(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function JG (line 2) | function JG(e){return function(){var t=this,r=arguments;return new Promi... function eq (line 2) | function eq(e,t){for(var r=0;r2&&void 0!==arguments[2]?argum... method asInstance (line 2) | static asInstance(e){return e instanceof o||null==e?e:new o(e)} method col (line 2) | get col(){return this.nativeCol+Math.min(this.colWidth-1,this.nativeCo... method col (line 2) | set col(e){this.nativeCol=Math.floor(e),this.nativeColOff=Math.floor((... method row (line 2) | get row(){return this.nativeRow+Math.min(this.rowHeight-1,this.nativeR... method row (line 2) | set row(e){this.nativeRow=Math.floor(e),this.nativeRowOff=Math.floor((... method colWidth (line 2) | get colWidth(){return this.worksheet&&this.worksheet.getColumn(this.na... method rowHeight (line 2) | get rowHeight(){return this.worksheet&&this.worksheet.getRow(this.nati... method model (line 2) | get model(){return{nativeCol:this.nativeCol,nativeColOff:this.nativeCo... method model (line 2) | set model(e){this.nativeCol=e.nativeCol,this.nativeColOff=e.nativeColO... method constructor (line 2) | constructor(e){this.note=e} method model (line 2) | get model(){let e=null;return e="string"==typeof this.note?{type:"note... method model (line 2) | set model(e){const{note:t}=e,{texts:r}=t;1===r.length&&1===Object.keys... method fromModel (line 2) | static fromModel(e){const t=new o;return t.model=e,t} method constructor (line 2) | constructor(){this.decode(arguments)} method setTLBR (line 2) | setTLBR(e,t,r,o,i){if(arguments.length<4){const o=n.decodeAddress(e),a... method decode (line 2) | decode(e){switch(e.length){case 5:this.setTLBR(e[0],e[1],e[2],e[3],e[4... method top (line 2) | get top(){return this.model.top||1} method top (line 2) | set top(e){this.model.top=e} method left (line 2) | get left(){return this.model.left||1} method left (line 2) | set left(e){this.model.left=e} method bottom (line 2) | get bottom(){return this.model.bottom||1} method bottom (line 2) | set bottom(e){this.model.bottom=e} method right (line 2) | get right(){return this.model.right||1} method right (line 2) | set right(e){this.model.right=e} method sheetName (line 2) | get sheetName(){return this.model.sheetName} method sheetName (line 2) | set sheetName(e){this.model.sheetName=e} method _serialisedSheetName (line 2) | get _serialisedSheetName(){const{sheetName:e}=this.model;return e?/^[a... method expand (line 2) | expand(e,t,r,n){(!this.model.top||e1?this.range:this._serialisedSheetN... method $shortRange (line 2) | get $shortRange(){return this.count>1?this.$range:this._serialisedShee... method count (line 2) | get count(){return(1+this.bottom-this.top)*(1+this.right-this.left)} method toString (line 2) | toString(){return this.range} method intersects (line 2) | intersects(e){return!(e.sheetName&&this.sheetName&&e.sheetName!==this.... method contains (line 2) | contains(e){const t=n.decodeEx(e);return this.containsEx(t)} method containsEx (line 2) | containsEx(e){return(!e.sheetName||!this.sheetName||e.sheetName===this... method forEachAddress (line 2) | forEachAddress(e){for(let t=this.left;t<=this.right;t++)for(let r=this... method constructor (line 2) | constructor(e,t,r){this.table=e,this.column=t,this.index=r} method _set (line 2) | _set(e,t){this.table.cacheState(),this.column[e]=t} method name (line 2) | get name(){return this.column.name} method name (line 2) | set name(e){this._set("name",e)} method filterButton (line 2) | get filterButton(){return this.column.filterButton} method filterButton (line 2) | set filterButton(e){this.column.filterButton=e} method style (line 2) | get style(){return this.column.style} method style (line 2) | set style(e){this.column.style=e} method totalsRowLabel (line 2) | get totalsRowLabel(){return this.column.totalsRowLabel} method totalsRowLabel (line 2) | set totalsRowLabel(e){this._set("totalsRowLabel",e)} method totalsRowFunction (line 2) | get totalsRowFunction(){return this.column.totalsRowFunction} method totalsRowFunction (line 2) | set totalsRowFunction(e){this._set("totalsRowFunction",e)} method totalsRowResult (line 2) | get totalsRowResult(){return this.column.totalsRowResult} method totalsRowResult (line 2) | set totalsRowResult(e){this._set("totalsRowResult",e)} method totalsRowFormula (line 2) | get totalsRowFormula(){return this.column.totalsRowFormula} method totalsRowFormula (line 2) | set totalsRowFormula(e){this._set("totalsRowFormula",e)} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"u"} method render (line 2) | render(e,t){if(!0===(t=t||this.model))e.leafNode("u");else{const r=o.A... method parseOpen (line 2) | parseOpen(e){"u"===e.name&&(this.model=e.attributes.val||!0)} method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} function a (line 2) | function a(t){var n;t.done?e(t.value):(n=t.value,n instanceof u?n:new u(... method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function Eq (line 2) | function Eq(e,t){return m.useMemo((()=>{const r=!!e;return[r,Object.assi... function Mq (line 2) | function Mq(e){return!1===e?[!1,!1]:Array.isArray(e)?e:[e]} function Rq (line 2) | function Rq(e,t,r){return!0===e||void 0===e?t:e||r&&t} function Fq (line 2) | function Fq(e,t){let r=0;const n=[];for(let o=0;o=this.length?(t=this.toB... method write (line 2) | write(e,t,r){const n=Math.min(r,this.size-this.iWrite);return e.copy(t... method constructor (line 2) | constructor(e){super(),this.options=e||u.OPTIONS,this.map={b:{prop:"bo... method tag (line 2) | get tag(){return this.options.tagName} method render (line 2) | render(e,t){const{map:r}=this;e.openNode(this.options.tagName),l.each(... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):this.map... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser&&!this.parser.parseClose(e)){const t=this... method constructor (line 2) | constructor(e,t,r,n,o,i,a){this.prop=e,this.propFunc=t,this.begin=n,th... method fire (line 2) | fire(e){const t=this[e];t&&t()} method setTime (line 2) | setTime(e){e>this.duration?this.yoyo?(this._time=this.duration,this.re... method getTime (line 2) | getTime(){return this._time} method setPosition (line 2) | setPosition(e){this.prevPos=this._pos,this.propFunc(e),this._pos=e} method getPosition (line 2) | getPosition(e){return void 0===e&&(e=this._time),this.func(e,this.begi... method play (line 2) | play(){this.state=2,this._startTime=this.getTimer()-this._time,this.on... method reverse (line 2) | reverse(){this.state=3,this._time=this.duration-this._time,this._start... method seek (line 2) | seek(e){this.pause(),this._time=e,this.update(),this.fire("onSeek")} method reset (line 2) | reset(){this.pause(),this._time=0,this.update(),this.fire("onReset")} method finish (line 2) | finish(){this.pause(),this._time=this.duration,this.update(),this.fire... method update (line 2) | update(){this.setPosition(this.getPosition(this._time)),this.fire("onU... method onEnterFrame (line 2) | onEnterFrame(){const e=this.getTimer()-this._startTime;2===this.state?... method pause (line 2) | pause(){this.state=1,this.fire("onPause")} method getTimer (line 2) | getTimer(){return(new Date).getTime()} function SK (line 2) | function SK(e){return SK="function"==typeof Symbol&&"symbol"==typeof Sym... function CK (line 2) | function CK(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v... function kK (line 2) | function kK(e){for(var t=1;te.length)&&(t=e.length);for(var r=0,n=Array... function jK (line 2) | function jK(e,t,r){return(t=function(e){var t=function(e){if("object"!=S... function FK (line 2) | function FK(e){return FK="function"==typeof Symbol&&"symbol"==typeof Sym... function DK (line 2) | function DK(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array... function WK (line 2) | function WK(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function GK (line 2) | function GK(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){WK(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function eX (line 2) | function eX(e){return eX="function"==typeof Symbol&&"symbol"==typeof Sym... function tX (line 2) | function tX(){tX=function(){return t};var e,t={},r=Object.prototype,n=r.... function rX (line 2) | function rX(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function nX (line 2) | function nX(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function oX (line 2) | function oX(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function iX (line 2) | function iX(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){oX(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function dX (line 2) | function dX(e){return dX="function"==typeof Symbol&&"symbol"==typeof Sym... function fX (line 2) | function fX(){fX=function(){return t};var e,t={},r=Object.prototype,n=r.... function hX (line 2) | function hX(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function pX (line 2) | function pX(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function mX (line 2) | function mX(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function gX (line 2) | function gX(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){mX(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function SX (line 2) | function SX(e){return SX="function"==typeof Symbol&&"symbol"==typeof Sym... function CX (line 2) | function CX(){CX=function(){return t};var e,t={},r=Object.prototype,n=r.... function kX (line 2) | function kX(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function EX (line 2) | function EX(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function OX (line 2) | function OX(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function AX (line 2) | function AX(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){OX(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function _X (line 2) | function _X(e){return _X="function"==typeof Symbol&&"symbol"==typeof Sym... function IX (line 2) | function IX(){IX=function(){return t};var e,t={},r=Object.prototype,n=r.... function NX (line 2) | function NX(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function FX (line 2) | function FX(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function DX (line 2) | function DX(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function BX (line 2) | function BX(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){DX(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function WX (line 2) | function WX(e){return WX="function"==typeof Symbol&&"symbol"==typeof Sym... function GX (line 2) | function GX(){GX=function(){return t};var e,t={},r=Object.prototype,n=r.... function qX (line 2) | function qX(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function KX (line 2) | function KX(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function XX (line 2) | function XX(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function YX (line 2) | function YX(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){XX(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function tY (line 2) | function tY(e){return tY="function"==typeof Symbol&&"symbol"==typeof Sym... function rY (line 2) | function rY(){rY=function(){return t};var e,t={},r=Object.prototype,n=r.... function nY (line 2) | function nY(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function oY (line 2) | function oY(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function iY (line 2) | function iY(e,t){if(e){if("string"==typeof e)return aY(e,t);var r={}.toS... function aY (line 2) | function aY(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function sY (line 2) | function sY(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function lY (line 2) | function lY(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){sY(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function pY (line 2) | function pY(e){return pY="function"==typeof Symbol&&"symbol"==typeof Sym... function mY (line 2) | function mY(){mY=function(){return t};var e,t={},r=Object.prototype,n=r.... function gY (line 2) | function gY(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function vY (line 2) | function vY(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function bY (line 2) | function bY(e,t){if(e){if("string"==typeof e)return yY(e,t);var r={}.toS... function yY (line 2) | function yY(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function wY (line 2) | function wY(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function xY (line 2) | function xY(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){wY(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function AY (line 2) | function AY(e){return AY="function"==typeof Symbol&&"symbol"==typeof Sym... function TY (line 2) | function TY(){TY=function(){return t};var e,t={},r=Object.prototype,n=r.... function jY (line 2) | function jY(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function PY (line 2) | function PY(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function MY (line 2) | function MY(e,t){if(e){if("string"==typeof e)return RY(e,t);var r={}.toS... function RY (line 2) | function RY(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function _Y (line 2) | function _Y(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function IY (line 2) | function IY(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){_Y(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function zY (line 2) | function zY(e){return zY="function"==typeof Symbol&&"symbol"==typeof Sym... function HY (line 2) | function HY(){HY=function(){return t};var e,t={},r=Object.prototype,n=r.... function UY (line 2) | function UY(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function VY (line 2) | function VY(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function WY (line 2) | function WY(e,t){if(e){if("string"==typeof e)return GY(e,t);var r={}.toS... function GY (line 2) | function GY(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function qY (line 2) | function qY(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function KY (line 2) | function KY(e,t){for(var r=0;r0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){qY(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function JY (line 2) | function JY(e){return JY="function"==typeof Symbol&&"symbol"==typeof Sym... function e$ (line 2) | function e$(){e$=function(){return t};var e,t={},r=Object.prototype,n=r.... function t$ (line 2) | function t$(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function r$ (line 2) | function r$(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function n$ (line 2) | function n$(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array... function d$ (line 2) | function d$(e){var t,r=[],n=l$(e.match(/[a-zA-Z][^a-zA-Z]*/g)||[]);try{f... function t (line 2) | function t(){return function(e,t){if(!(e instanceof t))throw new TypeErr... function a (line 2) | function a(e){r$(i,n,o,a,s,"next",e)} method constructor (line 2) | constructor(){super(...arguments),this.children=[]} method getChildren (line 2) | getChildren(e){if(!e)return this.children||[];const t=this.children||[... method hasChildren (line 2) | hasChildren(){return this.getChildren().length>0} method removeChildren (line 2) | removeChildren(){return this.getChildren().forEach((e=>{e.parent=null,... method destroyChildren (line 2) | destroyChildren(){return this.getChildren().forEach((e=>{e.parent=null... method add (line 2) | add(...e){if(0===e.length)return this;if(e.length>1){for(let t=0;t0?t[0]:void 0} method _generalFind (line 2) | _generalFind(e,t){const r=[];return this._descendants((n=>{const o=n._... method _descendants (line 2) | _descendants(e){let t=!1;const r=this.getChildren();for(const n of r){... method toObject (line 2) | toObject(){const e=o.Node.prototype.toObject.call(this);return e.child... method isAncestorOf (line 2) | isAncestorOf(e){let t=e.getParent();for(;t;){if(t._id===this._id)retur... method clone (line 2) | clone(e){const t=o.Node.prototype.clone.call(this,e);return this.getCh... method getAllIntersections (line 2) | getAllIntersections(e){const t=[];return this.find("Shape").forEach((r... method _clearSelfAndDescendantCache (line 2) | _clearSelfAndDescendantCache(e){var t;super._clearSelfAndDescendantCac... method _setChildrenIndices (line 2) | _setChildrenIndices(){var e;null===(e=this.children)||void 0===e||e.fo... method drawScene (line 2) | drawScene(e,t,r){const n=this.getLayer(),o=e||n&&n.getCanvas(),i=o&&o.... method drawHit (line 2) | drawHit(e,t){if(!this.shouldDrawHit(t))return this;const r=this.getLay... method _drawChildren (line 2) | _drawChildren(e,t,r,n){var o;const i=t&&t.getContext(),a=this.clipWidt... method getClientRect (line 2) | getClientRect(e={}){var t;const r=e.skipTransform,n=e.relativeTo;let o... method constructor (line 2) | constructor(e,t,r){this._worksheet=e,this._number=t,!1!==r&&(this.defn... method number (line 2) | get number(){return this._number} method worksheet (line 2) | get worksheet(){return this._worksheet} method letter (line 2) | get letter(){return i.n2l(this._number)} method isCustomWidth (line 2) | get isCustomWidth(){return void 0!==this.width&&9!==this.width} method defn (line 2) | get defn(){return{header:this._header,key:this.key,width:this.width,st... method defn (line 2) | set defn(e){e?(this.key=e.key,this.width=void 0!==e.width?e.width:9,th... method headers (line 2) | get headers(){return this._header&&this._header instanceof Array?this.... method header (line 2) | get header(){return this._header} method header (line 2) | set header(e){void 0!==e?(this._header=e,this.headers.forEach(((e,t)=>... method key (line 2) | get key(){return this._key} method key (line 2) | set key(e){(this._key&&this._worksheet.getColumnKey(this._key))===this... method hidden (line 2) | get hidden(){return!!this._hidden} method hidden (line 2) | set hidden(e){this._hidden=e} method outlineLevel (line 2) | get outlineLevel(){return this._outlineLevel||0} method outlineLevel (line 2) | set outlineLevel(e){this._outlineLevel=e} method collapsed (line 2) | get collapsed(){return!!(this._outlineLevel&&this._outlineLevel>=this.... method toString (line 2) | toString(){return JSON.stringify({key:this.key,width:this.width,header... method equivalentTo (line 2) | equivalentTo(e){return this.width===e.width&&this.hidden===e.hidden&&t... method isDefault (line 2) | get isDefault(){if(this.isCustomWidth)return!1;if(this.hidden)return!1... method headerCount (line 2) | get headerCount(){return this.headers.length} method eachCell (line 2) | eachCell(e,t){const r=this.number;t||(t=e,e=null),this._worksheet.each... method values (line 2) | get values(){const e=[];return this.eachCell(((t,r)=>{t&&t.type!==o.Va... method values (line 2) | set values(e){if(!e)return;const t=this.number;let r=0;e.hasOwnPropert... method _applyStyle (line 2) | _applyStyle(e,t){return this.style[e]=t,this.eachCell((r=>{r[e]=t})),t} method numFmt (line 2) | get numFmt(){return this.style.numFmt} method numFmt (line 2) | set numFmt(e){this._applyStyle("numFmt",e)} method font (line 2) | get font(){return this.style.font} method font (line 2) | set font(e){this._applyStyle("font",e)} method alignment (line 2) | get alignment(){return this.style.alignment} method alignment (line 2) | set alignment(e){this._applyStyle("alignment",e)} method protection (line 2) | get protection(){return this.style.protection} method protection (line 2) | set protection(e){this._applyStyle("protection",e)} method border (line 2) | get border(){return this.style.border} method border (line 2) | set border(e){this._applyStyle("border",e)} method fill (line 2) | get fill(){return this.style.fill} method fill (line 2) | set fill(e){this._applyStyle("fill",e)} method toModel (line 2) | static toModel(e){const t=[];let r=null;return e&&e.forEach(((e,n)=>{e... method fromModel (line 2) | static fromModel(e,t){const r=[];let n=1,o=0;for(t=(t=t||[]).sort((fun... method constructor (line 2) | constructor(){super(),this.map={"v:shape":new i}} method tag (line 2) | get tag(){return"xml"} method render (line 2) | render(e,t){e.openXml(n.StdDocAttributes),e.openNode(this.tag,a.DRAWIN... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.mod... method reconcile (line 2) | reconcile(e,t){e.anchors.forEach((e=>{e.br?this.map["xdr:twoCellAnchor... method constructor (line 2) | constructor(){super(),this.map={"v:textbox":new o,"x:ClientData":new i}} method tag (line 2) | get tag(){return"v:shape"} method render (line 2) | render(e,t,r){e.openNode("v:shape",a.V_SHAPE_ATTRIBUTES(t,r)),e.leafNo... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):(e.name=... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method constructor (line 2) | constructor(){super(),this.map={Relationship:new i}} method render (line 2) | render(e,t){t=t||this._values,e.openXml(n.StdDocAttributes),e.openNode... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;if("Rel... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){if(this.parser)return this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(){super(),this.map={"x14:id":this.idXform=new i}} method tag (line 2) | get tag(){return"ext"} method render (line 2) | render(e,t){e.openNode(this.tag,{uri:"{B025F937-C7B1-47D3-B67F-A62EFF6... method createNewModel (line 2) | createNewModel(){return{}} method onParserClose (line 2) | onParserClose(e,t){this.model.x14Id=t.model} method constructor (line 2) | constructor(e){super(),this.model=e} method tag (line 2) | get tag(){return"r"} method textXform (line 2) | get textXform(){return this._textXform||(this._textXform=new n)} method fontXform (line 2) | get fontXform(){return this._fontXform||(this._fontXform=new o(a.FONT_... method render (line 2) | render(e,t){t=t||this.model,e.openNode("r"),t.font&&this.fontXform.ren... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){switch(e){case"r":return!1;case"t":return this.model.tex... method constructor (line 2) | constructor(e){super(),this.name=e,this.map={color:new i}} method tag (line 2) | get tag(){return this.name} method render (line 2) | render(e,t,r){const n=t&&t.color||r||this.defaultColor;e.openNode(this... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return this.parser?(this.parser.parseClose(e)||(this.par... method validStyle (line 2) | validStyle(e){return a.validStyleValues[e]} method constructor (line 2) | constructor(){super(),this.map={fgColor:new o("fgColor"),bgColor:new o... method name (line 2) | get name(){return"pattern"} method tag (line 2) | get tag(){return"patternFill"} method render (line 2) | render(e,t){e.openNode("patternFill"),e.addAttribute("patternType",t.p... method parseOpen (line 2) | parseOpen(e){return this.parser?(this.parser.parseOpen(e),!0):"pattern... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.p... method constructor (line 2) | constructor(e){this.parserOptions=e,this.rowParser=new o.RowParser(thi... method removeBOM (line 2) | static removeBOM(e){return e&&65279===e.charCodeAt(0)?e.slice(1):e} method parse (line 2) | parse(e,t){const r=new n.Scanner({line:a.removeBOM(e),parserOptions:th... method parseWithoutComments (line 2) | parseWithoutComments(e){const t=[];let r=!0;for(;r;)r=this.parseRow(e,... method parseWithComments (line 2) | parseWithComments(e){const{parserOptions:t}=this,r=[];for(let n=e.next... method parseRow (line 2) | parseRow(e,t){if(!e.nextNonSpaceToken)return!1;const r=this.rowParser.... method constructor (line 2) | constructor(e){super(e),this.listening(!1),n.Util.warn('Konva.Fast lay... method _validateAdd (line 2) | _validateAdd(e){const t=e.getType();"Group"!==t&&"Shape"!==t&&n.Util.t... method constructor (line 2) | constructor(e,t){this.id=a.animIdCounter++,this.frame={time:0,timeDiff... method setLayers (line 2) | setLayers(e){let t=[];return e&&(t=Array.isArray(e)?e:[e]),this.layers... method getLayers (line 2) | getLayers(){return this.layers} method addLayer (line 2) | addLayer(e){const t=this.layers,r=t.length;for(let n=0;n=100&&r.shift()} method reset (line 2) | reset(){const e=this.getCanvas().getPixelRatio();this.setTransform(1*e... method getCanvas (line 2) | getCanvas(){return this.canvas} method clear (line 2) | clear(e){const t=this.getCanvas();e?this.clearRect(e.x||0,e.y||0,e.wid... method _applyLineCap (line 2) | _applyLineCap(e){const t=e.attrs.lineCap;t&&this.setAttr("lineCap",t)} method _applyOpacity (line 2) | _applyOpacity(e){const t=e.getAbsoluteOpacity();1!==t&&this.setAttr("g... method _applyLineJoin (line 2) | _applyLineJoin(e){const t=e.attrs.lineJoin;t&&this.setAttr("lineJoin",t)} method setAttr (line 2) | setAttr(e,t){this._context[e]=t} method arc (line 2) | arc(e,t,r,n,o,i){this._context.arc(e,t,r,n,o,i)} method arcTo (line 2) | arcTo(e,t,r,n,o){this._context.arcTo(e,t,r,n,o)} method beginPath (line 2) | beginPath(){this._context.beginPath()} method bezierCurveTo (line 2) | bezierCurveTo(e,t,r,n,o,i){this._context.bezierCurveTo(e,t,r,n,o,i)} method clearRect (line 2) | clearRect(e,t,r,n){this._context.clearRect(e,t,r,n)} method clip (line 2) | clip(...e){this._context.clip.apply(this._context,e)} method closePath (line 2) | closePath(){this._context.closePath()} method createImageData (line 2) | createImageData(e,t){const r=arguments;return 2===r.length?this._conte... method createLinearGradient (line 2) | createLinearGradient(e,t,r,n){return this._context.createLinearGradien... method createPattern (line 2) | createPattern(e,t){return this._context.createPattern(e,t)} method createRadialGradient (line 2) | createRadialGradient(e,t,r,n,o,i){return this._context.createRadialGra... method drawImage (line 2) | drawImage(e,t,r,n,o,i,a,s,l){const c=arguments,u=this._context;3===c.l... method ellipse (line 2) | ellipse(e,t,r,n,o,i,a,s){this._context.ellipse(e,t,r,n,o,i,a,s)} method isPointInPath (line 2) | isPointInPath(e,t,r,n){return r?this._context.isPointInPath(r,e,t,n):t... method fill (line 2) | fill(...e){this._context.fill.apply(this._context,e)} method fillRect (line 2) | fillRect(e,t,r,n){this._context.fillRect(e,t,r,n)} method strokeRect (line 2) | strokeRect(e,t,r,n){this._context.strokeRect(e,t,r,n)} method fillText (line 2) | fillText(e,t,r,n){n?this._context.fillText(e,t,r,n):this._context.fill... method measureText (line 2) | measureText(e){return this._context.measureText(e)} method getImageData (line 2) | getImageData(e,t,r,n){return this._context.getImageData(e,t,r,n)} method lineTo (line 2) | lineTo(e,t){this._context.lineTo(e,t)} method moveTo (line 2) | moveTo(e,t){this._context.moveTo(e,t)} method rect (line 2) | rect(e,t,r,n){this._context.rect(e,t,r,n)} method roundRect (line 2) | roundRect(e,t,r,n,o){this._context.roundRect(e,t,r,n,o)} method putImageData (line 2) | putImageData(e,t,r){this._context.putImageData(e,t,r)} method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,r,n){this._context.quadraticCurveTo(e,t,r,n)} method restore (line 2) | restore(){this._context.restore()} method rotate (line 2) | rotate(e){this._context.rotate(e)} method save (line 2) | save(){this._context.save()} method scale (line 2) | scale(e,t){this._context.scale(e,t)} method setLineDash (line 2) | setLineDash(e){this._context.setLineDash?this._context.setLineDash(e):... method getLineDash (line 2) | getLineDash(){return this._context.getLineDash()} method setTransform (line 2) | setTransform(e,t,r,n,o,i){this._context.setTransform(e,t,r,n,o,i)} method stroke (line 2) | stroke(e){e?this._context.stroke(e):this._context.stroke()} method strokeText (line 2) | strokeText(e,t,r,n){this._context.strokeText(e,t,r,n)} method transform (line 2) | transform(e,t,r,n,o,i){this._context.transform(e,t,r,n,o,i)} method translate (line 2) | translate(e,t){this._context.translate(e,t)} method _enableTrace (line 2) | _enableTrace(){let e,t,r=this,o=i.length,a=this.setAttr;const s=functi... method _applyGlobalCompositeOperation (line 2) | _applyGlobalCompositeOperation(e){const t=e.attrs.globalCompositeOpera... function s (line 2) | function s(e){r$(i,n,o,a,s,"throw",e)} method constructor (line 2) | constructor(e){super(e),this.dataArray=[],this.pathLength=0,this._read... method _readDataAttribute (line 2) | _readDataAttribute(){this.dataArray=s.parsePathData(this.data()),this.... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.dataArray;e.beginPath();let r=!1;for(let p=... method getSelfRect (line 2) | getSelfRect(){let e=[];this.dataArray.forEach((function(t){if("A"===t.... method getLength (line 2) | getLength(){return this.pathLength} method getPointAtLength (line 2) | getPointAtLength(e){return s.getPointAtLengthOfDataArray(e,this.dataAr... method getLineLength (line 2) | static getLineLength(e,t,r,n){return Math.sqrt((r-e)*(r-e)+(n-t)*(n-t))} method getPathLength (line 2) | static getPathLength(e){let t=0;for(let r=0;r\n")} method openNode (line 2) | openNode(e,t){const r=this.tos,n=this._xml;r&&this.open&&n.push(">"),t... method addAttribute (line 2) | addAttribute(e,t){if(!this.open)throw new Error("Cannot write attribut... method addAttributes (line 2) | addAttributes(e){if(!this.open)throw new Error("Cannot write attribute... method writeText (line 2) | writeText(e){const t=this._xml;this.open&&(t.push(">"),this.open=!1),t... method writeXml (line 2) | writeXml(e){this.open&&(this._xml.push(">"),this.open=!1),this.leaf=!1... method closeNode (line 2) | closeNode(){const e=this._stack.pop(),t=this._xml;this.leaf?t.push("/>... method leafNode (line 2) | leafNode(e,t,r){this.openNode(e,t),void 0!==r&&this.writeText(r),this.... method closeAll (line 2) | closeAll(){for(;this._stack.length;)this.closeNode()} method addRollback (line 2) | addRollback(){return this._rollbacks.push({xml:this._xml.length,stack:... method commit (line 2) | commit(){this._rollbacks.pop()} method rollback (line 2) | rollback(){const e=this._rollbacks.pop();this._xml.length>e.xml&&this.... method xml (line 2) | get xml(){return this.closeAll(),this._xml.join("")} method constructor (line 2) | constructor(e){super(),this.options=Object.assign({type:"nodebuffer",c... method append (line 2) | append(e,t){t.hasOwnProperty("base64")&&t.base64?this.zip.file(t.name,... method finalize (line 2) | async finalize(){const e=await this.zip.generateAsync(this.options);th... method read (line 2) | read(e){return this.stream.read(e)} method setEncoding (line 2) | setEncoding(e){return this.stream.setEncoding(e)} method pause (line 2) | pause(){return this.stream.pause()} method resume (line 2) | resume(){return this.stream.resume()} method isPaused (line 2) | isPaused(){return this.stream.isPaused()} method pipe (line 2) | pipe(e,t){return this.stream.pipe(e,t)} method unpipe (line 2) | unpipe(e){return this.stream.unpipe(e)} method unshift (line 2) | unshift(e){return this.stream.unshift(e)} method wrap (line 2) | wrap(e){return this.stream.wrap(e)} method constructor (line 2) | constructor(){super(),this.map={stop:new i}} method name (line 2) | get name(){return"gradient"} method tag (line 2) | get tag(){return"gradientFill"} method render (line 2) | render(e,t){switch(e.openNode("gradientFill"),t.gradient){case"angle":... method parseOpen (line 2) | parseOpen(e){if(this.parser)return this.parser.parseOpen(e),!0;switch(... method parseText (line 2) | parseText(e){this.parser&&this.parser.parseText(e)} method parseClose (line 2) | parseClose(e){return!!this.parser&&(this.parser.parseClose(e)||(this.m... method constructor (line 2) | constructor(e,t){super(),this.id=e,this.formatCode=t} method tag (line 2) | get tag(){return"numFmt"} method render (line 2) | render(e,t){e.leafNode("numFmt",{numFmtId:t.id,formatCode:t.formatCode})} method parseOpen (line 2) | parseOpen(e){return"numFmt"===e.name&&(this.model={id:parseInt(e.attri... method parseText (line 2) | parseText(){} method parseClose (line 2) | parseClose(){return!1} method constructor (line 2) | constructor(e){super({objectMode:e.objectMode}),this.lines="",this.row... method hasHitRowLimit (line 2) | get hasHitRowLimit(){return this.parserOptions.limitRows&&this.rowCoun... method shouldEmitRows (line 2) | get shouldEmitRows(){return this.parsedRowCount>this.parserOptions.ski... method shouldSkipLine (line 2) | get shouldSkipLine(){return this.parsedLineCount<=this.parserOptions.s... method transform (line 2) | transform(e){return this.rowTransformerValidator.rowTransform=e,this} method validate (line 2) | validate(e){return this.rowTransformerValidator.rowValidator=e,this} method emit (line 2) | emit(e){if("end"===e)return this.endEmitted||(this.endEmitted=!0,super... method _transform (line 2) | _transform(e,t,r){if(this.hasHitRowLimit)return r();const n=s.wrapDone... method _flush (line 2) | _flush(e){const t=s.wrapDoneCallback(e);if(this.hasHitRowLimit)return ... method parse (line 2) | parse(e,t){if(!e)return[];const{line:r,rows:n}=this.parser.parse(e,t);... method processRows (line 2) | processRows(e,r){const n=e.length,o=i=>{const a=e=>e?r(e):i%100!=0?o(i... method transformRow (line 2) | transformRow(e,t){try{this.headerTransformer.transform(e,((r,n)=>r?t(r... method checkAndEmitHeaders (line 2) | checkAndEmitHeaders(){!this.headersEmitted&&this.headerTransformer.hea... method skipRow (line 2) | skipRow(e){return this.rowCount-=1,e(null,{row:null,isValid:!0})} method pushRow (line 2) | pushRow(e,t){try{this.parserOptions.objectMode?this.push(e):this.push(... method wrapDoneCallback (line 2) | static wrapDoneCallback(e){let t=!1;return function(r){if(r){if(t)thro... method _sceneFunc (line 2) | _sceneFunc(e){const t=this.radiusX(),r=this.radiusY();e.beginPath(),e.... method getWidth (line 2) | getWidth(){return 2*this.radiusX()} method getHeight (line 2) | getHeight(){return 2*this.radiusY()} method setWidth (line 2) | setWidth(e){this.radiusX(e/2)} method setHeight (line 2) | setHeight(e){this.radiusY(e/2)} method constructor (line 2) | constructor(e){this.pixelRatio=1,this.width=0,this.height=0,this.isCac... method getContext (line 2) | getContext(){return this.context} method getPixelRatio (line 2) | getPixelRatio(){return this.pixelRatio} method setPixelRatio (line 2) | setPixelRatio(e){const t=this.pixelRatio;this.pixelRatio=e,this.setSiz... method setWidth (line 2) | setWidth(e){this.width=this._canvas.width=e*this.pixelRatio,this._canv... method setHeight (line 2) | setHeight(e){this.height=this._canvas.height=e*this.pixelRatio,this._c... method getWidth (line 2) | getWidth(){return this.width} method getHeight (line 2) | getHeight(){return this.height} method setSize (line 2) | setSize(e,t){this.setWidth(e||0),this.setHeight(t||0)} method toDataURL (line 2) | toDataURL(e,t){try{return this._canvas.toDataURL(e,t)}catch(e){try{ret... method _sceneFunc (line 2) | _sceneFunc(e){const t=this._getPoints();e.beginPath(),e.moveTo(t[0].x,... method _getPoints (line 2) | _getPoints(){const e=this.attrs.sides,t=this.attrs.radius||0,r=[];for(... method getSelfRect (line 2) | getSelfRect(){const e=this._getPoints();let t=e[0].x,r=e[0].y,n=e[0].x... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius(e/2)} method _sceneFunc (line 2) | _sceneFunc(e){e.beginPath(),e.arc(0,0,this.attrs.radius||0,0,2*Math.PI... method getWidth (line 2) | getWidth(){return 2*this.radius()} method getHeight (line 2) | getHeight(){return 2*this.radius()} method setWidth (line 2) | setWidth(e){this.radius()!==e/2&&this.radius(e/2)} method setHeight (line 2) | setHeight(e){this.radius()!==e/2&&this.radius(e/2)} function p$ (line 2) | function p$(){p$=function(){return t};var e,t={},r=Object.prototype,n=r.... function m$ (line 2) | function m$(e){return m$="function"==typeof Symbol&&"symbol"==typeof Sym... function g$ (line 2) | function g$(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e... function v$ (line 2) | function v$(e,t){if(e){if("string"==typeof e)return b$(e,t);var r={}.toS... function b$ (line 2) | function b$(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function y$ (line 2) | function y$(e,t,r,n,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return v... function w$ (line 2) | function w$(e){return function(){var t=this,r=arguments;return new Promi... function x$ (line 2) | function x$(e,t,r){return(t=function(e){var t=function(e){if("object"!=m... function C$ (line 2) | function C$(e,t,r){return k$.apply(this,arguments)} function k$ (line 2) | function k$(){return(k$=w$(p$().mark((function e(t,r,n){var o,i;return p... function E$ (line 2) | function E$(e,t){var r=new Blob([e],{type:"application/octet-stream"});(... function O$ (line 2) | function O$(e){var t,r=g$(e.getPages());try{for(r.s();!(t=r.n()).done;){... function A$ (line 2) | function A$(e,t){return T$.apply(this,arguments)} function T$ (line 2) | function T$(){return(T$=w$(p$().mark((function e(t,r){var n,o,i,a,s,l,c,... function j$ (line 2) | function j$(e,t){return P$.apply(this,arguments)} function P$ (line 2) | function P$(){return P$=w$(p$().mark((function e(t,r){var n,o,i,a,s,l,c,... function _$ (line 2) | function _$(e,t){return function(e){if(Array.isArray(e))return e}(e)||fu... function I$ (line 2) | function I$(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array... function F$ (line 2) | function F$(e){return F$="function"==typeof Symbol&&"symbol"==typeof Sym... function D$ (line 2) | function D$(e,t){for(var r=0;r\s*/y; constant TOKEN_COLON (line 1969) | const TOKEN_COLON = /\s*:\s*/y; constant TOKEN_COMMA (line 1970) | const TOKEN_COMMA = /\s*,?\s*/y; constant TOKEN_BLANK (line 1971) | const TOKEN_BLANK = /\s+/y; class FluentResource (line 1972) | class FluentResource { method constructor (line 1973) | constructor(source) { class Indent (line 2320) | class Indent { method constructor (line 2321) | constructor(value, length) { constant TEXT_LEVEL_ELEMENTS (line 2332) | const TEXT_LEVEL_ELEMENTS = { constant LOCALIZABLE_ATTRIBUTES (line 2335) | const LOCALIZABLE_ATTRIBUTES = { function translateElement (line 2358) | function translateElement(element, translation) { function overlayChildNodes (line 2375) | function overlayChildNodes(fromFragment, toElement) { function hasAttribute (line 2396) | function hasAttribute(attributes, name) { function overlayAttributes (line 2407) | function overlayAttributes(fromElement, toElement) { function getNodeForNamedElement (line 2423) | function getNodeForNamedElement(sourceElement, translatedChild) { function createSanitizedElement (line 2438) | function createSanitizedElement(element) { function createTextNodeFromTextContent (line 2442) | function createTextNodeFromTextContent(element) { function isElementAllowed (line 2445) | function isElementAllowed(element) { function isAttrNameLocalizable (line 2449) | function isAttrNameLocalizable(name, element, explicitlyAllowed = null) { function shallowPopulateUsing (line 2476) | function shallowPopulateUsing(fromElement, toElement) { class CachedIterable (line 2482) | class CachedIterable extends Array { method from (line 2483) | static from(iterable) { class CachedSyncIterable (line 2492) | class CachedSyncIterable extends CachedIterable { method constructor (line 2493) | constructor(iterable) { method touchNext (line 2513) | touchNext(count = 1) { method [Symbol.iterator] (line 2501) | [Symbol.iterator]() { class CachedAsyncIterable (line 2527) | class CachedAsyncIterable extends CachedIterable { method constructor (line 2528) | constructor(iterable) { method touchNext (line 2550) | async touchNext(count = 1) { method [Symbol.asyncIterator] (line 2538) | [Symbol.asyncIterator]() { class Localization (line 2567) | class Localization { method constructor (line 2568) | constructor(resourceIds = [], generateBundles) { method addResourceIds (line 2573) | addResourceIds(resourceIds, eager = false) { method removeResourceIds (line 2578) | removeResourceIds(resourceIds) { method formatWithFallback (line 2583) | async formatWithFallback(keys, method) { method formatMessages (line 2605) | formatMessages(keys) { method formatValues (line 2608) | formatValues(keys) { method formatValue (line 2611) | async formatValue(id, args) { method handleEvent (line 2618) | handleEvent() { method onChange (line 2621) | onChange(eager = false) { function valueFromBundle (line 2628) | function valueFromBundle(bundle, errors, message, args) { function messageFromBundle (line 2634) | function messageFromBundle(bundle, errors, message, args) { function keysFromBundle (line 2655) | function keysFromBundle(method, bundle, keys, translations) { constant L10NID_ATTR_NAME (line 2683) | const L10NID_ATTR_NAME = "data-l10n-id"; constant L10NARGS_ATTR_NAME (line 2684) | const L10NARGS_ATTR_NAME = "data-l10n-args"; constant L10N_ELEMENT_QUERY (line 2685) | const L10N_ELEMENT_QUERY = `[${L10NID_ATTR_NAME}]`; class DOMLocalization (line 2686) | class DOMLocalization extends Localization { method constructor (line 2687) | constructor(resourceIds, generateBundles) { method onChange (line 2702) | onChange(eager = false) { method setAttributes (line 2708) | setAttributes(element, id, args) { method getAttributes (line 2717) | getAttributes(element) { method connectRoot (line 2723) | connectRoot(newRoot) { method disconnectRoot (line 2741) | disconnectRoot(root) { method translateRoots (line 2754) | translateRoots() { method pauseObserving (line 2758) | pauseObserving() { method resumeObserving (line 2765) | resumeObserving() { method translateMutations (line 2773) | translateMutations(mutations) { method translateFragment (line 2806) | translateFragment(frag) { method translateElements (line 2809) | async translateElements(elements) { method applyTranslations (line 2817) | applyTranslations(elements, translations) { method getTranslatables (line 2826) | getTranslatables(element) { method getKeysForElement (line 2833) | getKeysForElement(element) { class L10n (line 2844) | class L10n { method constructor (line 2848) | constructor({ method _setL10n (line 2856) | _setL10n(l10n) { method getLanguage (line 2859) | getLanguage() { method getDirection (line 2862) | getDirection() { method get (line 2865) | async get(ids, args = null, fallback) { method translate (line 2879) | async translate(element) { method pause (line 2885) | pause() { method resume (line 2888) | resume() { method #fixupLangCode (line 2891) | static #fixupLangCode(langCode) { method #isRTL (line 2911) | static #isRTL(lang) { function createBundle (line 2923) | function createBundle(lang, text) { class genericl10n_GenericL10n (line 2932) | class genericl10n_GenericL10n extends L10n { method constructor (line 2933) | constructor(lang) { method #generateBundles (line 2940) | static async *#generateBundles(defaultLang, baseLang) { method #createBundle (line 2963) | static async #createBundle(lang, baseURL, paths) { method #getPaths (line 2972) | static async #getPaths() { method #generateBundlesFallback (line 2988) | static async *#generateBundlesFallback(lang) { method #createBundleFallback (line 2991) | static async #createBundleFallback(lang) { function docProperties (line 2999) | async function docProperties(pdfDocument) { class GenericScripting (line 3025) | class GenericScripting { method constructor (line 3026) | constructor(sandboxBundleSrc) { method createSandbox (line 3034) | async createSandbox(data) { method dispatchEventInSandbox (line 3038) | async dispatchEventInSandbox(event) { method destroySandbox (line 3042) | async destroySandbox() { function initCom (line 3054) | function initCom(app) {} class Preferences (line 3055) | class Preferences extends BasePreferences { method _writeToStorage (line 3056) | async _writeToStorage(prefObj) { method _readFromStorage (line 3059) | async _readFromStorage(prefObj) { class ExternalServices (line 3065) | class ExternalServices extends BaseExternalServices { method createL10n (line 3066) | async createL10n() { method createScripting (line 3069) | createScripting() { class MLManager (line 3073) | class MLManager { method guess (line 3074) | async guess() { class AltTextManager (line 3081) | class AltTextManager { method constructor (line 3101) | constructor({ method _elements (line 3130) | get _elements() { method #createSVGElement (line 3133) | #createSVGElement() { method editAltText (line 3159) | async editAltText(uiManager, editor) { method #setPosition (line 3193) | #setPosition() { method #finish (line 3269) | #finish() { method #close (line 3274) | #close() { method #updateUIState (line 3287) | #updateUIState() { method #save (line 3290) | #save() { method #onClick (line 3306) | #onClick(evt) { method #removeOnClickListeners (line 3313) | #removeOnClickListeners() { method destroy (line 3318) | destroy() { class AnnotationEditorParams (line 3328) | class AnnotationEditorParams { method constructor (line 3329) | constructor(options, eventBus) { method #bindListeners (line 3333) | #bindListeners({ constant PRECISION (line 3410) | const PRECISION = 1e-1; class CaretBrowsingMode (line 3411) | class CaretBrowsingMode { method constructor (line 3415) | constructor(mainContainer, viewerContainer, toolbarContainer) { method #isOnSameLine (line 3420) | #isOnSameLine(rect1, rect2) { method #isUnderOver (line 3429) | #isUnderOver(rect, x, y, isUp) { method #isVisible (line 3433) | #isVisible(rect) { method #getCaretPosition (line 3436) | #getCaretPosition(selection, isUp) { method #caretPositionFromPoint (line 3447) | static #caretPositionFromPoint(x, y) { method #setCaretPositionHelper (line 3460) | #setCaretPositionHelper(selection, caretX, select, element, rect) { method #setCaretPosition (line 3517) | #setCaretPosition(select, selection, newLineElement, newLineElementRec... method #getNodeOnNextPage (line 3527) | #getNodeOnNextPage(textLayer, isUp) { method moveCaret (line 3543) | moveCaret(isUp, select) { function download (line 3612) | function download(blobUrl, filename) { class DownloadManager (line 3626) | class DownloadManager { method downloadUrl (line 3628) | downloadUrl(url, filename, _options) { method downloadData (line 3635) | downloadData(data, filename, contentType) { method openOrDownloadData (line 3641) | openOrDownloadData(data, filename, dest = null) { method download (line 3669) | download(blob, url, filename, _options) { class OverlayManager (line 3676) | class OverlayManager { method active (line 3679) | get active() { method register (line 3682) | async register(dialog, canForceClose = false) { method open (line 3695) | async open(dialog) { method close (line 3710) | async close(dialog = this.#active) { class PasswordPrompt (line 3725) | class PasswordPrompt { method constructor (line 3729) | constructor(options, overlayManager, isViewerEmbedded = false) { method open (line 3747) | async open() { method close (line 3762) | async close() { method #verify (line 3767) | #verify() { method #cancel (line 3773) | #cancel() { method #invokeCallback (line 3777) | #invokeCallback(password) { method setUpdateCallback (line 3786) | async setUpdateCallback(updateCallback, reason) { constant TREEITEM_OFFSET_TOP (line 3797) | const TREEITEM_OFFSET_TOP = -100; constant TREEITEM_SELECTED_CLASS (line 3798) | const TREEITEM_SELECTED_CLASS = "selected"; class BaseTreeViewer (line 3799) | class BaseTreeViewer { method constructor (line 3800) | constructor(options) { method reset (line 3809) | reset() { method _dispatchEvent (line 3816) | _dispatchEvent(count) { method _bindLink (line 3819) | _bindLink(element, params) { method _normalizeTextContent (line 3822) | _normalizeTextContent(str) { method _addToggleButton (line 3825) | _addToggleButton(div, hidden = false) { method _toggleTreeItem (line 3841) | _toggleTreeItem(root, show = false) { method _toggleAllTreeItems (line 3849) | _toggleAllTreeItems() { method _finishRendering (line 3852) | _finishRendering(fragment, count, hasAnyNesting = false) { method render (line 3862) | render(params) { method _updateCurrentTreeItem (line 3865) | _updateCurrentTreeItem(treeItem = null) { method _scrollToCurrentTreeItem (line 3875) | _scrollToCurrentTreeItem(treeItem) { class PDFAttachmentViewer (line 3897) | class PDFAttachmentViewer extends BaseTreeViewer { method constructor (line 3898) | constructor(options) { method reset (line 3903) | reset(keepRenderedCapability = false) { method _dispatchEvent (line 3911) | async _dispatchEvent(attachmentsCount) { method _bindLink (line 3930) | _bindLink(element, { method render (line 3943) | render({ method #appendAttachment (line 3970) | #appendAttachment(item) { constant CSS_CLASS_GRAB (line 3992) | const CSS_CLASS_GRAB = "grab-to-pan-grab"; class GrabToPan (line 3993) | class GrabToPan { method constructor (line 3994) | constructor({ method activate (line 4008) | activate() { method deactivate (line 4015) | deactivate() { method toggle (line 4023) | toggle() { method ignoreTarget (line 4030) | ignoreTarget(node) { method #onMouseDown (line 4033) | #onMouseDown(event) { method #onMouseMove (line 4058) | #onMouseMove(event) { method #endPan (line 4075) | #endPan() { class PDFCursorTools (line 4087) | class PDFCursorTools { method constructor (line 4090) | constructor({ method activeTool (line 4102) | get activeTool() { method switchTool (line 4105) | switchTool(tool) { method #addEventListeners (line 4141) | #addEventListeners() { method _handTool (line 4186) | get _handTool() { constant DEFAULT_FIELD_CONTENT (line 4196) | const DEFAULT_FIELD_CONTENT = "-"; constant NON_METRIC_LOCALES (line 4197) | const NON_METRIC_LOCALES = ["en-us", "en-lr", "my"]; constant US_PAGE_NAMES (line 4198) | const US_PAGE_NAMES = { constant METRIC_PAGE_NAMES (line 4202) | const METRIC_PAGE_NAMES = { function getPageName (line 4206) | function getPageName(size, isPortrait, pageNames) { class PDFDocumentProperties (line 4211) | class PDFDocumentProperties { method constructor (line 4213) | constructor({ method open (line 4234) | async open() { method close (line 4279) | async close() { method setDocument (line 4282) | setDocument(pdfDocument) { method #reset (line 4293) | #reset() { method #updateUI (line 4300) | #updateUI(reset = false) { method #parseFileSize (line 4315) | async #parseFileSize(fileSize = 0) { method #parsePageSize (line 4327) | async #parsePageSize(pageSizeInches, pagesRotation) { method #parseDate (line 4379) | async #parseDate(inputDate) { method #parseLinearization (line 4389) | #parseLinearization(isLinearized) { function isAlphabeticalScript (line 4405) | function isAlphabeticalScript(charCode) { function isAscii (line 4408) | function isAscii(charCode) { function isAsciiAlpha (line 4411) | function isAsciiAlpha(charCode) { function isAsciiDigit (line 4414) | function isAsciiDigit(charCode) { function isAsciiSpace (line 4417) | function isAsciiSpace(charCode) { function isHan (line 4420) | function isHan(charCode) { function isKatakana (line 4423) | function isKatakana(charCode) { function isHiragana (line 4426) | function isHiragana(charCode) { function isHalfwidthKatakana (line 4429) | function isHalfwidthKatakana(charCode) { function isThai (line 4432) | function isThai(charCode) { function getCharacterType (line 4435) | function getCharacterType(charCode) { function getNormalizeWithNFKC (line 4463) | function getNormalizeWithNFKC() { constant FIND_TIMEOUT (line 4477) | const FIND_TIMEOUT = 250; constant MATCH_SCROLL_OFFSET_TOP (line 4478) | const MATCH_SCROLL_OFFSET_TOP = -50; constant MATCH_SCROLL_OFFSET_LEFT (line 4479) | const MATCH_SCROLL_OFFSET_LEFT = -400; constant CHARACTERS_TO_NORMALIZE (line 4480) | const CHARACTERS_TO_NORMALIZE = { constant DIACRITICS_EXCEPTION (line 4494) | const DIACRITICS_EXCEPTION = new Set([0x3099, 0x309a, 0x094d, 0x09cd, 0x... constant DIACRITICS_EXCEPTION_STR (line 4495) | let DIACRITICS_EXCEPTION_STR; constant DIACRITICS_REG_EXP (line 4496) | const DIACRITICS_REG_EXP = /\p{M}+/gu; constant SPECIAL_CHARS_REG_EXP (line 4497) | const SPECIAL_CHARS_REG_EXP = /([.*+?^${}()|[\]\\])|(\p{P})|(\s+)|(\p{M}... constant NOT_DIACRITIC_FROM_END_REG_EXP (line 4498) | const NOT_DIACRITIC_FROM_END_REG_EXP = /([^\p{M}])\p{M}*$/u; constant NOT_DIACRITIC_FROM_START_REG_EXP (line 4499) | const NOT_DIACRITIC_FROM_START_REG_EXP = /^\p{M}*([^\p{M}])/u; constant SYLLABLES_REG_EXP (line 4500) | const SYLLABLES_REG_EXP = /[\uAC00-\uD7AF\uFA6C\uFACF-\uFAD1\uFAD5-\uFAD... constant SYLLABLES_LENGTHS (line 4501) | const SYLLABLES_LENGTHS = new Map(); constant FIRST_CHAR_SYLLABLES_REG_EXP (line 4502) | const FIRST_CHAR_SYLLABLES_REG_EXP = "[\\u1100-\\u1112\\ud7a4-\\ud7af\\u... constant NFKC_CHARS_TO_NORMALIZE (line 4503) | const NFKC_CHARS_TO_NORMALIZE = new Map(); function normalize (line 4506) | function normalize(text) { function getOriginalIndex (line 4649) | function getOriginalIndex(diffs, pos, len) { class PDFFindController (line 4668) | class PDFFindController { method constructor (line 4672) | constructor({ method highlightMatches (line 4685) | get highlightMatches() { method pageMatches (line 4688) | get pageMatches() { method pageMatchesLength (line 4691) | get pageMatchesLength() { method selected (line 4694) | get selected() { method state (line 4697) | get state() { method setDocument (line 4700) | setDocument(pdfDocument) { method #onFind (line 4710) | #onFind(state) { method scrollMatchIntoView (line 4760) | scrollMatchIntoView({ method #reset (line 4780) | #reset() { method #query (line 4810) | get #query() { method #shouldDirtyMatch (line 4823) | #shouldDirtyMatch(state) { method #isEntireWord (line 4848) | #isEntireWord(content, startIdx, length) { method #calculateRegExpMatch (line 4867) | #calculateRegExpMatch(query, entireWord, pageIndex, pageContent) { method #convertToRegExpString (line 4886) | #convertToRegExpString(query, hasDiacritics) { method #calculateMatch (line 4926) | #calculateMatch(pageIndex) { method #extractText (line 4967) | #extractText() { method #updatePage (line 5002) | #updatePage(index) { method #updateAllPages (line 5011) | #updateAllPages() { method #nextMatch (line 5017) | #nextMatch() { method #matchesReady (line 5066) | #matchesReady(matches) { method #nextPageMatch (line 5085) | #nextPageMatch() { method #advanceOffsetPage (line 5099) | #advanceOffsetPage(previous) { method #updateMatch (line 5110) | #updateMatch(found = false) { method #onFindBarClose (line 5129) | #onFindBarClose(evt) { method #requestMatchesCount (line 5148) | #requestMatchesCount() { method #updateUIResultsCount (line 5169) | #updateUIResultsCount() { method #updateUIState (line 5175) | #updateUIState(state, previous = false) { constant MATCHES_COUNT_LIMIT (line 5192) | const MATCHES_COUNT_LIMIT = 1000; class PDFFindBar (line 5193) | class PDFFindBar { method constructor (line 5195) | constructor(options, eventBus) { method reset (line 5246) | reset() { method dispatchEvent (line 5249) | dispatchEvent(type, findPrev = false) { method updateUIState (line 5261) | updateUIState(state, previous, matchesCount) { method updateResultsCount (line 5293) | updateResultsCount({ method open (line 5313) | open() { method close (line 5323) | close() { method toggle (line 5334) | toggle() { method #resizeObserverCallback (line 5341) | #resizeObserverCallback(entries) { constant HASH_CHANGE_TIMEOUT (line 5357) | const HASH_CHANGE_TIMEOUT = 1000; constant POSITION_UPDATED_THRESHOLD (line 5358) | const POSITION_UPDATED_THRESHOLD = 50; constant UPDATE_VIEWAREA_TIMEOUT (line 5359) | const UPDATE_VIEWAREA_TIMEOUT = 1000; function getCurrentHash (line 5360) | function getCurrentHash() { class PDFHistory (line 5363) | class PDFHistory { method constructor (line 5365) | constructor({ method initialize (line 5383) | initialize({ method reset (line 5439) | reset() { method push (line 5452) | push({ method pushPage (line 5499) | pushPage(pageNumber) { method pushCurrentPosition (line 5526) | pushCurrentPosition() { method back (line 5532) | back() { method forward (line 5541) | forward() { method popStateInProgress (line 5550) | get popStateInProgress() { method initialBookmark (line 5553) | get initialBookmark() { method initialRotation (line 5556) | get initialRotation() { method #pushOrReplaceState (line 5559) | #pushOrReplaceState(destination, forceReplace = false) { method #tryPushCurrentPosition (line 5580) | #tryPushCurrentPosition(temporary = false) { method #isValidPage (line 5612) | #isValidPage(val) { method #isValidState (line 5615) | #isValidState(state, checkReload = false) { method #updateInternalState (line 5640) | #updateInternalState(destination, uid, removeTemporary = false) { method #parseCurrentHash (line 5653) | #parseCurrentHash(checkNameddest = false) { method #updateViewarea (line 5667) | #updateViewarea({ method #popState (line 5695) | #popState({ method #pageHide (line 5745) | #pageHide() { method #bindEvents (line 5750) | #bindEvents() { method #unbindEvents (line 5768) | #unbindEvents() { function isDestHashesEqual (line 5773) | function isDestHashesEqual(destHash, pushHash) { function isDestArraysEqual (line 5786) | function isDestArraysEqual(firstDest, secondDest) { class PDFLayerViewer (line 5823) | class PDFLayerViewer extends BaseTreeViewer { method constructor (line 5824) | constructor(options) { method reset (line 5834) | reset() { method _dispatchEvent (line 5839) | _dispatchEvent(layersCount) { method _bindLink (line 5845) | _bindLink(element, { method _setNestedName (line 5869) | async _setNestedName(element, { method _addToggleButton (line 5879) | _addToggleButton(div, { method _toggleAllTreeItems (line 5884) | _toggleAllTreeItems() { method render (line 5890) | render({ method #updateLayers (line 5950) | async #updateLayers(promise = null) { class PDFOutlineViewer (line 5981) | class PDFOutlineViewer extends BaseTreeViewer { method constructor (line 5982) | constructor(options) { method reset (line 5999) | reset() { method _dispatchEvent (line 6008) | _dispatchEvent(outlineCount) { method _bindLink (line 6021) | _bindLink(element, { method _setStyles (line 6069) | _setStyles(element, { method _addToggleButton (line 6080) | _addToggleButton(div, { method _toggleAllTreeItems (line 6106) | _toggleAllTreeItems() { method render (line 6112) | render({ method _currentOutlineItem (line 6159) | async _currentOutlineItem() { method _getPageNumberToDestHash (line 6187) | async _getPageNumberToDestHash(pdfDocument) { constant DELAY_BEFORE_HIDING_CONTROLS (line 6243) | const DELAY_BEFORE_HIDING_CONTROLS = 3000; constant ACTIVE_SELECTOR (line 6244) | const ACTIVE_SELECTOR = "pdfPresentationMode"; constant CONTROLS_SELECTOR (line 6245) | const CONTROLS_SELECTOR = "pdfPresentationModeControls"; constant MOUSE_SCROLL_COOLDOWN_TIME (line 6246) | const MOUSE_SCROLL_COOLDOWN_TIME = 50; constant PAGE_SWITCH_THRESHOLD (line 6247) | const PAGE_SWITCH_THRESHOLD = 0.1; constant SWIPE_MIN_DISTANCE_THRESHOLD (line 6248) | const SWIPE_MIN_DISTANCE_THRESHOLD = 50; constant SWIPE_ANGLE_THRESHOLD (line 6249) | const SWIPE_ANGLE_THRESHOLD = Math.PI / 6; class PDFPresentationMode (line 6250) | class PDFPresentationMode { method constructor (line 6255) | constructor({ method request (line 6268) | async request() { method active (line 6303) | get active() { method #mouseWheel (line 6306) | #mouseWheel(evt) { method #notifyStateChange (line 6330) | #notifyStateChange(state) { method #enter (line 6337) | #enter() { method #exit (line 6358) | #exit() { method #mouseDown (line 6382) | #mouseDown(evt) { method #contextMenu (line 6401) | #contextMenu() { method #showControls (line 6404) | #showControls() { method #hideControls (line 6415) | #hideControls() { method #resetMouseScrollState (line 6423) | #resetMouseScrollState() { method #touchSwipe (line 6427) | #touchSwipe(evt) { method #addWindowListeners (line 6473) | #addWindowListeners() { method #removeWindowListeners (line 6508) | #removeWindowListeners() { method #addFullscreenChangeListeners (line 6512) | #addFullscreenChangeListeners() { method #removeFullscreenChangeListeners (line 6527) | #removeFullscreenChangeListeners() { class XfaLayerBuilder (line 6535) | class XfaLayerBuilder { method constructor (line 6536) | constructor({ method render (line 6549) | async render(viewport, intent = "display") { method cancel (line 6588) | cancel() { method hide (line 6591) | hide() { function getXfaHtmlForPrinting (line 6603) | function getXfaHtmlForPrinting(printContainer, pdfDocument) { function renderPage (line 6634) | function renderPage(activeServiceOnEntry, pdfDocument, pageNumber, size,... class PDFPrintService (line 6666) | class PDFPrintService { method constructor (line 6667) | constructor({ method layout (line 6685) | layout() { method destroy (line 6701) | destroy() { method renderPages (line 6721) | renderPages() { method useRenderedPage (line 6742) | useRenderedPage() { method performPrint (line 6762) | performPrint() { method active (line 6775) | get active() { method throwIfInactive (line 6778) | throwIfInactive() { function dispatchEvent (line 6817) | function dispatchEvent(eventType) { function abort (line 6825) | function abort() { function renderProgress (line 6831) | function renderProgress(index, total) { function ensureOverlay (line 6858) | function ensureOverlay() { class PDFPrintServiceFactory (line 6871) | class PDFPrintServiceFactory { method initGlobals (line 6872) | static initGlobals(app) { method supportsPrinting (line 6875) | static get supportsPrinting() { method createPrintService (line 6878) | static createPrintService(params) { constant CLEANUP_TIMEOUT (line 6889) | const CLEANUP_TIMEOUT = 30000; class PDFRenderingQueue (line 6890) | class PDFRenderingQueue { method constructor (line 6891) | constructor() { method setViewer (line 6903) | setViewer(pdfViewer) { method setThumbnailViewer (line 6906) | setThumbnailViewer(pdfThumbnailViewer) { method isHighestPriority (line 6909) | isHighestPriority(view) { method renderHighestPriority (line 6912) | renderHighestPriority(currentlyVisiblePages) { method getHighestPriority (line 6930) | getHighestPriority(visible, views, scrolledDown, preRenderExtra = fals... method isViewFinished (line 6971) | isViewFinished(view) { method renderView (line 6974) | renderView(view) { class PDFScriptingManager (line 7004) | class PDFScriptingManager { method constructor (line 7016) | constructor({ method setViewer (line 7025) | setViewer(pdfViewer) { method setDocument (line 7028) | async setDocument(pdfDocument) { method dispatchWillSave (line 7139) | async dispatchWillSave() { method dispatchDidSave (line 7145) | async dispatchDidSave() { method dispatchWillPrint (line 7151) | async dispatchWillPrint() { method dispatchDidPrint (line 7169) | async dispatchDidPrint() { method destroyPromise (line 7175) | get destroyPromise() { method ready (line 7178) | get ready() { method _pageOpenPending (line 7181) | get _pageOpenPending() { method _visitedPages (line 7184) | get _visitedPages() { method #updateFromSandbox (line 7187) | async #updateFromSandbox(detail) { method #dispatchPageOpen (line 7278) | async #dispatchPageOpen(pageNumber, initialize = false) { method #dispatchPageClose (line 7307) | async #dispatchPageClose(pageNumber) { method #initScripting (line 7331) | #initScripting() { method #destroyScripting (line 7338) | async #destroyScripting() { constant SIDEBAR_WIDTH_VAR (line 7368) | const SIDEBAR_WIDTH_VAR = "--sidebar-width"; constant SIDEBAR_MIN_WIDTH (line 7369) | const SIDEBAR_MIN_WIDTH = 200; constant SIDEBAR_RESIZING_CLASS (line 7370) | const SIDEBAR_RESIZING_CLASS = "sidebarResizing"; constant UI_NOTIFICATION_CLASS (line 7371) | const UI_NOTIFICATION_CLASS = "pdfSidebarNotification"; class PDFSidebar (line 7372) | class PDFSidebar { method constructor (line 7378) | constructor({ method reset (line 7406) | reset() { method visibleView (line 7416) | get visibleView() { method setInitialView (line 7419) | setInitialView(view = SidebarView.NONE) { method switchView (line 7433) | switchView(view, forceOpen = false) { method open (line 7483) | open() { method close (line 7497) | close(evt = null) { method toggle (line 7511) | toggle(evt = null) { method #dispatchEvent (line 7518) | #dispatchEvent() { method #showUINotification (line 7527) | #showUINotification() { method #hideUINotification (line 7533) | #hideUINotification(reset = false) { method #addEventListeners (line 7541) | #addEventListeners() { method outerContainerWidth (line 7640) | get outerContainerWidth() { method #updateWidth (line 7643) | #updateWidth(width = 0) { method #mouseMove (line 7658) | #mouseMove(evt) { method #mouseUp (line 7665) | #mouseUp(evt) { constant DRAW_UPSCALE_FACTOR (line 7678) | const DRAW_UPSCALE_FACTOR = 2; constant MAX_NUM_SCALING_STEPS (line 7679) | const MAX_NUM_SCALING_STEPS = 3; constant THUMBNAIL_WIDTH (line 7680) | const THUMBNAIL_WIDTH = 98; class TempImageFactory (line 7681) | class TempImageFactory { method getCanvas (line 7683) | static getCanvas(width, height) { method destroyCanvas (line 7696) | static destroyCanvas() { class PDFThumbnailView (line 7705) | class PDFThumbnailView { method constructor (line 7706) | constructor({ method #updateDims (line 7752) | #updateDims() { method setPdfPage (line 7767) | setPdfPage(pdfPage) { method reset (line 7777) | reset() { method update (line 7788) | update({ method cancelRendering (line 7801) | cancelRendering() { method #getPageDrawContext (line 7808) | #getPageDrawContext(upscaleFactor = 1) { method #convertCanvasToImage (line 7823) | #convertCanvasToImage(canvas) { method #finishRenderTask (line 7839) | async #finishRenderTask(renderTask, canvas, error = null) { method draw (line 7852) | async draw() { method setImage (line 7905) | setImage(pageView) { method #reduceImage (line 7926) | #reduceImage(img) { method #pageL10nArgs (line 7951) | get #pageL10nArgs() { method setPageLabel (line 7956) | setPageLabel(label) { constant THUMBNAIL_SCROLL_MARGIN (line 7969) | const THUMBNAIL_SCROLL_MARGIN = -19; constant THUMBNAIL_SELECTED_CLASS (line 7970) | const THUMBNAIL_SELECTED_CLASS = "selected"; class PDFThumbnailViewer (line 7971) | class PDFThumbnailViewer { method constructor (line 7972) | constructor({ method #scrollUpdated (line 7987) | #scrollUpdated() { method getThumbnail (line 7990) | getThumbnail(index) { method #getVisibleThumbs (line 7993) | #getVisibleThumbs() { method scrollThumbnailIntoView (line 7999) | scrollThumbnailIntoView(pageNumber) { method pagesRotation (line 8042) | get pagesRotation() { method pagesRotation (line 8045) | set pagesRotation(rotation) { method cleanup (line 8063) | cleanup() { method #resetView (line 8071) | #resetView() { method setDocument (line 8078) | setDocument(pdfDocument) { method #cancelRendering (line 8116) | #cancelRendering() { method setPageLabels (line 8121) | setPageLabels(labels) { method #ensurePdfPageLoaded (line 8137) | async #ensurePdfPageLoaded(thumbView) { method #getScrollAhead (line 8152) | #getScrollAhead(visible) { method forceRendering (line 8160) | forceRendering() { class AnnotationEditorLayerBuilder (line 8177) | class AnnotationEditorLayerBuilder { method constructor (line 8183) | constructor(options) { method render (line 8197) | async render(viewport, intent = "display") { method cancel (line 8239) | cancel() { method hide (line 8246) | hide() { method show (line 8252) | show() { class AnnotationLayerBuilder (line 8263) | class AnnotationLayerBuilder { method constructor (line 8266) | constructor({ method render (line 8299) | async render(viewport, intent = "display") { method cancel (line 8357) | cancel() { method hide (line 8362) | hide() { method #updatePresentationModeState (line 8368) | #updatePresentationModeState(state) { class DrawLayerBuilder (line 8393) | class DrawLayerBuilder { method constructor (line 8395) | constructor(options) { method render (line 8398) | async render(intent = "display") { method cancel (line 8406) | cancel() { method setParent (line 8414) | setParent(parent) { method getDrawLayer (line 8417) | getDrawLayer() { constant PDF_ROLE_TO_HTML_ROLE (line 8424) | const PDF_ROLE_TO_HTML_ROLE = { constant HEADING_PATTERN (line 8466) | const HEADING_PATTERN = /^H(\d+)$/; class StructTreeLayerBuilder (line 8467) | class StructTreeLayerBuilder { method renderingDone (line 8469) | get renderingDone() { method render (line 8472) | render(structTree) { method hide (line 8480) | hide() { method show (line 8485) | show() { method #setAttributes (line 8490) | #setAttributes(structElement, htmlElement) { method #walk (line 8506) | #walk(node) { class TextAccessibilityManager (line 8539) | class TextAccessibilityManager { method setTextMapping (line 8544) | setTextMapping(textDivs) { method #compareElementPositions (line 8547) | static #compareElementPositions(e1, e2) { method enable (line 8572) | enable() { method disable (line 8598) | disable() { method removePointerInTextLayer (line 8606) | removePointerInTextLayer(element) { method #addIdToAriaOwns (line 8635) | #addIdToAriaOwns(id, node) { method addPointerInTextLayer (line 8642) | addPointerInTextLayer(element, isRemovable) { method moveElementInDOM (line 8668) | moveElementInDOM(container, element, contentElement, isRemovable) { class TextHighlighter (line 8690) | class TextHighlighter { method constructor (line 8692) | constructor({ method setTextMapping (line 8705) | setTextMapping(divs, texts) { method enable (line 8709) | enable() { method disable (line 8729) | disable() { method _convertMatches (line 8738) | _convertMatches(matches, matchesLength) { method _renderMatches (line 8777) | _renderMatches(matches) { method _updateMatches (line 8876) | _updateMatches(reset = false) { class TextLayerBuilder (line 8912) | class TextLayerBuilder { method constructor (line 8919) | constructor({ method #finishRendering (line 8935) | #finishRendering() { method render (line 8942) | async render(viewport, textContentParams = null) { method hide (line 8972) | hide() { method show (line 8978) | show() { method cancel (line 8984) | cancel() { method #bindMouse (line 8991) | #bindMouse(end) { method #removeGlobalSelectionListener (line 9009) | static #removeGlobalSelectionListener(textLayerDiv) { method #enableGlobalSelectionListener (line 9016) | static #enableGlobalSelectionListener() { constant DEFAULT_LAYER_PROPERTIES (line 9096) | const DEFAULT_LAYER_PROPERTIES = null; constant LAYERS_ORDER (line 9097) | const LAYERS_ORDER = new Map([["canvasWrapper", 0], ["textLayer", 1], ["... class PDFPageView (line 9098) | class PDFPageView { method constructor (line 9114) | constructor(options) { method #addLayer (line 9177) | #addLayer(div, name) { method renderingState (line 9194) | get renderingState() { method renderingState (line 9197) | set renderingState(state) { method #setDimensions (line 9223) | #setDimensions() { method setPdfPage (line 9235) | setPdfPage(pdfPage) { method destroy (line 9250) | destroy() { method _textHighlighter (line 9254) | get _textHighlighter() { method #dispatchLayerRendered (line 9261) | #dispatchLayerRendered(name, error) { method #renderAnnotationLayer (line 9268) | async #renderAnnotationLayer() { method #renderAnnotationEditorLayer (line 9279) | async #renderAnnotationEditorLayer() { method #renderDrawLayer (line 9290) | async #renderDrawLayer() { method #renderXfaLayer (line 9297) | async #renderXfaLayer() { method #renderTextLayer (line 9316) | async #renderTextLayer() { method #renderStructTreeLayer (line 9333) | async #renderStructTreeLayer() { method #buildXfaTextContentItems (line 9347) | async #buildXfaTextContentItems(textDivs) { method _resetZoomLayer (line 9356) | _resetZoomLayer(removeFromDOM = false) { method reset (line 9369) | reset({ method update (line 9430) | update({ method cancelRendering (line 9528) | cancelRendering({ method cssTransform (line 9566) | cssTransform({ method width (line 9618) | get width() { method height (line 9621) | get height() { method getPagePoint (line 9624) | getPagePoint(x, y) { method #finishRenderTask (line 9627) | async #finishRenderTask(renderTask, error = null) { method draw (line 9650) | async draw() { method setPageLabel (line 9843) | setPageLabel(label) { method thumbnailCanvas (line 9854) | get thumbnailCanvas() { constant DEFAULT_CACHE_SIZE (line 9871) | const DEFAULT_CACHE_SIZE = 10; function isValidAnnotationEditorMode (line 9877) | function isValidAnnotationEditorMode(mode) { class PDFPageViewBuffer (line 9880) | class PDFPageViewBuffer { method constructor (line 9883) | constructor(size) { method push (line 9886) | push(view) { method resize (line 9896) | resize(newSize, idsToKeep = null) { method has (line 9916) | has(view) { method #destroyFirstView (line 9922) | #destroyFirstView() { method [Symbol.iterator] (line 9919) | [Symbol.iterator]() { class PDFViewer (line 9928) | class PDFViewer { method constructor (line 9948) | constructor(options) { method pagesCount (line 10012) | get pagesCount() { method getPageView (line 10015) | getPageView(index) { method getCachedPageViews (line 10018) | getCachedPageViews() { method pageViewsReady (line 10021) | get pageViewsReady() { method renderForms (line 10024) | get renderForms() { method enableScripting (line 10027) | get enableScripting() { method currentPageNumber (line 10030) | get currentPageNumber() { method currentPageNumber (line 10033) | set currentPageNumber(val) { method _setCurrentPageNumber (line 10044) | _setCurrentPageNumber(val, resetCurrentPageView = false) { method currentPageLabel (line 10067) | get currentPageLabel() { method currentPageLabel (line 10070) | set currentPageLabel(val) { method currentScale (line 10085) | get currentScale() { method currentScale (line 10088) | set currentScale(val) { method currentScaleValue (line 10099) | get currentScaleValue() { method currentScaleValue (line 10102) | set currentScaleValue(val) { method pagesRotation (line 10110) | get pagesRotation() { method pagesRotation (line 10113) | set pagesRotation(rotation) { method firstPagePromise (line 10146) | get firstPagePromise() { method onePageRendered (line 10149) | get onePageRendered() { method pagesPromise (line 10152) | get pagesPromise() { method _layerProperties (line 10155) | get _layerProperties() { method #initializePermissions (line 10184) | #initializePermissions(permissions) { method #onePageRenderedOrForceFetch (line 10204) | async #onePageRenderedOrForceFetch(signal) { method getAllText (line 10220) | async getAllText() { method #copyCallback (line 10244) | #copyCallback(textLayerMode, event) { method setDocument (line 10277) | setDocument(pdfDocument) { method setPageLabels (line 10481) | setPageLabels(labels) { method _resetView (line 10497) | _resetView() { method #ensurePageViewVisible (line 10526) | #ensurePageViewVisible() { method _scrollUpdate (line 10571) | _scrollUpdate() { method #scrollIntoView (line 10577) | #scrollIntoView(pageView, pageSpot = null) { method #isSameScale (line 10608) | #isSameScale(newScale) { method #setScaleUpdatePages (line 10611) | #setScaleUpdatePages(newScale, newValue, { method #pageWidthScaleFactor (line 10672) | get #pageWidthScaleFactor() { method #setScale (line 10678) | #setScale(value, options) { method #resetCurrentPageView (line 10727) | #resetCurrentPageView() { method pageLabelToPageNumber (line 10736) | pageLabelToPageNumber(label) { method scrollPageIntoView (line 10746) | scrollPageIntoView({ method _updateLocation (line 10845) | _updateLocation(firstPage) { method update (line 10868) | update() { method containsElement (line 10897) | containsElement(element) { method focus (line 10900) | focus() { method _isContainerRtl (line 10903) | get _isContainerRtl() { method isInPresentationMode (line 10906) | get isInPresentationMode() { method isChangingPresentationMode (line 10909) | get isChangingPresentationMode() { method isHorizontalScrollbarEnabled (line 10912) | get isHorizontalScrollbarEnabled() { method isVerticalScrollbarEnabled (line 10915) | get isVerticalScrollbarEnabled() { method _getVisiblePages (line 10918) | _getVisiblePages() { method cleanup (line 10930) | cleanup() { method _cancelRendering (line 10937) | _cancelRendering() { method #ensurePdfPageLoaded (line 10942) | async #ensurePdfPageLoaded(pageView) { method #getScrollAhead (line 10957) | #getScrollAhead(visible) { method forceRendering (line 10971) | forceRendering(currentlyVisiblePages) { method hasEqualPageSizes (line 10984) | get hasEqualPageSizes() { method getPagesOverview (line 10994) | getPagesOverview() { method optionalContentConfigPromise (line 11017) | get optionalContentConfigPromise() { method optionalContentConfigPromise (line 11029) | set optionalContentConfigPromise(promise) { method scrollMode (line 11048) | get scrollMode() { method scrollMode (line 11051) | set scrollMode(mode) { method _updateScrollMode (line 11069) | _updateScrollMode(pageNumber = null) { method spreadMode (line 11090) | get spreadMode() { method spreadMode (line 11093) | set spreadMode(mode) { method _updateSpreadMode (line 11107) | _updateSpreadMode(pageNumber = null) { method _getPageAdvance (line 11148) | _getPageAdvance(currentPageNumber, previous = false) { method nextPage (line 11250) | nextPage() { method previousPage (line 11260) | previousPage() { method updateScale (line 11269) | updateScale({ method increaseScale (line 11299) | increaseScale(options = {}) { method decreaseScale (line 11305) | decreaseScale(options = {}) { method #updateContainerHeightCss (line 11311) | #updateContainerHeightCss(height = this.container.clientHeight) { method #resizeObserverCallback (line 11317) | #resizeObserverCallback(entries) { method containerTopLeft (line 11326) | get containerTopLeft() { method annotationEditorMode (line 11329) | get annotationEditorMode() { method annotationEditorMode (line 11332) | set annotationEditorMode({ method annotationEditorParams (line 11356) | set annotationEditorParams({ method refresh (line 11365) | refresh(noUpdate = false, updateArgs = Object.create(null)) { class SecondaryToolbar (line 11385) | class SecondaryToolbar { method constructor (line 11387) | constructor(options, eventBus) { method isOpen (line 11499) | get isOpen() { method setPageNumber (line 11502) | setPageNumber(pageNumber) { method setPagesCount (line 11506) | setPagesCount(pagesCount) { method reset (line 11510) | reset() { method #updateUIState (line 11525) | #updateUIState() { method #bindListeners (line 11537) | #bindListeners(buttons) { method #cursorToolChanged (line 11576) | #cursorToolChanged({ method #scrollModeChanged (line 11586) | #scrollModeChanged({ method #spreadModeChanged (line 11612) | #spreadModeChanged({ method open (line 11624) | open() { method close (line 11635) | close() { method toggle (line 11646) | toggle() { class Toolbar (line 11658) | class Toolbar { method constructor (line 11660) | constructor(options, eventBus) { method #setAnnotationEditorUIManager (line 11747) | #setAnnotationEditorUIManager(uiManager, parentContainer) { method setPageNumber (line 11754) | setPageNumber(pageNumber, pageLabel) { method setPagesCount (line 11759) | setPagesCount(pagesCount, hasPageLabels) { method setPageScale (line 11764) | setPageScale(pageScaleValue, pageScale) { method reset (line 11769) | reset() { method #bindListeners (line 11782) | #bindListeners(buttons) { method #editorModeChanged (line 11834) | #editorModeChanged({ method #updateUIState (line 11857) | #updateUIState(resetNumPages = false) { method updateLoadingIndicatorState (line 11907) | updateLoadingIndicatorState(loading = false) { constant DEFAULT_VIEW_HISTORY_CACHE_SIZE (line 11916) | const DEFAULT_VIEW_HISTORY_CACHE_SIZE = 20; class ViewHistory (line 11917) | class ViewHistory { method constructor (line 11918) | constructor(fingerprint, cacheSize = DEFAULT_VIEW_HISTORY_CACHE_SIZE) { method _writeToStorage (line 11947) | async _writeToStorage() { method _readFromStorage (line 11951) | async _readFromStorage() { method set (line 11954) | async set(name, val) { method setMultiple (line 11959) | async setMultiple(properties) { method get (line 11966) | async get(name, defaultValue) { method getMultiple (line 11971) | async getMultiple(properties) { constant FORCE_PAGES_LOADED_TIMEOUT (line 12014) | const FORCE_PAGES_LOADED_TIMEOUT = 10000; constant WHEEL_ZOOM_DISABLED_TIMEOUT (line 12015) | const WHEEL_ZOOM_DISABLED_TIMEOUT = 1000; method initialize (line 12079) | async initialize(appConfig) { method _parseHashParams (line 12115) | async _parseHashParams() { method _initializeViewerComponents (line 12195) | async _initializeViewerComponents() { method run (line 12365) | async run(config) { method externalServices (line 12436) | get externalServices() { method mlManager (line 12439) | get mlManager() { method initialized (line 12442) | get initialized() { method initializedPromise (line 12445) | get initializedPromise() { method updateZoom (line 12448) | updateZoom(steps, scaleFactor, origin) { method zoomIn (line 12459) | zoomIn() { method zoomOut (line 12462) | zoomOut() { method zoomReset (line 12465) | zoomReset() { method pagesCount (line 12471) | get pagesCount() { method page (line 12474) | get page() { method page (line 12477) | set page(val) { method supportsPrinting (line 12480) | get supportsPrinting() { method supportsFullscreen (line 12483) | get supportsFullscreen() { method supportsPinchToZoom (line 12486) | get supportsPinchToZoom() { method supportsIntegratedFind (line 12489) | get supportsIntegratedFind() { method loadingBar (line 12492) | get loadingBar() { method supportsMouseWheelZoomCtrlKey (line 12497) | get supportsMouseWheelZoomCtrlKey() { method supportsMouseWheelZoomMetaKey (line 12500) | get supportsMouseWheelZoomMetaKey() { method supportsCaretBrowsingMode (line 12503) | get supportsCaretBrowsingMode() { method moveCaret (line 12506) | moveCaret(isUp, select) { method setTitleUsingUrl (line 12510) | setTitleUsingUrl(url = "", downloadUrl = null) { method setTitle (line 12529) | setTitle(title = this._title) { method _docFilename (line 12537) | get _docFilename() { method _hideViewBookmark (line 12540) | _hideViewBookmark() { method close (line 12549) | async close() { method open (line 12596) | async open(args) { method _ensureDownloadComplete (line 12646) | _ensureDownloadComplete() { method download (line 12652) | async download(options = {}) { method save (line 12666) | async save(options = {}) { method downloadOrSave (line 12698) | downloadOrSave(options = {}) { method _documentError (line 12705) | async _documentError(key, moreInfo = null) { method _otherError (line 12714) | async _otherError(key, moreInfo = null) { method progress (line 12733) | progress(level) { method load (line 12746) | load(pdfDocument) { method _scriptingDocProperties (line 12901) | async _scriptingDocProperties(pdfDocument) { method _initializeAutoPrint (line 12933) | async _initializeAutoPrint(pdfDocument, openActionPromise) { method _initializeMetadata (line 12960) | async _initializeMetadata(pdfDocument) { method _initializePageLabels (line 13003) | async _initializePageLabels(pdfDocument) { method _initializePdfHistory (line 13037) | _initializePdfHistory({ method _initializeAnnotationStorageCallbacks (line 13062) | _initializeAnnotationStorageCallbacks(pdfDocument) { method setInitialView (line 13082) | setInitialView(storedHash, { method _cleanup (line 13119) | _cleanup() { method forceRendering (line 13127) | forceRendering() { method beforePrint (line 13132) | beforePrint() { method afterPrint (line 13167) | afterPrint() { method rotatePages (line 13182) | rotatePages(delta) { method requestPresentationMode (line 13185) | requestPresentationMode() { method triggerPrinting (line 13188) | triggerPrinting() { method bindEvents (line 13194) | bindEvents() { method bindWindowEvents (line 13329) | bindWindowEvents() { method unbindEvents (line 13462) | unbindEvents() { method unbindWindowEvents (line 13466) | unbindWindowEvents() { method _accumulateTicks (line 13470) | _accumulateTicks(ticks, prop) { method _accumulateFactor (line 13479) | _accumulateFactor(previousScale, factor, prop) { method _unblockDocumentLoadEvent (line 13490) | _unblockDocumentLoadEvent() { method scriptingReady (line 13494) | get scriptingReady() { function webViewerPageRender (line 13525) | function webViewerPageRender({ function webViewerPageRendered (line 13532) | function webViewerPageRendered({ function webViewerPageMode (line 13550) | function webViewerPageMode({ function webViewerNamedAction (line 13577) | function webViewerNamedAction(evt) { function webViewerPresentationModeChanged (line 13595) | function webViewerPresentationModeChanged(evt) { function webViewerSidebarViewChanged (line 13598) | function webViewerSidebarViewChanged({ function webViewerUpdateViewarea (line 13606) | function webViewerUpdateViewarea({ function webViewerScrollModeChanged (line 13623) | function webViewerScrollModeChanged(evt) { function webViewerSpreadModeChanged (line 13628) | function webViewerSpreadModeChanged(evt) { function webViewerResize (line 13633) | function webViewerResize() { function webViewerHashchange (line 13651) | function webViewerHashchange(evt) { function webViewerPresentationMode (line 13677) | function webViewerPresentationMode() { function webViewerSwitchAnnotationEditorMode (line 13680) | function webViewerSwitchAnnotationEditorMode(evt) { function webViewerSwitchAnnotationEditorParams (line 13683) | function webViewerSwitchAnnotationEditorParams(evt) { function webViewerPrint (line 13686) | function webViewerPrint() { function webViewerDownload (line 13689) | function webViewerDownload() { function webViewerFirstPage (line 13692) | function webViewerFirstPage() { function webViewerLastPage (line 13695) | function webViewerLastPage() { function webViewerNextPage (line 13698) | function webViewerNextPage() { function webViewerPreviousPage (line 13701) | function webViewerPreviousPage() { function webViewerZoomIn (line 13704) | function webViewerZoomIn() { function webViewerZoomOut (line 13707) | function webViewerZoomOut() { function webViewerZoomReset (line 13710) | function webViewerZoomReset() { function webViewerPageNumberChanged (line 13713) | function webViewerPageNumberChanged(evt) { function webViewerScaleChanged (line 13722) | function webViewerScaleChanged(evt) { function webViewerRotateCw (line 13725) | function webViewerRotateCw() { function webViewerRotateCcw (line 13728) | function webViewerRotateCcw() { function webViewerOptionalContentConfig (line 13731) | function webViewerOptionalContentConfig(evt) { function webViewerSwitchScrollMode (line 13734) | function webViewerSwitchScrollMode(evt) { function webViewerSwitchSpreadMode (line 13737) | function webViewerSwitchSpreadMode(evt) { function webViewerDocumentProperties (line 13740) | function webViewerDocumentProperties() { function webViewerFindFromUrlHash (line 13743) | function webViewerFindFromUrlHash(evt) { function webViewerUpdateFindMatchesCount (line 13755) | function webViewerUpdateFindMatchesCount({ function webViewerUpdateFindControlState (line 13764) | function webViewerUpdateFindControlState({ function webViewerScaleChanging (line 13781) | function webViewerScaleChanging(evt) { function webViewerRotationChanging (line 13785) | function webViewerRotationChanging(evt) { function webViewerPageChanging (line 13792) | function webViewerPageChanging({ function webViewerResolutionChange (line 13804) | function webViewerResolutionChange(evt) { function webViewerVisibilityChange (line 13807) | function webViewerVisibilityChange(evt) { function setZoomDisabledTimeout (line 13813) | function setZoomDisabledTimeout() { function webViewerWheel (line 13821) | function webViewerWheel(evt) { function webViewerTouchStart (line 13861) | function webViewerTouchStart(evt) { function webViewerTouchMove (line 13881) | function webViewerTouchMove(evt) { function webViewerTouchEnd (line 13956) | function webViewerTouchEnd(evt) { function webViewerClick (line 13965) | function webViewerClick(evt) { function webViewerKeyUp (line 13974) | function webViewerKeyUp(evt) { function webViewerKeyDown (line 13979) | function webViewerKeyDown(evt) { function beforeUnload (line 14253) | function beforeUnload(evt) { function webViewerAnnotationEditorStatesChanged (line 14258) | function webViewerAnnotationEditorStatesChanged(data) { function webViewerReportTelemetry (line 14261) | function webViewerReportTelemetry({ function getViewerConfiguration (line 14283) | function getViewerConfiguration() { function webViewerLoad (line 14410) | function webViewerLoad() { FILE: src/annot/index.ts function parseAnnotationToPdf (line 49) | async function parseAnnotationToPdf(annotation: IAnnotationStore, page: ... function downloadPdf (line 65) | function downloadPdf(data: Uint8Array, filename: string) { function downloadExcel (line 75) | function downloadExcel(data: any, filename: string) { function clearAllAnnotations (line 85) | function clearAllAnnotations(pdfDoc: PDFDocument) { function loadFontBuffer (line 95) | async function loadFontBuffer(url: string): Promise { function exportAnnotationsToPdf (line 107) | async function exportAnnotationsToPdf(PDFViewerApplication: PDFViewerApp... function exportAnnotationsToExcel (line 129) | async function exportAnnotationsToExcel(PDFViewerApplication: PDFViewerA... FILE: src/annot/parse.ts method constructor (line 9) | constructor(pdfDoc: PDFDocument, page: PDFPage, annotation: IAnnotationS... method addAnnotationToPage (line 15) | protected addAnnotationToPage(page: PDFPage, annotRef: PDFRef) { FILE: src/annot/parse_circle.ts class CircleParser (line 6) | class CircleParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_freetext.ts class FreeTextParser (line 6) | class FreeTextParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_highlight.ts class HighlightParser (line 6) | class HighlightParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_ink.ts class InkParser (line 6) | class InkParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_line.ts class LineParser (line 6) | class LineParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_polyline.ts function parseSvgPathToPoints (line 6) | function parseSvgPathToPoints(data: string): number[] { class PolylineParser (line 39) | class PolylineParser extends AnnotationParser { method parse (line 40) | async parse() { FILE: src/annot/parse_square.ts class SquareParser (line 6) | class SquareParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_stamp.ts class StampParser (line 6) | class StampParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_strikeout.ts class StrikeOutParser (line 5) | class StrikeOutParser extends AnnotationParser { method parse (line 6) | async parse() { FILE: src/annot/parse_text.ts class TextParser (line 6) | class TextParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/annot/parse_underline.ts class UnderlineParser (line 6) | class UnderlineParser extends AnnotationParser { method parse (line 7) | async parse() { FILE: src/components/comment/index.tsx type StatusOption (line 26) | interface StatusOption { type CustomCommentProps (line 94) | interface CustomCommentProps { type CustomCommentRef (line 102) | interface CustomCommentRef { FILE: src/components/menu/index.tsx type CustomAnnotationMenuProps (line 15) | interface CustomAnnotationMenuProps { type CustomAnnotationMenuRef (line 21) | interface CustomAnnotationMenuRef { function getKonvaShapeForString (line 26) | function getKonvaShapeForString(konvaString: string) { method getBoundingClientRect (line 78) | getBoundingClientRect() { FILE: src/components/popbar/index.tsx type CustomPopbarProps (line 8) | interface CustomPopbarProps { type CustomPopbarRef (line 12) | interface CustomPopbarRef { method getBoundingClientRect (line 52) | getBoundingClientRect() { FILE: src/components/toolbar/index.tsx type CustomToolbarProps (line 12) | interface CustomToolbarProps { type CustomToolbarRef (line 22) | interface CustomToolbarRef { FILE: src/components/toolbar/signature.tsx type SignatureToolProps (line 19) | interface SignatureToolProps { constant BASE_FONT_SIZE (line 24) | const BASE_FONT_SIZE = 80 FILE: src/components/toolbar/stamp.tsx type SignatureToolProps (line 14) | interface SignatureToolProps { type FieldType (line 20) | type FieldType = { constant SHAPE_NAME (line 33) | const SHAPE_NAME = 'StampGroup' constant STAMP_WIDTH (line 34) | const STAMP_WIDTH = 470 constant STAMP_HEIGHT (line 35) | const STAMP_HEIGHT = 120 constant DATE_FORMAT_OPTIONS (line 37) | const DATE_FORMAT_OPTIONS = [ FILE: src/const/definitions.tsx type PdfjsAnnotationSubtype (line 20) | type PdfjsAnnotationSubtype = type PdfjsAnnotationType (line 43) | enum PdfjsAnnotationType { type PdfjsAnnotationEditorType (line 76) | enum PdfjsAnnotationEditorType { type AnnotationType (line 87) | enum AnnotationType { type IAnnotationType (line 107) | interface IAnnotationType { type IAnnotationStyle (line 127) | interface IAnnotationStyle { type IAnnotationComment (line 136) | interface IAnnotationComment { type CommentStatus (line 144) | enum CommentStatus { type IAnnotationContentsObj (line 153) | interface IAnnotationContentsObj { type IAnnotationStore (line 160) | interface IAnnotationStore { constant HASH_PARAMS_PREFIX (line 430) | const HASH_PARAMS_PREFIX = 'ae' constant HASH_PARAMS_USERNAME (line 432) | const HASH_PARAMS_USERNAME = `${HASH_PARAMS_PREFIX}_username` // 用户名 constant HASH_PARAMS_GET_URL (line 434) | const HASH_PARAMS_GET_URL = `${HASH_PARAMS_PREFIX}_get_url` // 数据获取默认地址 constant HASH_PARAMS_POST_URL (line 436) | const HASH_PARAMS_POST_URL = `${HASH_PARAMS_PREFIX}_post_url` // 保存地址 constant HASH_PARAMS_DEFAULT_EDITOR_ACTIVE (line 438) | const HASH_PARAMS_DEFAULT_EDITOR_ACTIVE = `${HASH_PARAMS_PREFIX}_default... constant HASH_PARAMS_DEFAULT_SIDEBAR_OPEN (line 440) | const HASH_PARAMS_DEFAULT_SIDEBAR_OPEN = `${HASH_PARAMS_PREFIX}_default_... FILE: src/const/icon.tsx type CustomIconComponentProps (line 5) | type CustomIconComponentProps = GetProps FILE: src/const/pdfjs.d.ts type PDFViewerApplication (line 2) | interface PDFViewerApplication { type Sidebar (line 12) | interface Sidebar { type Toolbar (line 17) | interface Toolbar { type AppConfig (line 21) | interface AppConfig { type PDFPageView (line 28) | interface PDFPageView { type PageViewport (line 34) | interface PageViewport { type EventBus (line 50) | interface EventBus { type Subtype (line 53) | type Subtype = type AnnotationType (line 72) | type AnnotationType = type Annotation (line 100) | interface Annotation { type BorderStyle (line 125) | interface BorderStyle { type RGBColor (line 133) | interface RGBColor { type ContentObject (line 139) | interface ContentObject { type TitleObject (line 144) | interface TitleObject { type DefaultAppearanceData (line 149) | interface DefaultAppearanceData { type RichText (line 155) | interface RichText { type HtmlObject (line 160) | interface HtmlObject { type HtmlAttributes (line 166) | interface HtmlAttributes { type HtmlChild (line 172) | interface HtmlChild { type QuadPoint (line 179) | interface QuadPoint { type InkList (line 184) | interface InkList { type Vertices (line 189) | interface Vertices { type FreeTextAnnotation (line 195) | interface FreeTextAnnotation extends Annotation { type HighlightAnnotation (line 204) | interface HighlightAnnotation extends Annotation { type SquareAnnotation (line 210) | interface SquareAnnotation extends Annotation { type CircleAnnotation (line 215) | interface CircleAnnotation extends Annotation { type InkAnnotation (line 220) | interface InkAnnotation extends Annotation { type LineAnnotation (line 226) | interface LineAnnotation extends Annotation { type PolygonAnnotation (line 233) | interface PolygonAnnotation extends Annotation { type PolyLineAnnotation (line 239) | interface PolyLineAnnotation extends Annotation { type TextAnnotation (line 246) | interface TextAnnotation extends Annotation { type UnderlineAnnotation (line 254) | interface UnderlineAnnotation extends Annotation { type StrikeOutAnnotation (line 260) | interface StrikeOutAnnotation extends Annotation { FILE: src/index.tsx type AppOptions (line 21) | interface AppOptions { class PdfjsAnnotationExtension (line 25) | class PdfjsAnnotationExtension { method constructor (line 43) | constructor() { method connectorLine (line 122) | get connectorLine(): ConnectorLine | null { method init (line 132) | private init(): void { method parseHashParams (line 145) | private parseHashParams() { method setOption (line 181) | private setOption(name: string, value: string) { method getOption (line 185) | private getOption(name: string) { method addCustomStyle (line 192) | private addCustomStyle(): void { method toggleComment (line 201) | private toggleComment(open: boolean): void { method isCommentOpen (line 213) | private isCommentOpen(): boolean { method renderToolbar (line 220) | private renderToolbar(): void { method renderPopBar (line 256) | private renderPopBar(): void { method renderAnnotationMenu (line 272) | private renderAnnotationMenu(): void { method renderComment (line 299) | private renderComment(): void { method hidePdfjsEditorModeButtons (line 329) | private hidePdfjsEditorModeButtons(): void { method updatePdfjs (line 342) | private updatePdfjs() { method bindPdfjsEvents (line 362) | private bindPdfjsEvents(): void { method getData (line 399) | private async getData(): Promise { method saveData (line 437) | private async saveData(): Promise { method exportPdf (line 487) | private async exportPdf() { method exportExcel (line 510) | private async exportExcel() { method hasUnsavedChanges (line 524) | public hasUnsavedChanges(): boolean { type Window (line 531) | interface Window { FILE: src/painter/connectorLine.ts class ConnectorLine (line 6) | class ConnectorLine { method constructor (line 9) | constructor({}: {}) {} method calculateShapeRect (line 17) | private calculateShapeRect(annotation: IAnnotationStore, selectorRect:... method calculateAnnotationRect (line 47) | private calculateAnnotationRect(annotation: IAnnotationStore): IRect { method calculateConnectionPath (line 61) | private calculateConnectionPath(shapeRect: IRect, annotationRect: IRec... method createArrowMarkerDefs (line 82) | private createArrowMarkerDefs(svg: SVGSVGElement) { method animateLine (line 109) | private animateLine() { method shouldDrawBasedOnDistance (line 115) | private shouldDrawBasedOnDistance(shapeRect: IRect, annotationRect: IR... method shouldDrawBasedOnScreen (line 122) | private shouldDrawBasedOnScreen(minWidth = 768): boolean { method drawConnection (line 126) | public drawConnection(annotation: IAnnotationStore, selectorRect: IRec... method clearConnection (line 190) | public clearConnection() { FILE: src/painter/const.ts constant STYLE_PREFIX (line 4) | const STYLE_PREFIX = 'PdfjsAnnotationExtension' constant PAINTER_WRAPPER_PREFIX (line 9) | const PAINTER_WRAPPER_PREFIX = `${STYLE_PREFIX}_painter_wrapper` constant PAINTER_IS_PAINTING_STYLE (line 14) | const PAINTER_IS_PAINTING_STYLE = `${STYLE_PREFIX}_is_painting` constant PAINTER_PAINTING_TYPE (line 19) | const PAINTER_PAINTING_TYPE = `${STYLE_PREFIX}_painting_type` constant SHAPE_GROUP_NAME (line 24) | const SHAPE_GROUP_NAME = `${STYLE_PREFIX}_shape_group` constant SELECTOR_HOVER_STYLE (line 29) | const SELECTOR_HOVER_STYLE = `${STYLE_PREFIX}_selector_hover` constant CURSOR_CSS_PROPERTY (line 34) | const CURSOR_CSS_PROPERTY = `--${STYLE_PREFIX}-image-cursor` FILE: src/painter/editor/editor.ts type IEditorOptions (line 12) | interface IEditorOptions { type IShapeGroup (line 32) | interface IShapeGroup { method constructor (line 62) | constructor({ userName, konvaStage, pageNumber, annotation, onAdd, edito... method dispatchAddEvent (line 82) | private dispatchAddEvent({ method dispatchChangedEvent (line 119) | private dispatchChangedEvent(id: string, updates: Partial) { method getNodesByClassName (line 245) | protected getNodesByClassName(className: string): ... method getGroupNodesByClassName (line 257) | protected getGroupNodesByClassName(group: Konva.Gr... method updateKonvaGroup (line 269) | protected updateKonvaGroup(id: string, newKonvaGroup: Konva.Group): ISha... method createShapeGroup (line 289) | protected createShapeGroup(): IShapeGroup { method activate (line 342) | public activate(konvaStage: Konva.Stage, annotation: IAnnotationType) { method addSerializedGroupToLayer (line 355) | public addSerializedGroupToLayer(konvaStage: Konva.Stage, konvaString: s... method deleteGroup (line 375) | public deleteGroup(id: string, konvaStage: Konva.Stage) { method updateStyle (line 385) | public updateStyle(annotationStore: IAnnotationStore, style: IAnnotation... method TimerClear (line 398) | static TimerClear(pageNumber: number) { method TimerStart (line 410) | static TimerStart(pageNumber: number, callback: (pageNumber: number) => ... FILE: src/painter/editor/editor_arrow.ts class EditorArrow (line 10) | class EditorArrow extends Editor { method constructor (line 14) | constructor(EditorOptions: IEditorOptions) { method mouseDownHandler (line 20) | protected mouseDownHandler(e: KonvaEventObject) { method updateCloudPreview (line 120) | private updateCloudPreview(cursorPos?: { x: number; y: number }) { method generateCloudPathData (line 135) | private generateCloudPathData(points: { x: number; y: number }[]): str... method computeCentroid (line 197) | private computeCentroid(points: { x: number; y: number }[]): { x: numb... method drawStartRect (line 216) | private drawStartRect(pos: { x: number; y: number }) { method changeStyle (line 252) | protected changeStyle(annotationStore: IAnnotationStore, styles: IAnno... FILE: src/painter/editor/editor_free_hand.ts class EditorFreeHand (line 10) | class EditorFreeHand extends Editor { method constructor (line 17) | constructor(EditorOptions: IEditorOptions) { method mouseDownHandler (line 26) | protected mouseDownHandler(e: KonvaEventObject) { method inputDoneHandler (line 165) | private async inputDoneHandler(inputValue: string, scale: { x: number;... method changeStyle (line 209) | protected changeStyle(annotationStore: IAnnotationStore, styles: IAnno... FILE: src/painter/editor/editor_highlight.ts class EditorHighLight (line 9) | class EditorHighLight extends Editor { method constructor (line 15) | constructor(EditorOptions: IEditorOptions, editorType: AnnotationType) { method convertTextSelection (line 24) | public convertTextSelection(elements: HTMLSpanElement[], fixElement: H... method getElementOuterText (line 52) | private getElementOuterText(elements: HTMLSpanElement[]): string { method calculateRelativePosition (line 62) | private calculateRelativePosition(elementBounding: DOMRect, fixBoundin... method createShape (line 79) | private createShape(x: number, y: number, width: number, height: numbe... method createHighlightShape (line 100) | private createHighlightShape(x: number, y: number, width: number, heig... method createUnderlineShape (line 119) | private createUnderlineShape(x: number, y: number, width: number, heig... method createStrikeoutShape (line 140) | private createStrikeoutShape(x: number, y: number, width: number, heig... method mouseDownHandler (line 156) | protected mouseDownHandler() {} method mouseMoveHandler (line 161) | protected mouseMoveHandler() {} method mouseUpHandler (line 166) | protected mouseUpHandler() {} method changeStyle (line 173) | protected changeStyle(annotationStore: IAnnotationStore, styles: IAnno... FILE: src/painter/editor/editor_note.ts class EditorNote (line 5) | class EditorNote extends Editor { method constructor (line 6) | constructor(EditorOptions: IEditorOptions) { method mouseDownHandler (line 10) | protected mouseDownHandler() {} method mouseMoveHandler (line 11) | protected mouseMoveHandler() {} method mouseUpHandler (line 13) | protected async mouseUpHandler(e: KonvaEventObject) { method changeStyle (line 36) | protected changeStyle(): void {} FILE: src/painter/editor/editor_rectangle.ts class EditorRectangle (line 10) | class EditorRectangle extends Editor { method constructor (line 18) | constructor(EditorOptions: IEditorOptions) { method mouseDownHandler (line 28) | protected mouseDownHandler(e: KonvaEventObject) { method findEditorForGroupId (line 297) | private findEditorForGroupId(groupId: string): Editor { method findEditor (line 314) | private findEditor(pageNumber: number, editorType: AnnotationType): Ed... method enableEditor (line 322) | private enableEditor({ konvaStage, pageNumber, annotation }: { konvaSt... method enablePainting (line 525) | private enablePainting(): void { method reDrawAnnotation (line 542) | private reDrawAnnotation(pageNumber: number): void { method deleteAnnotation (line 565) | private deleteAnnotation(id, emit: boolean = false): void { method disablePainting (line 584) | private disablePainting(): void { method saveTempDataTransfer (line 596) | private saveTempDataTransfer(data: string): string { method clearTempDataTransfer (line 605) | private clearTempDataTransfer(): string { method initCanvas (line 614) | public initCanvas({ pageView, cssTransform, pageNumber }: { pageView: ... method initWebSelection (line 626) | public initWebSelection(rootElement: HTMLDivElement): void { method activate (line 635) | public activate(annotation: IAnnotationType | null, dataTransfer: stri... method resetPdfjsAnnotationStorage (line 671) | public resetPdfjsAnnotationStorage(): void {} method highlightRange (line 678) | public highlightRange(range: Range, annotation: IAnnotationType) { method selectAnnotation (line 687) | public selectAnnotation(id: string) { method initAnnotations (line 695) | public async initAnnotations(annotations: IAnnotationStore[], loadPdfA... method update (line 723) | public update(id: string, updates: Partial) { method delete (line 731) | public delete(id: string, emit: boolean = false) { method highlight (line 740) | public async highlight(annotation: IAnnotationStore) { method getData (line 776) | public getData() { method updateAnnotationStyle (line 785) | public updateAnnotationStyle(annotationStore: IAnnotationStore, style:... FILE: src/painter/store.ts class Store (line 6) | class Store { method constructor (line 13) | constructor({ PDFViewerApplication }: { PDFViewerApplication: PDFViewe... method annotation (line 22) | get annotation() { method annotations (line 26) | get annotations() { method save (line 35) | public save(store: IAnnotationStore, isOriginal: boolean) { method update (line 48) | public update(id: string, updates: Partial) { method getByPage (line 71) | public getByPage(pageNumber: number): IAnnotationStore[] { method delete (line 79) | public delete(id: string): void { FILE: src/painter/transform/decoder.ts type IDecoderOptions (line 4) | interface IDecoderOptions { method constructor (line 13) | constructor({ pdfViewerApplication, id }: IDecoderOptions) { method convertRect (line 23) | protected convertRect(rect: [number, number, number, number], scale: num... method convertQuadPoints (line 40) | protected convertQuadPoints(quadPoint: QuadPoint[], scale: number, heigh... method convertPoint (line 49) | protected convertPoint(point: { x: number; y: number }, scale: number, h... method convertCoordinates (line 54) | protected convertCoordinates( method getComments (line 68) | protected getComments(annotation: Annotation, allAnnotations: Annotation... FILE: src/painter/transform/decoder_circle.ts class CircleDecoder (line 8) | class CircleDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: CircleAnnotation, allAnnotation... FILE: src/painter/transform/decoder_free_text.ts class FreeTextDecoder (line 8) | class FreeTextDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: FreeTextAnnotation, allAnnotati... FILE: src/painter/transform/decoder_highlight.ts class HighlightDecoder (line 8) | class HighlightDecoder extends Decoder { method constructor (line 9) | constructor(options) { method createHighlightShape (line 21) | private createHighlightShape(x: number, y: number, width: number, heig... method createUnderlineShape (line 40) | private createUnderlineShape(x: number, y: number, width: number, heig... method createStrikeoutShape (line 60) | private createStrikeoutShape(x: number, y: number, width: number, heig... method decodePdfAnnotation (line 72) | public decodePdfAnnotation(annotation: HighlightAnnotation | StrikeOut... FILE: src/painter/transform/decoder_ink.ts class InkDecoder (line 8) | class InkDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: InkAnnotation, allAnnotations: ... FILE: src/painter/transform/decoder_line.ts class LineDecoder (line 8) | class LineDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: LineAnnotation, allAnnotations:... FILE: src/painter/transform/decoder_polygon.ts class PolygonDecoder (line 8) | class PolygonDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: PolygonAnnotation, allAnnotati... FILE: src/painter/transform/decoder_polyline.ts class PolylineDecoder (line 8) | class PolylineDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: PolyLineAnnotation, allAnnotat... FILE: src/painter/transform/decoder_square.ts class SquareDecoder (line 8) | class SquareDecoder extends Decoder { method constructor (line 9) | constructor(options) { method decodePdfAnnotation (line 13) | public decodePdfAnnotation(annotation: SquareAnnotation, allAnnotation... FILE: src/painter/transform/decoder_text.ts class TextDecoder (line 9) | class TextDecoder extends Decoder { method constructor (line 10) | constructor(options) { method decodePdfAnnotation (line 14) | public decodePdfAnnotation(annotation: TextAnnotation, allAnnotations:... FILE: src/painter/transform/transform.ts constant PDFJS_INTERNAL_EDITOR_PREFIX (line 14) | const PDFJS_INTERNAL_EDITOR_PREFIX = 'pdfjs_internal_editor_' class Transform (line 16) | class Transform { method constructor (line 19) | constructor(pdfViewerApplication: PDFViewerApplication) { method getAnnotations (line 23) | private async getAnnotations(): Promise { method decodeAnnotation (line 45) | private decodeAnnotation(annotation: Annotation, allAnnotations: Annot... method cleanAnnotationStore (line 74) | private cleanAnnotationStore(annotation: Annotation) { method decodePdfAnnotation (line 82) | public async decodePdfAnnotation(): Promise { function resetFontLoadCache (line 49) | function resetFontLoadCache(): void { FILE: src/utils/utils.ts function getRGB (line 12) | function getRGB(color: string): number[] { function rgbToPdfColor (line 36) | function rgbToPdfColor(input: string | undefined): [number, number, numb... function isElementInDOM (line 65) | function isElementInDOM(element: HTMLElement): boolean { function generateUUID (line 73) | function generateUUID(): string { function getRandomBytes (line 83) | function getRandomBytes(length: number): Uint8Array { function setCssCustomProperty (line 100) | function setCssCustomProperty(propertyName: string, value: string): void { function removeCssCustomProperty (line 108) | function removeCssCustomProperty(propertyName: string): void { function base64ToImageBitmap (line 117) | async function base64ToImageBitmap(base64: string): Promise { function formatFileSize (line 145) | function formatFileSize(sizeInBytes: number): string { function resizeImage (line 165) | function resizeImage(width: number, height: number, max: number): { newW... function parsePageRanges (line 191) | function parsePageRanges(input: string): number[] | null { function convertToRGB (line 225) | function convertToRGB(array, index = 0) { function formatTimestamp (line 236) | function formatTimestamp(timestamp) { function formatPDFDate (line 257) | function formatPDFDate(dateString: string | null, full = false): string { function getPDFDateTimestamp (line 296) | function getPDFDateTimestamp(dateString: string): number { function parseQueryString (line 324) | function parseQueryString(query: string): Map { function debounce (line 334) | function debounce(fn: Function, delay: number) { function once (line 341) | function once any>(fn: T): (...args: Param... function convertKonvaRectToPdfRect (line 359) | function convertKonvaRectToPdfRect(konvaRect: { x: number; y: number; wi... function stringToPDFHexString (line 368) | function stringToPDFHexString(input: string): PDFHexString { function getTimestampString (line 382) | function getTimestampString(date: Date = new Date()): string { function hashArrayOfObjects (line 395) | function hashArrayOfObjects>(arr: T[]): nu... function normalizeColor (line 420) | function normalizeColor(input: string): string { function isSameColor (line 452) | function isSameColor(color1: string, color2: string): boolean {