@ckeditor/ckeditor5-revision-history 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240404.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/revision-history.js +1 -1
- package/package.json +5 -5
- package/src/changeitem.js +1 -1
- package/src/editor/revisionviewereditor.js +1 -1
- package/src/editor/revisionviewereditorui.js +1 -1
- package/src/editor/revisionviewereditoruiview.js +1 -1
- package/src/index.js +1 -1
- package/src/revision.js +1 -1
- package/src/revisiondiff.js +1 -1
- package/src/revisionhistory.js +1 -1
- package/src/revisionsrepository.js +1 -1
- package/src/revisiontracker.js +1 -1
- package/src/revisionviewer.js +1 -1
- package/src/ui/revision/createrevisionactionsdropdown.js +1 -1
- package/src/ui/revision/revisionauthorview.js +1 -1
- package/src/ui/revision/revisionnameview.js +1 -1
- package/src/ui/revision/revisionview.js +1 -1
- package/src/ui/revision/subrevisioncollapserview.js +1 -1
- package/src/ui/revision/subrevisionview.js +1 -1
- package/src/ui/revision/utils.js +1 -1
- package/src/ui/revisionhistory/revisionhistorysaverevisionformview.d.ts +6 -30
- package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +1 -1
- package/src/ui/revisionhistory/revisionhistoryui.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebar.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebarheaderview.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebarview.js +1 -1
- package/src/ui/revisionssidebar/utils.js +1 -1
- package/src/ui/revisionviewer/changedetailsview.js +1 -1
- package/src/ui/revisionviewer/changesnavigationview.js +1 -1
- package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +1 -1
- package/src/ui/revisionviewer/revisionviewerui.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/theme/revisionhistorysaverevisionform.css +4 -11
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={528:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation{align-items:center;display:flex;margin-left:auto}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__wrapper{display:flex;margin-right:var(--ck-spacing-standard)}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__label{font-weight:700;white-space:pre}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__navigation{margin-left:var(--ck-spacing-small)}",""]);const s=r},216:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-revision-background-color:var(--ck-color-base-background);--ck-revision-history-revision-border-color:#47576b;--ck-revision-history-revision-box-shadow:0 1px 1px 1px #e6e6e6;--ck-revision-history-revision-author-icon-offset:20px;--ck-revision-history-revision-transitions:background 100ms ease-in,border 100ms ease-in;--ck-revision-history-revision-selected-text-color:var(--ck-color-base-background);--ck-revision-history-revision-selected-input-text-color-empty:var(--ck-color-base-background);--ck-revision-history-revision-selected-background-color:var(--ck-color-base-active);--ck-revision-history-revision-highlighted-background-color:#e0f1ff;--ck-revision-history-revision-highlighted-background-color-hover:#cce7ff;--ck-revision-history-revision-delete-confirmation-background:#fcc;--ck-revision-history-revision-delete-confirmation-active-button-background:#ffb3b3}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision{background:var(--ck-revision-history-revision-background-color);border-left:3px solid var(--ck-revision-history-revision-border-color);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:block;padding:var(--ck-spacing-large) calc(var(--ck-spacing-standard)*2);position:relative;transition:transform .3s ease;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision:last-child{margin-bottom:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__date{display:block;font-size:var(--ck-font-size-small);font-weight:700;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__controls-wrapper{align-items:flex-start;display:flex;flex-direction:row;margin:var(--ck-spacing-standard) 0 0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision-authors{flex:0 1 auto;margin:0 0 0 var(--ck-revision-history-revision-author-icon-offset);min-width:0;padding:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted,.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{border-bottom-left-radius:0;border-left-color:transparent;border-top-left-radius:0;transform:translateX(calc(var(--ck-revision-history-sidebar-timeline-padding)*-1))}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{background:var(--ck-revision-history-revision-selected-background-color);color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input{color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input.ck-input-text_empty::placeholder{opacity:.7}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted{background:var(--ck-revision-history-revision-highlighted-background-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__actions_dropdown_open{z-index:var(--ck-z-default)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision{box-shadow:none;position:relative;transform:translate3d(-100%,0,0)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision,.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision *{--ck-revision-history-revision-background-color:transparent;--ck-revision-history-revision-selected-background-color:transparent;--ck-revision-history-revision-highlighted-background-color:transparent}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm{align-items:center;background:var(--ck-revision-history-revision-delete-confirmation-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:flex;flex-direction:row;height:100%;justify-content:space-around;left:100%;position:absolute;top:0;user-select:none;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{margin-top:var(--ck-spacing-small);text-align:center}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner p{color:var(--ck-color-text);font-weight:700;margin:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions{display:flex;flex-direction:row;justify-content:space-evenly}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:active,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:focus,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:hover{background:var(--ck-revision-history-revision-delete-confirmation-active-button-background)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__subrevisions{margin-left:var(--ck-spacing-large)}",""]);const s=r},11:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions{display:none;position:absolute;right:var(--ck-spacing-small);top:var(--ck-spacing-small)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{min-height:unset;min-width:unset}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button .ck-button__icon{transform:scale(.7)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__arrow{display:none}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-list__item__danger{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{color:var(--ck-color-base-background)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-color-base-active-focus)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-revision-history-revision-highlighted-background-color-hover)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision:hover:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions,.ck.ck-revision-history-sidebar__revision:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions.ck-on{display:block}",""]);const s=r},249:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-author{display:block;position:relative;transition:var(--ck-revision-history-revision-transitions)}.ck.ck-revision-history-sidebar__revision-author .ck-revision-history-sidebar__revision-author__name{display:block;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-author .ck-icon{height:10px;left:calc(var(--ck-revision-history-revision-author-icon-offset)*-1);position:absolute;top:3px;width:11px}.ck.ck-revision-history-sidebar__revision-author:not(:first-of-type) .ck-icon{display:none}",""]);const s=r},329:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-name{display:block;font-size:1.2em;font-weight:700;left:calc(var(--ck-spacing-small)*-1);margin-right:30px;position:relative}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-label{display:none}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input{background:transparent;border-radius:var(--ck-border-radius);color:inherit;font-family:inherit;font-size:var(--ck-font-size-normal);font-weight:700;min-height:auto;min-width:auto;padding:var(--ck-spacing-tiny) var(--ck-spacing-small);text-overflow:ellipsis;transition:var(--ck-revision-history-revision-transitions);width:100%}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:focus,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{background:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:not(.ck-input_focused){border-color:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input::placeholder{color:inherit}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{pointer-events:none}",""]);const s=r},426:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-save-revision-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap}.ck.ck-revision-history-save-revision-form .ck-labeled-field-view{display:inline-block}.ck.ck-revision-history-save-revision-form .ck-label{display:none}@media screen and (max-width:600px){.ck.ck-revision-history-save-revision-form{flex-wrap:wrap}.ck.ck-revision-history-save-revision-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-revision-history-save-revision-form .ck-button{flex-basis:50%}}",""]);const s=r},722:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-period-background:#ff5724;--ck-revision-history-sidebar-timeline-padding:var(--ck-spacing-large)}.ck.ck-revision-history-sidebar{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline{align-items:start;display:flex;flex-direction:column;font-size:var(--ck-font-size-base);height:100%;overflow-x:hidden;overflow-y:auto;padding:var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline.ck-disabled{filter:grayscale(1) opacity(var(--ck-disabled-opacity))}",""]);const s=r},173:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__header{--header-height:calc(var(--ck-ui-component-min-height) + var(--ck-spacing-small)*2 + 1px);align-items:center;border-bottom:1px solid var(--ck-color-toolbar-border);color:inherit;display:flex;flex-direction:row;font-family:inherit;font-weight:700;height:var(--header-height);line-height:var(--header-height);min-height:var(--header-height);overflow:hidden;padding:0 var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar__header .ck-revision-history-sidebar__header__label{color:inherit;font-family:inherit;font-size:1.2em;font-weight:700}.ck.ck-revision-history-sidebar__header .ck-icon{margin-right:var(--ck-spacing-large)}",""]);const s=r},45:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-revision-vertical-spacing:calc(var(--ck-spacing-standard)*2)}.ck.ck-revision-history-sidebar__time-period{width:100%}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label{background:var(--ck-revision-history-sidebar-period-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-background);font-size:9px;font-weight:700;padding:var(--ck-spacing-tiny) var(--ck-spacing-standard);text-transform:uppercase}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label:first-child{margin-top:var(--ck-spacing-standard)}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions .ck-revision-history-sidebar__revision-wrapper,.ck.ck-revision-history-sidebar__time-period:not(.ck-hidden)+.ck-revision-history-sidebar__time-period{margin-top:var(--ck-revision-history-sidebar-revision-vertical-spacing)}",""]);const s=r},536:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck .ck-revision-change{border-top-left-radius:var(--ck-border-radius);outline:0;padding:var(--ck-spacing-small) var(--ck-spacing-large)}.ck .ck-revision-change>*{font-size:var(--ck-font-size-standard);vertical-align:bottom}.ck .ck-revision-change.ck-revision-change__add{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-revision-change.ck-revision-change__remove{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-revision-change .ck-revision-change__label{font-size:inherit;font-weight:700;vertical-align:inherit}.ck.ck-button.ck-revision-history-ui__back-to-editing{background:var(--ck-color-base-active);color:var(--ck-color-base-background)}.ck.ck-button.ck-revision-history-ui__back-to-editing:hover:not(.ck-disabled){background:var(--ck-color-base-active-focus)}.ck-content .ck-suggestion-preview-marker,.ck-content .ck-suggestion-preview-marker-split{opacity:.75}.ck-content .ck-suggestion-preview-marker-split:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-merge{opacity:.75;text-decoration:line-through}.ck-content .ck-suggestion-preview-marker-merge:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-deletion{text-decoration:line-through}.ck-content .ck-suggestion-marker-deletion-new:not(.ck-widget),.ck-content .ck-suggestion-marker-merge-new{--ck-color-suggestion-marker-deletion-border:none;--ck-color-suggestion-marker-deletion-border-active:none;--ck-color-suggestion-marker-deletion-background:none;--ck-color-suggestion-marker-deletion-background-active:none;--ck-color-suggestion-marker-deletion-stroke:rgba(122,31,54,.8);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.03);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.05)}.ck-content .ck-suggestion-marker-merge-new:after{color:inherit}.ck-content .ck-suggestion-marker-insertion-new,.ck-content .ck-suggestion-marker-split-new{opacity:.75}.ck-content .ck-suggestion-marker-deletion-new.ck-suggestion-marker--active:not(.table),.ck-content .ck-suggestion-marker-merge-new.ck-suggestion-marker--active{--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.08);--ck-color-suggestion-marker-deletion-stroke:#7a1f36;opacity:1}.ck-content .ck-suggestion-marker-insertion-new.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-split-new.ck-suggestion-marker--active{opacity:1}.ck.ck-editor__editable_inline.ck-revision-history-root-add{border:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-add.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove{border:3px solid var(--ck-color-suggestion-marker-deletion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}',""]);const s=r},560:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck{--ck-revision-history-loading-overlay-transition-duration:.2s;--ck-revision-history-loading-overlay-transition-delay:0s;--ck-revision-history-loading-overlay-spinner-rotation-duration:1s;--ck-revision-history-loading-overlay-spinner-size:60px;--ck-revision-history-loading-overlay-visible-background:#fff}.ck.ck-editor__editable:after,.ck.ck-editor__editable:before{content:"";opacity:0;position:absolute;transition:opacity var(--ck-revision-history-loading-overlay-transition-duration) ease;transition-delay:0;visibility:hidden}.ck.ck-editor__editable:before{background:var(--ck-revision-history-loading-overlay-visible-background);height:100%;left:0;top:0;width:100%;z-index:var(--ck-z-default)}.ck.ck-editor__editable:after{animation:ck-revision-history-spinner-animation var(--ck-revision-history-loading-overlay-spinner-rotation-duration) linear infinite;border-radius:50%;border-right:3px solid transparent;border-top:3px solid var(--ck-color-base-text);box-sizing:border-box;height:var(--ck-revision-history-loading-overlay-spinner-size);left:50%;top:50%;transform:translate(-50%,-50%);width:var(--ck-revision-history-loading-overlay-spinner-size);z-index:var(--ck-z-default)}.ck.ck-editor__editable.ck-editor__editable__loading-overlay,.ck.ck-editor__editable.ck-editor__editable__overlay{min-height:calc(var(--ck-revision-history-loading-overlay-spinner-size) + var(--ck-spacing-large)*2);position:relative}.ck.ck-editor__editable.ck-editor__editable__loading-overlay:after,.ck.ck-editor__editable.ck-editor__editable__loading-overlay:before,.ck.ck-editor__editable.ck-editor__editable__overlay:after,.ck.ck-editor__editable.ck-editor__editable__overlay:before{opacity:.8;transition-delay:var(--ck-revision-history-loading-overlay-transition-delay);visibility:visible}.ck.ck-editor__editable.ck-editor__editable__overlay:after{visibility:hidden}@keyframes ck-revision-history-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}',""]);const s=r},161:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-panel)}.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-bottom-width:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar{border-bottom-width:1px;border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}",""]);const s=r},959:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck-vertical-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck-vertical-form .ck-button:focus:after{display:none}@media screen and (max-width:600px){.ck.ck-responsive-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck.ck-responsive-form .ck-button:focus:after{display:none}}.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form{padding:var(--ck-spacing-large)}.ck.ck-responsive-form:focus{outline:none}[dir=ltr] .ck.ck-responsive-form>:not(:first-child),[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width:600px){.ck.ck-responsive-form{padding:0;width:calc(var(--ck-input-width)*.8)}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form>.ck-button:last-child,.ck.ck-responsive-form>.ck-button:nth-last-child(2){border-radius:0;margin-top:var(--ck-spacing-large);padding:var(--ck-spacing-standard)}.ck.ck-responsive-form>.ck-button:last-child:not(:focus),.ck.ck-responsive-form>.ck-button:nth-last-child(2):not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:last-child,[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2),[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child:last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}',""]);const s=r},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,i){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(i)for(var s=0;s<this.length;s++){var o=this[s][0];null!=o&&(r[o]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);i&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},675:(t,e)=>{"use strict";function n(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function i(t,e,i){return e&&n(t.prototype,e),i&&n(t,i),t}function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function s(t){return s=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},s(t)}function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}function a(t,e,n){return a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&o(r,n.prototype),r},a.apply(null,arguments)}function c(t){var e="function"==typeof Map?new Map:void 0;return c=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return a(t,arguments,s(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),o(i,t)},c(t)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function l(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}var h=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(c(Error)),d=function(t){function e(e){return t.call(this,"Invalid DateTime: "+e.toMessage())||this}return r(e,t),e}(h),f=function(t){function e(e){return t.call(this,"Invalid Interval: "+e.toMessage())||this}return r(e,t),e}(h),v=function(t){function e(e){return t.call(this,"Invalid Duration: "+e.toMessage())||this}return r(e,t),e}(h),p=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),m=function(t){function e(e){return t.call(this,"Invalid unit "+e)||this}return r(e,t),e}(h),y=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),g=function(t){function e(){return t.call(this,"Zone is an abstract class")||this}return r(e,t),e}(h),k="numeric",b="short",_="long",w={year:k,month:k,day:k},I={year:k,month:b,day:k},S={year:k,month:b,day:k,weekday:b},O={year:k,month:_,day:k},T={year:k,month:_,day:k,weekday:_},x={hour:k,minute:k},N={hour:k,minute:k,second:k},R={hour:k,minute:k,second:k,timeZoneName:b},A={hour:k,minute:k,second:k,timeZoneName:_},E={hour:k,minute:k,hour12:!1},M={hour:k,minute:k,second:k,hour12:!1},j={hour:k,minute:k,second:k,hour12:!1,timeZoneName:b},V={hour:k,minute:k,second:k,hour12:!1,timeZoneName:_},D={year:k,month:k,day:k,hour:k,minute:k},C={year:k,month:k,day:k,hour:k,minute:k,second:k},F={year:k,month:b,day:k,hour:k,minute:k},L={year:k,month:b,day:k,hour:k,minute:k,second:k},z={year:k,month:b,day:k,weekday:b,hour:k,minute:k},P={year:k,month:_,day:k,hour:k,minute:k,timeZoneName:b},H={year:k,month:_,day:k,hour:k,minute:k,second:k,timeZoneName:b},U={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function q(t){return void 0===t}function B(t){return"number"==typeof t}function W(t){return"number"==typeof t&&t%1==0}function J(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function Y(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function G(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function K(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function X(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function Q(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function $(t,e,n){return W(t)&&t>=e&&t<=n}function tt(t,e){void 0===e&&(e=2);var n=t<0?"-":"",i=n?-1*t:t;return""+n+(i.toString().length<e?("0".repeat(e)+i).slice(-e):i.toString())}function et(t){return q(t)||null===t||""===t?void 0:parseInt(t,10)}function nt(t){if(!q(t)&&null!==t&&""!==t){var e=1e3*parseFloat("0."+t);return Math.floor(e)}}function it(t,e,n){void 0===n&&(n=!1);var i=Math.pow(10,e);return(n?Math.trunc:Math.round)(t*i)/i}function rt(t){return t%4==0&&(t%100!=0||t%400==0)}function st(t){return rt(t)?366:365}function ot(t,e){var n=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===n?rt(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function at(t){var e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e)).setUTCFullYear(e.getUTCFullYear()-1900),+e}function ct(t){var e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,i=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return 4===e||3===i?53:52}function ut(t){return t>99?t:t>60?1900+t:2e3+t}function lt(t,e,n,i){void 0===i&&(i=null);var r=new Date(t),s={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);var o=Object.assign({timeZoneName:e},s),a=J();if(a&&Y()){var c=new Intl.DateTimeFormat(n,o).formatToParts(r).find((function(t){return"timezonename"===t.type.toLowerCase()}));return c?c.value:null}if(a){var u=new Intl.DateTimeFormat(n,s).format(r);return new Intl.DateTimeFormat(n,o).format(r).substring(u.length).replace(/^[, \u200e]+/,"")}return null}function ht(t,e){var n=parseInt(t,10);Number.isNaN(n)&&(n=0);var i=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-i:i)}function dt(t){var e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new y("Invalid unit value "+t);return e}function ft(t,e,n){var i={};for(var r in t)if(Q(t,r)){if(n.indexOf(r)>=0)continue;var s=t[r];if(null==s)continue;i[e(r)]=dt(s)}return i}function vt(t,e){var n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return""+r+tt(n,2)+":"+tt(i,2);case"narrow":return""+r+n+(i>0?":"+i:"");case"techie":return""+r+tt(n,2)+tt(i,2);default:throw new RangeError("Value format "+e+" is out of range for property format")}}function pt(t){return X(t,["hour","minute","second","millisecond"])}var mt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],St=["M","T","W","T","F","S","S"];function Ot(t){switch(t){case"narrow":return[].concat(St);case"short":return[].concat(It);case"long":return[].concat(wt);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var Tt=["AM","PM"],xt=["Before Christ","Anno Domini"],Nt=["BC","AD"],Rt=["B","A"];function At(t){switch(t){case"narrow":return[].concat(Rt);case"short":return[].concat(Nt);case"long":return[].concat(xt);default:return null}}function Et(t,e){for(var n,i="",r=l(t);!(n=r()).done;){var s=n.value;s.literal?i+=s.val:i+=e(s.val)}return i}var Mt={D:w,DD:I,DDD:O,DDDD:T,t:x,tt:N,ttt:R,tttt:A,T:E,TT:M,TTT:j,TTTT:V,f:D,ff:F,fff:P,ffff:U,F:C,FF:L,FFF:H,FFFF:Z},jt=function(){function t(t,e){this.opts=e,this.loc=t,this.systemLoc=null}t.create=function(e,n){return void 0===n&&(n={}),new t(e,n)},t.parseFormat=function(t){for(var e=null,n="",i=!1,r=[],s=0;s<t.length;s++){var o=t.charAt(s);"'"===o?(n.length>0&&r.push({literal:i,val:n}),e=null,n="",i=!i):i||o===e?n+=o:(n.length>0&&r.push({literal:!1,val:n}),n=o,e=o)}return n.length>0&&r.push({literal:i,val:n}),r},t.macroTokenToFormatOpts=function(t){return Mt[t]};var e=t.prototype;return e.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTime=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTimeParts=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},e.resolvedOptions=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},e.num=function(t,e){if(void 0===e&&(e=0),this.opts.forceSimple)return tt(t,e);var n=Object.assign({},this.opts);return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},e.formatDateTimeFromString=function(e,n){var i=this,r="en"===this.loc.listingMode(),s=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&Y(),o=function(t,n){return i.loc.extract(e,t,n)},a=function(t){return e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):""},c=function(){return r?function(t){return Tt[t.hour<12?0:1]}(e):o({hour:"numeric",hour12:!0},"dayperiod")},u=function(t,n){return r?function(t,e){return _t(e)[t.month-1]}(e,t):o(n?{month:t}:{month:t,day:"numeric"},"month")},l=function(t,n){return r?function(t,e){return Ot(e)[t.weekday-1]}(e,t):o(n?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday")},h=function(t){return r?function(t,e){return At(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return Et(t.parseFormat(n),(function(n){switch(n){case"S":return i.num(e.millisecond);case"u":case"SSS":return i.num(e.millisecond,3);case"s":return i.num(e.second);case"ss":return i.num(e.second,2);case"m":return i.num(e.minute);case"mm":return i.num(e.minute,2);case"h":return i.num(e.hour%12==0?12:e.hour%12);case"hh":return i.num(e.hour%12==0?12:e.hour%12,2);case"H":return i.num(e.hour);case"HH":return i.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:i.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return s?o({day:"numeric"},"day"):i.num(e.day);case"dd":return s?o({day:"2-digit"},"day"):i.num(e.day,2);case"c":case"E":return i.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return s?o({month:"numeric",day:"numeric"},"month"):i.num(e.month);case"LL":return s?o({month:"2-digit",day:"numeric"},"month"):i.num(e.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return s?o({month:"numeric"},"month"):i.num(e.month);case"MM":return s?o({month:"2-digit"},"month"):i.num(e.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return s?o({year:"numeric"},"year"):i.num(e.year);case"yy":return s?o({year:"2-digit"},"year"):i.num(e.year.toString().slice(-2),2);case"yyyy":return s?o({year:"numeric"},"year"):i.num(e.year,4);case"yyyyyy":return s?o({year:"numeric"},"year"):i.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return i.num(e.weekYear.toString().slice(-2),2);case"kkkk":return i.num(e.weekYear,4);case"W":return i.num(e.weekNumber);case"WW":return i.num(e.weekNumber,2);case"o":return i.num(e.ordinal);case"ooo":return i.num(e.ordinal,3);case"q":return i.num(e.quarter);case"qq":return i.num(e.quarter,2);case"X":return i.num(Math.floor(e.ts/1e3));case"x":return i.num(e.ts);default:return function(n){var r=t.macroTokenToFormatOpts(n);return r?i.formatWithSystemDefault(e,r):n}(n)}}))},e.formatDurationFromString=function(e,n){var i,r=this,s=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=t.parseFormat(n),a=o.reduce((function(t,e){var n=e.literal,i=e.val;return n?t:t.concat(i)}),[]),c=e.shiftTo.apply(e,a.map(s).filter((function(t){return t})));return Et(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),Vt=function(){function t(t,e){this.reason=t,this.explanation=e}return t.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},t}(),Dt=function(){function t(){}var e=t.prototype;return e.offsetName=function(t,e){throw new g},e.formatOffset=function(t,e){throw new g},e.offset=function(t){throw new g},e.equals=function(t){throw new g},i(t,[{key:"type",get:function(){throw new g}},{key:"name",get:function(){throw new g}},{key:"universal",get:function(){throw new g}},{key:"isValid",get:function(){throw new g}}]),t}(),Ct=null,Ft=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){return-new Date(t).getTimezoneOffset()},n.equals=function(t){return"local"===t.type},i(e,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return J()?(new Intl.DateTimeFormat).resolvedOptions().timeZone:"local"}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===Ct&&(Ct=new e),Ct}}]),e}(Dt),Lt=RegExp("^"+mt.source+"$"),zt={};var Pt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Ht={},Ut=function(t){function e(n){var i;return(i=t.call(this)||this).zoneName=n,i.valid=e.isValidZone(n),i}r(e,t),e.create=function(t){return Ht[t]||(Ht[t]=new e(t)),Ht[t]},e.resetCache=function(){Ht={},zt={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Lt))},e.isValidZone=function(t){try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}},e.parseGMTOffset=function(t){if(t){var e=t.match(/^Etc\/GMT(0|[+-]\d{1,2})$/i);if(e)return-60*parseInt(e[1])}return null};var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale,this.name)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){var e=new Date(t);if(isNaN(e))return NaN;var n,i=(n=this.name,zt[n]||(zt[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),zt[n]),r=i.formatToParts?function(t,e){for(var n=t.formatToParts(e),i=[],r=0;r<n.length;r++){var s=n[r],o=s.type,a=s.value,c=Pt[o];q(c)||(i[c]=parseInt(a,10))}return i}(i,e):function(t,e){var n=t.format(e).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n),r=i[1],s=i[2];return[i[3],r,s,i[4],i[5],i[6]]}(i,e),s=r[0],o=r[1],a=r[2],c=r[3],u=+e,l=u%1e3;return(at({year:s,month:o,day:a,hour:24===c?0:c,minute:r[4],second:r[5],millisecond:0})-(u-=l>=0?l:1e3+l))/6e4},n.equals=function(t){return"iana"===t.type&&t.name===this.name},i(e,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),e}(Dt),Zt=null,qt=function(t){function e(e){var n;return(n=t.call(this)||this).fixed=e,n}r(e,t),e.instance=function(t){return 0===t?e.utcInstance:new e(t)},e.parseSpecifier=function(t){if(t){var n=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new e(ht(n[1],n[2]))}return null},i(e,null,[{key:"utcInstance",get:function(){return null===Zt&&(Zt=new e(0)),Zt}}]);var n=e.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(t,e){return vt(this.fixed,e)},n.offset=function(){return this.fixed},n.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},i(e,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+vt(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),e}(Dt),Bt=function(t){function e(e){var n;return(n=t.call(this)||this).zoneName=e,n}r(e,t);var n=e.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},i(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),e}(Dt);function Wt(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Dt)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Ut.parseGMTOffset(t))?qt.instance(n):Ut.isValidSpecifier(i)?Ut.create(t):qt.parseSpecifier(i)||new Bt(t)}return B(t)?qt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Bt(t)}var Jt=function(){return Date.now()},Yt=null,Gt=null,Kt=null,Xt=null,Qt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Ut.resetCache()},i(t,null,[{key:"now",get:function(){return Jt},set:function(t){Jt=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Yt=t?Wt(t):null}},{key:"defaultZone",get:function(){return Yt||Ft.instance}},{key:"defaultLocale",get:function(){return Gt},set:function(t){Gt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Xt},set:function(t){Xt=t}},{key:"throwOnInvalid",get:function(){return Qt},set:function(t){Qt=t}}]),t}(),te={};function ee(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.DateTimeFormat(t,e),te[n]=i),i}var ne={};var ie={};function re(t,e){void 0===e&&(e={});var n=e,i=(n.base,function(t,e){if(null==t)return{};var n,i,r={},s=Object.keys(t);for(i=0;i<s.length;i++)n=s[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(n,["base"])),r=JSON.stringify([t,i]),s=ie[r];return s||(s=new Intl.RelativeTimeFormat(t,e),ie[r]=s),s}var se=null;function oe(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var ae=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&J()){var i={useGrouping:!1};n.padTo>0&&(i.minimumIntegerDigits=n.padTo),this.inf=function(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=ne[n];return i||(i=new Intl.NumberFormat(t,e),ne[n]=i),i}(t,i)}}return t.prototype.format=function(t){if(this.inf){var e=this.floor?Math.floor(t):t;return this.inf.format(e)}return tt(this.floor?Math.floor(t):it(t,3),this.padTo)},t}(),ce=function(){function t(t,e,n){var i;if(this.opts=n,this.hasIntl=J(),t.zone.universal&&this.hasIntl){var r=t.offset/60*-1,s=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,o=Ut.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:fi.fromMillis(t.ts+60*t.offset*1e3))}else"local"===t.zone.type?this.dt=t:(this.dt=t,i=t.zone.name);if(this.hasIntl){var a=Object.assign({},this.opts);i&&(a.timeZone=i),this.dtf=ee(e,a)}}var e=t.prototype;return e.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var t=function(t){var e="EEEE, LLLL d, yyyy, h:mm a";switch(yt(X(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case yt(w):return"M/d/yyyy";case yt(I):return"LLL d, yyyy";case yt(S):return"EEE, LLL d, yyyy";case yt(O):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(N):return"h:mm:ss a";case yt(R):case yt(A):return"h:mm a";case yt(E):return"HH:mm";case yt(M):return"HH:mm:ss";case yt(j):case yt(V):return"HH:mm";case yt(D):return"M/d/yyyy, h:mm a";case yt(F):return"LLL d, yyyy, h:mm a";case yt(P):return"LLLL d, yyyy, h:mm a";case yt(U):return e;case yt(C):return"M/d/yyyy, h:mm:ss a";case yt(L):return"LLL d, yyyy, h:mm:ss a";case yt(z):return"EEE, d LLL yyyy, h:mm a";case yt(H):return"LLLL d, yyyy, h:mm:ss a";case yt(Z):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return e}}(this.opts),e=le.create("en-US");return jt.create(e).formatDateTimeFromString(this.dt,t)},e.formatToParts=function(){return this.hasIntl&&Y()?this.dtf.formatToParts(this.dt.toJSDate()):[]},e.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},t}(),ue=function(){function t(t,e,n){this.opts=Object.assign({style:"long"},n),!e&&G()&&(this.rtf=re(t,n))}var e=t.prototype;return e.format=function(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,n,i){void 0===n&&(n="always"),void 0===i&&(i=!1);var r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===n&&s){var o="days"===t;switch(e){case 1:return o?"tomorrow":"next "+r[t][0];case-1:return o?"yesterday":"last "+r[t][0];case 0:return o?"today":"this "+r[t][0]}}var a=Object.is(e,-0)||e<0,c=Math.abs(e),u=1===c,l=r[t],h=i?u?l[1]:l[2]||l[1]:u?r[t][0]:t;return a?c+" "+h+" ago":"in "+c+" "+h}(e,t,this.opts.numeric,"long"!==this.opts.style)},e.formatToParts=function(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]},t}(),le=function(){function t(t,e,n,i){var r=function(t){var e=t.indexOf("-u-");if(-1===e)return[t];var n,i=t.substring(0,e);try{n=ee(t).resolvedOptions()}catch(t){n=ee(i).resolvedOptions()}var r=n;return[i,r.numberingSystem,r.calendar]}(t),s=r[0],o=r[1],a=r[2];this.locale=s,this.numberingSystem=e||o||null,this.outputCalendar=n||a||null,this.intl=function(t,e,n){return J()?n||e?(t+="-u",n&&(t+="-ca-"+n),e&&(t+="-nu-"+e),t):t:[]}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}t.fromOpts=function(e){return t.create(e.locale,e.numberingSystem,e.outputCalendar,e.defaultToEN)},t.create=function(e,n,i,r){void 0===r&&(r=!1);var s=e||$t.defaultLocale;return new t(s||(r?"en-US":function(){if(se)return se;if(J()){var t=(new Intl.DateTimeFormat).resolvedOptions().locale;return se=t&&"und"!==t?t:"en-US"}return se="en-US"}()),n||$t.defaultNumberingSystem,i||$t.defaultOutputCalendar,s)},t.resetCache=function(){se=null,te={},ne={},ie={}},t.fromObject=function(e){var n=void 0===e?{}:e,i=n.locale,r=n.numberingSystem,s=n.outputCalendar;return t.create(i,r,s)};var e=t.prototype;return e.listingMode=function(t){void 0===t&&(t=!0);var e=J()&&Y(),n=this.isEnglish(),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e||n&&i||t?!e||n&&i?"en":"intl":"error"},e.clone=function(e){return e&&0!==Object.getOwnPropertyNames(e).length?t.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1):this},e.redefaultToEN=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!0}))},e.redefaultToSystem=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!1}))},e.months=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,_t,(function(){var n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return i.monthsCache[r][t]||(i.monthsCache[r][t]=function(t){for(var e=[],n=1;n<=12;n++){var i=fi.utc(2016,n,1);e.push(t(i))}return e}((function(t){return i.extract(t,n,"month")}))),i.monthsCache[r][t]}))},e.weekdays=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,Ot,(function(){var n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return i.weekdaysCache[r][t]||(i.weekdaysCache[r][t]=function(t){for(var e=[],n=1;n<=7;n++){var i=fi.utc(2016,11,13+n);e.push(t(i))}return e}((function(t){return i.extract(t,n,"weekday")}))),i.weekdaysCache[r][t]}))},e.meridiems=function(t){var e=this;return void 0===t&&(t=!0),oe(this,void 0,t,(function(){return Tt}),(function(){if(!e.meridiemCache){var t={hour:"numeric",hour12:!0};e.meridiemCache=[fi.utc(2016,11,13,9),fi.utc(2016,11,13,19)].map((function(n){return e.extract(n,t,"dayperiod")}))}return e.meridiemCache}))},e.eras=function(t,e){var n=this;return void 0===e&&(e=!0),oe(this,t,e,At,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[fi.utc(-40,1,1),fi.utc(2017,1,1)].map((function(t){return n.extract(t,e,"era")}))),n.eraCache[t]}))},e.extract=function(t,e,n){var i=this.dtFormatter(t,e).formatToParts().find((function(t){return t.type.toLowerCase()===n}));return i?i.value:null},e.numberFormatter=function(t){return void 0===t&&(t={}),new ae(this.intl,t.forceSimple||this.fastNumbers,t)},e.dtFormatter=function(t,e){return void 0===e&&(e={}),new ce(t,this.intl,e)},e.relFormatter=function(t){return void 0===t&&(t={}),new ue(this.intl,this.isEnglish(),t)},e.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||J()&&new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},e.equals=function(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar},i(t,[{key:"fastNumbers",get:function(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||J()&&"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}}]),t}();function he(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=e.reduce((function(t,e){return t+e.source}),"");return RegExp("^"+i+"$")}function de(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){return e.reduce((function(e,n){var i=e[0],r=e[1],s=e[2],o=n(t,s),a=o[0],c=o[1],u=o[2];return[Object.assign(i,a),r||c,u]}),[{},null,1]).slice(0,2)}}function fe(t){if(null==t)return[null,null];for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];for(var r=0,s=n;r<s.length;r++){var o=s[r],a=o[0],c=o[1],u=a.exec(t);if(u)return c(u)}return[null,null]}function ve(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t,n){var i,r={};for(i=0;i<e.length;i++)r[e[i]]=et(t[n+i]);return[r,null,n+i]}}var pe=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,me=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,ye=RegExp(""+me.source+pe.source+"?"),ge=RegExp("(?:T"+ye.source+")?"),ke=ve("weekYear","weekNumber","weekDay"),be=ve("year","ordinal"),_e=RegExp(me.source+" ?(?:"+pe.source+"|("+mt.source+"))?"),we=RegExp("(?: "+_e.source+")?");function Ie(t,e,n){var i=t[e];return q(i)?n:et(i)}function Se(t,e){return[{year:Ie(t,e),month:Ie(t,e+1,1),day:Ie(t,e+2,1)},null,e+3]}function Oe(t,e){return[{hours:Ie(t,e,0),minutes:Ie(t,e+1,0),seconds:Ie(t,e+2,0),milliseconds:nt(t[e+3])},null,e+4]}function Te(t,e){var n=!t[e]&&!t[e+1],i=ht(t[e+1],t[e+2]);return[{},n?null:qt.instance(i),e+3]}function xe(t,e){return[{},t[e]?Ut.create(t[e]):null,e+1]}var Ne=RegExp("^T?"+me.source+"$"),Re=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function Ae(t){var e=t[0],n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l="-"===e[0],h=c&&"-"===c[0],d=function(t,e){return void 0===e&&(e=!1),void 0!==t&&(e||t&&l)?-t:t};return[{years:d(et(n)),months:d(et(i)),weeks:d(et(r)),days:d(et(s)),hours:d(et(o)),minutes:d(et(a)),seconds:d(et(c),"-0"===c),milliseconds:d(nt(u),h)}]}var Ee={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Me(t,e,n,i,r,s,o){var a={year:2===e.length?ut(et(e)):et(e),month:kt.indexOf(n)+1,day:et(i),hour:et(r),minute:et(s)};return o&&(a.second=et(o)),t&&(a.weekday=t.length>3?wt.indexOf(t)+1:It.indexOf(t)+1),a}var je=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Ve(t){var e,n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l=t[9],h=t[10],d=t[11],f=Me(n,s,r,i,o,a,c);return e=u?Ee[u]:l?0:ht(h,d),[f,new qt(e)]}var De=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Ce=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Fe=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Le(t){var e=t[1],n=t[2],i=t[3];return[Me(e,t[4],i,n,t[5],t[6],t[7]),qt.utcInstance]}function ze(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],o=t[6];return[Me(e,t[7],n,i,r,s,o),qt.utcInstance]}var Pe=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),He=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),Ue=he(/(\d{4})-?(\d{3})/,ge),Ze=he(ye),qe=de(Se,Oe,Te),Be=de(ke,Oe,Te),We=de(be,Oe,Te),Je=de(Oe,Te);var Ye=de(Oe);var Ge=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Xe=de(Se,Oe,Te,xe),Qe=de(Oe,Te,xe);var $e={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},tn=Object.assign({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},$e),en=365.2425,nn=30.436875,rn=Object.assign({years:{quarters:4,months:12,weeks:52.1775,days:en,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:nn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},$e),sn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],on=sn.slice(0).reverse();function an(t,e,n){void 0===n&&(n=!1);var i={values:n?e.values:Object.assign({},t.values,e.values||{}),loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new un(i)}function cn(t,e,n,i,r){var s=t[r][n],o=e[n]/s,a=!(Math.sign(o)===Math.sign(i[r]))&&0!==i[r]&&Math.abs(o)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(o):Math.trunc(o);i[r]+=a,e[n]-=a*s}var un=function(){function t(t){var e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||le.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?rn:tn,this.isLuxonDuration=!0}t.fromMillis=function(e,n){return t.fromObject(Object.assign({milliseconds:e},n))},t.fromObject=function(e){if(null==e||"object"!=typeof e)throw new y("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new t({values:ft(e,t.normalizeUnit,["locale","numberingSystem","conversionAccuracy","zone"]),loc:le.fromObject(e),conversionAccuracy:e.conversionAccuracy})},t.fromISO=function(e,n){var i=function(t){return fe(t,[Re,Ae])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.fromISOTime=function(e,n){var i=function(t){return fe(t,[Ne,Ye])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Duration is invalid");var i=e instanceof Vt?e:new Vt(e,n);if($t.throwOnInvalid)throw new v(i);return new t({invalid:i})},t.normalizeUnit=function(t){var e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new m(t);return e},t.isDuration=function(t){return t&&t.isLuxonDuration||!1};var e=t.prototype;return e.toFormat=function(t,e){void 0===e&&(e={});var n=Object.assign({},e,{floor:!1!==e.round&&!1!==e.floor});return this.isValid?jt.create(this.loc,n).formatDurationFromString(this,t):"Invalid Duration"},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.values);return t.includeConfig&&(e.conversionAccuracy=this.conversionAccuracy,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toISO=function(){if(!this.isValid)return null;var t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=it(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t},e.toISOTime=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var e=this.toMillis();if(e<0||e>=864e5)return null;t=Object.assign({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},t);var n=this.shiftTo("hours","minutes","seconds","milliseconds"),i="basic"===t.format?"hhmm":"hh:mm";t.suppressSeconds&&0===n.seconds&&0===n.milliseconds||(i+="basic"===t.format?"ss":":ss",t.suppressMilliseconds&&0===n.milliseconds||(i+=".SSS"));var r=n.toFormat(i);return t.includePrefix&&(r="T"+r),r},e.toJSON=function(){return this.toISO()},e.toString=function(){return this.toISO()},e.toMillis=function(){return this.as("milliseconds")},e.valueOf=function(){return this.toMillis()},e.plus=function(t){if(!this.isValid)return this;for(var e,n=ln(t),i={},r=l(sn);!(e=r()).done;){var s=e.value;(Q(n.values,s)||Q(this.values,s))&&(i[s]=n.get(s)+this.get(s))}return an(this,{values:i},!0)},e.minus=function(t){if(!this.isValid)return this;var e=ln(t);return this.plus(e.negate())},e.mapUnits=function(t){if(!this.isValid)return this;for(var e={},n=0,i=Object.keys(this.values);n<i.length;n++){var r=i[n];e[r]=dt(t(this.values[r],r))}return an(this,{values:e},!0)},e.get=function(e){return this[t.normalizeUnit(e)]},e.set=function(e){return this.isValid?an(this,{values:Object.assign(this.values,ft(e,t.normalizeUnit,[]))}):this},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.conversionAccuracy,s={loc:this.loc.clone({locale:n,numberingSystem:i})};return r&&(s.conversionAccuracy=r),an(this,s)},e.as=function(t){return this.isValid?this.shiftTo(t).get(t):NaN},e.normalize=function(){if(!this.isValid)return this;var t=this.toObject();return function(t,e){on.reduce((function(n,i){return q(e[i])?n:(n&&cn(t,e,n,e,i),i)}),null)}(this.matrix,t),an(this,{values:t},!0)},e.shiftTo=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!this.isValid)return this;if(0===n.length)return this;n=n.map((function(e){return t.normalizeUnit(e)}));for(var r,s,o={},a={},c=this.toObject(),u=l(sn);!(s=u()).done;){var h=s.value;if(n.indexOf(h)>=0){r=h;var d=0;for(var f in a)d+=this.matrix[f][h]*a[f],a[f]=0;B(c[h])&&(d+=c[h]);var v=Math.trunc(d);for(var p in o[h]=v,a[h]=d-v,c)sn.indexOf(p)>sn.indexOf(h)&&cn(this.matrix,c,p,o,h)}else B(c[h])&&(a[h]=c[h])}for(var m in a)0!==a[m]&&(o[r]+=m===r?a[m]:a[m]/this.matrix[r][m]);return an(this,{values:o},!0).normalize()},e.negate=function(){if(!this.isValid)return this;for(var t={},e=0,n=Object.keys(this.values);e<n.length;e++){var i=n[e];t[i]=-this.values[i]}return an(this,{values:t},!0)},e.equals=function(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(var e,n=l(sn);!(e=n()).done;){var i=e.value;if(r=this.values[i],s=t.values[i],!(void 0===r||0===r?void 0===s||0===s:r===s))return!1}var r,s;return!0},i(t,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}();function ln(t){if(B(t))return un.fromMillis(t);if(un.isDuration(t))return t;if("object"==typeof t)return un.fromObject(t);throw new y("Unknown duration argument "+t+" of type "+typeof t)}var hn="Invalid Interval";function dn(t,e){return t&&t.isValid?e&&e.isValid?e<t?fn.invalid("end before start","The end of an interval must be after its start, but you had start="+t.toISO()+" and end="+e.toISO()):null:fn.invalid("missing or invalid end"):fn.invalid("missing or invalid start")}var fn=function(){function t(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Interval is invalid");var i=e instanceof Vt?e:new Vt(e,n);if($t.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=vi(e),r=vi(n),s=dn(i,r);return null==s?new t({start:i,end:r}):s},t.after=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r.minus(i),r)},t.fromISO=function(e,n){var i=(e||"").split("/",2),r=i[0],s=i[1];if(r&&s){var o,a,c,u;try{a=(o=fi.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=fi.fromISO(s,n)).isValid}catch(s){u=!1}if(a&&u)return t.fromDateTimes(o,c);if(a){var l=un.fromISO(s,n);if(l.isValid)return t.after(o,l)}else if(u){var h=un.fromISO(r,n);if(h.isValid)return t.before(c,h)}}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.isInterval=function(t){return t&&t.isLuxonInterval||!1};var e=t.prototype;return e.length=function(t){return void 0===t&&(t="milliseconds"),this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},e.count=function(t){if(void 0===t&&(t="milliseconds"),!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return Math.floor(n.diff(e,t).get(t))+1},e.hasSame=function(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))},e.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},e.isAfter=function(t){return!!this.isValid&&this.s>t},e.isBefore=function(t){return!!this.isValid&&this.e<=t},e.contains=function(t){return!!this.isValid&&(this.s<=t&&this.e>t)},e.set=function(e){var n=void 0===e?{}:e,i=n.start,r=n.end;return this.isValid?t.fromDateTimes(i||this.s,r||this.e):this},e.splitAt=function(){var e=this;if(!this.isValid)return[];for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];for(var s=i.map(vi).filter((function(t){return e.contains(t)})).sort(),o=[],a=this.s,c=0;a<this.e;){var u=s[c]||this.e,l=+u>+this.e?this.e:u;o.push(t.fromDateTimes(a,l)),a=l,c+=1}return o},e.splitBy=function(e){var n=ln(e);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var i,r=this.s,s=1,o=[];r<this.e;){var a=this.start.plus(n.mapUnits((function(t){return t*s})));i=+a>+this.e?this.e:a,o.push(t.fromDateTimes(r,i)),r=i,s+=1}return o},e.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},e.overlaps=function(t){return this.e>t.s&&this.s<t.e},e.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},e.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},e.engulfs=function(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)},e.equals=function(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))},e.intersection=function(e){if(!this.isValid)return this;var n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:t.fromDateTimes(n,i)},e.union=function(e){if(!this.isValid)return this;var n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return t.fromDateTimes(n,i)},t.merge=function(t){var e=t.sort((function(t,e){return t.s-e.s})).reduce((function(t,e){var n=t[0],i=t[1];return i?i.overlaps(e)||i.abutsStart(e)?[n,i.union(e)]:[n.concat([i]),e]:[n,e]}),[[],null]),n=e[0],i=e[1];return i&&n.push(i),n},t.xor=function(e){for(var n,i,r=null,s=0,o=[],a=e.map((function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]})),c=l((n=Array.prototype).concat.apply(n,a).sort((function(t,e){return t.time-e.time})));!(i=c()).done;){var u=i.value;1===(s+="s"===u.type?1:-1)?r=u.time:(r&&+r!=+u.time&&o.push(t.fromDateTimes(r,u.time)),r=null)}return t.merge(o)},e.difference=function(){for(var e=this,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.xor([this].concat(i)).map((function(t){return e.intersection(t)})).filter((function(t){return t&&!t.isEmpty()}))},e.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":hn},e.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):hn},e.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():hn},e.toISOTime=function(t){return this.isValid?this.s.toISOTime(t)+"/"+this.e.toISOTime(t):hn},e.toFormat=function(t,e){var n=(void 0===e?{}:e).separator,i=void 0===n?" – ":n;return this.isValid?""+this.s.toFormat(t)+i+this.e.toFormat(t):hn},e.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):un.invalid(this.invalidReason)},e.mapEndpoints=function(e){return t.fromDateTimes(e(this.s),e(this.e))},i(t,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}(),vn=function(){function t(){}return t.hasDST=function(t){void 0===t&&(t=$t.defaultZone);var e=fi.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Ut.isValidSpecifier(t)&&Ut.isValidZone(t)},t.normalizeZone=function(t){return Wt(t,$t.defaultZone)},t.months=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj,c=void 0===a?null:a,u=n.outputCalendar,l=void 0===u?"gregory":u;return(c||le.create(r,o,l)).months(t)},t.monthsFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj,c=void 0===a?null:a,u=n.outputCalendar,l=void 0===u?"gregory":u;return(c||le.create(r,o,l)).months(t,!0)},t.weekdays=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj;return((void 0===a?null:a)||le.create(r,o,null)).weekdays(t)},t.weekdaysFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj;return((void 0===a?null:a)||le.create(r,o,null)).weekdays(t,!0)},t.meridiems=function(t){var e=(void 0===t?{}:t).locale,n=void 0===e?null:e;return le.create(n).meridiems()},t.eras=function(t,e){void 0===t&&(t="short");var n=(void 0===e?{}:e).locale,i=void 0===n?null:n;return le.create(i,null,"gregory").eras(t)},t.features=function(){var t=!1,e=!1,n=!1,i=!1;if(J()){t=!0,e=Y(),i=G();try{n="America/New_York"===new Intl.DateTimeFormat("en",{timeZone:"America/New_York"}).resolvedOptions().timeZone}catch(t){n=!1}}return{intl:t,intlTokens:e,zones:n,relative:i}},t}();function pn(t,e){var n=function(t){return t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},i=n(e)-n(t);return Math.floor(un.fromMillis(i).as("days"))}function mn(t,e,n,i){var r=function(t,e,n){for(var i,r,s={},o=0,a=[["years",function(t,e){return e.year-t.year}],["quarters",function(t,e){return e.quarter-t.quarter}],["months",function(t,e){return e.month-t.month+12*(e.year-t.year)}],["weeks",function(t,e){var n=pn(t,e);return(n-n%7)/7}],["days",pn]];o<a.length;o++){var c=a[o],u=c[0],l=c[1];if(n.indexOf(u)>=0){var h;i=u;var d,f=l(t,e);(r=t.plus(((h={})[u]=f,h)))>e?(t=t.plus(((d={})[u]=f-1,d)),f-=1):t=r,s[u]=f}}return[t,s,r,i]}(t,e,n),s=r[0],o=r[1],a=r[2],c=r[3],u=e-s,l=n.filter((function(t){return["hours","minutes","seconds","milliseconds"].indexOf(t)>=0}));if(0===l.length){var h;if(a<e)a=s.plus(((h={})[c]=1,h));a!==s&&(o[c]=(o[c]||0)+u/(a-s))}var d,f=un.fromObject(Object.assign(o,i));return l.length>0?(d=un.fromMillis(u,i)).shiftTo.apply(d,l).plus(f):f}var yn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},gn={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},kn=yn.hanidec.replace(/[\[|\]]/g,"").split("");function bn(t,e){var n=t.numberingSystem;return void 0===e&&(e=""),new RegExp(""+yn[n||"latn"]+e)}var _n="missing Intl.DateTimeFormat.formatToParts support";function wn(t,e){return void 0===e&&(e=function(t){return t}),{regex:t,deser:function(t){var n=t[0];return e(function(t){var e=parseInt(t,10);if(isNaN(e)){e="";for(var n=0;n<t.length;n++){var i=t.charCodeAt(n);if(-1!==t[n].search(yn.hanidec))e+=kn.indexOf(t[n]);else for(var r in gn){var s=gn[r],o=s[0],a=s[1];i>=o&&i<=a&&(e+=i-o)}}return parseInt(e,10)}return e}(n))}}}var In="( |"+String.fromCharCode(160)+")",Sn=new RegExp(In,"g");function On(t){return t.replace(/\./g,"\\.?").replace(Sn,In)}function Tn(t){return t.replace(/\./g,"").replace(Sn," ").toLowerCase()}function xn(t,e){return null===t?null:{regex:RegExp(t.map(On).join("|")),deser:function(n){var i=n[0];return t.findIndex((function(t){return Tn(i)===Tn(t)}))+e}}}function Nn(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function Rn(t){return{regex:t,deser:function(t){return t[0]}}}var An={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var En=null;function Mn(t,e){if(t.literal)return t;var n=jt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=jt.create(e,n).formatDateTimeParts((En||(En=fi.fromMillis(1555555555555)),En)).map((function(t){return function(t,e,n){var i=t.type,r=t.value;if("literal"===i)return{literal:!0,val:r};var s=n[i],o=An[i];return"object"==typeof o&&(o=o[s]),o?{literal:!1,val:o}:void 0}(t,0,n)}));return i.includes(void 0)?t:i}function jn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return Mn(t,e)})))}(jt.parseFormat(n),t),r=i.map((function(e){return n=e,r=bn(i=t),s=bn(i,"{2}"),o=bn(i,"{3}"),a=bn(i,"{4}"),c=bn(i,"{6}"),u=bn(i,"{1,2}"),l=bn(i,"{1,3}"),h=bn(i,"{1,6}"),d=bn(i,"{1,9}"),f=bn(i,"{2,4}"),v=bn(i,"{4,6}"),p=function(t){return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:function(t){return t[0]},literal:!0};var e},m=function(t){if(n.literal)return p(t);switch(t.val){case"G":return xn(i.eras("short",!1),0);case"GG":return xn(i.eras("long",!1),0);case"y":return wn(h);case"yy":case"kk":return wn(f,ut);case"yyyy":case"kkkk":return wn(a);case"yyyyy":return wn(v);case"yyyyyy":return wn(c);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return wn(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return wn(s);case"MMM":return xn(i.months("short",!0,!1),1);case"MMMM":return xn(i.months("long",!0,!1),1);case"LLL":return xn(i.months("short",!1,!1),1);case"LLLL":return xn(i.months("long",!1,!1),1);case"o":case"S":return wn(l);case"ooo":case"SSS":return wn(o);case"u":return Rn(d);case"a":return xn(i.meridiems(),0);case"E":case"c":return wn(r);case"EEE":return xn(i.weekdays("short",!1,!1),1);case"EEEE":return xn(i.weekdays("long",!1,!1),1);case"ccc":return xn(i.weekdays("short",!0,!1),1);case"cccc":return xn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return Nn(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return Nn(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return Rn(/[a-z_+-/]{1,256}?/i);default:return p(t)}}(n)||{invalidReason:_n},m.token=n,m;var n,i,r,s,o,a,c,u,l,h,d,f,v,p,m})),s=r.find((function(t){return t.invalidReason}));if(s)return{input:e,tokens:i,invalidReason:s.invalidReason};var o=function(t){return["^"+t.map((function(t){return t.regex})).reduce((function(t,e){return t+"("+e.source+")"}),"")+"$",t]}(r),a=o[0],c=o[1],u=RegExp(a,"i"),l=function(t,e,n){var i=t.match(e);if(i){var r={},s=1;for(var o in n)if(Q(n,o)){var a=n[o],c=a.groups?a.groups+1:1;!a.literal&&a.token&&(r[a.token.val[0]]=a.deser(i.slice(s,s+c))),s+=c}return[i,r]}return[i,{}]}(e,u,c),h=l[0],d=l[1],f=d?function(t){var e;return e=q(t.Z)?q(t.z)?null:Ut.create(t.z):new qt(t.Z),q(t.q)||(t.M=3*(t.q-1)+1),q(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),q(t.u)||(t.S=nt(t.u)),[Object.keys(t).reduce((function(e,n){var i=function(t){switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(n);return i&&(e[i]=t[n]),e}),{}),e]}(d):[null,null],v=f[0],m=f[1];if(Q(d,"a")&&Q(d,"H"))throw new p("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:i,regex:u,rawMatches:h,matches:d,result:v,zone:m}}var Vn=[0,31,59,90,120,151,181,212,243,273,304,334],Dn=[0,31,60,91,121,152,182,213,244,274,305,335];function Cn(t,e){return new Vt("unit out of range","you specified "+e+" (of type "+typeof e+") as a "+t+", which is invalid")}function Fn(t,e,n){var i=new Date(Date.UTC(t,e-1,n)).getUTCDay();return 0===i?7:i}function Ln(t,e,n){return n+(rt(t)?Dn:Vn)[e-1]}function zn(t,e){var n=rt(t)?Dn:Vn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Pn(t){var e,n=t.year,i=t.month,r=t.day,s=Ln(n,i,r),o=Fn(n,i,r),a=Math.floor((s-o+10)/7);return a<1?a=ct(e=n-1):a>ct(n)?(e=n+1,a=1):e=n,Object.assign({weekYear:e,weekNumber:a,weekday:o},pt(t))}function Hn(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Fn(n,1,4),o=st(n),a=7*i+r-s-3;a<1?a+=st(e=n-1):a>o?(e=n+1,a-=st(n)):e=n;var c=zn(e,a),u=c.month,l=c.day;return Object.assign({year:e,month:u,day:l},pt(t))}function Un(t){var e=t.year,n=Ln(e,t.month,t.day);return Object.assign({year:e,ordinal:n},pt(t))}function Zn(t){var e=t.year,n=zn(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},pt(t))}function qn(t){var e=W(t.year),n=$(t.month,1,12),i=$(t.day,1,ot(t.year,t.month));return e?n?!i&&Cn("day",t.day):Cn("month",t.month):Cn("year",t.year)}function Bn(t){var e=t.hour,n=t.minute,i=t.second,r=t.millisecond,s=$(e,0,23)||24===e&&0===n&&0===i&&0===r,o=$(n,0,59),a=$(i,0,59),c=$(r,0,999);return s?o?a?!c&&Cn("millisecond",r):Cn("second",i):Cn("minute",n):Cn("hour",e)}var Wn="Invalid DateTime",Jn=864e13;function Yn(t){return new Vt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Gn(t){return null===t.weekData&&(t.weekData=Pn(t.c)),t.weekData}function Kn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new fi(Object.assign({},n,e,{old:n}))}function Xn(t,e,n){var i=t-60*e*1e3,r=n.offset(i);if(e===r)return[i,e];i-=60*(r-e)*1e3;var s=n.offset(i);return r===s?[i,r]:[t-60*Math.min(r,s)*1e3,Math.max(r,s)]}function Qn(t,e){var n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function $n(t,e,n){return Xn(at(t),e,n)}function ti(t,e){var n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s=Object.assign({},t.c,{year:i,month:r,day:Math.min(t.c.day,ot(i,r))+Math.trunc(e.days)+7*Math.trunc(e.weeks)}),o=un.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Xn(at(s),n,t.zone),c=a[0],u=a[1];return 0!==o&&(c+=o,u=t.zone.offset(c)),{ts:c,o:u}}function ei(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=fi.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return fi.invalid(new Vt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ni(t,e,n){return void 0===n&&(n=!0),t.isValid?jt.create(le.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function ii(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,o=e.includeOffset,a=e.includePrefix,c=void 0!==a&&a,u=e.includeZone,l=void 0!==u&&u,h=e.spaceZone,d=void 0!==h&&h,f=e.format,v=void 0===f?"extended":f,p="basic"===v?"HHmm":"HH:mm";i&&0===t.second&&0===t.millisecond||(p+="basic"===v?"ss":":ss",s&&0===t.millisecond||(p+=".SSS")),(l||o)&&d&&(p+=" "),l?p+="z":o&&(p+="basic"===v?"ZZZ":"ZZ");var m=ni(t,p);return c&&(m="T"+m),m}var ri={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},si={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},oi={ordinal:1,hour:0,minute:0,second:0,millisecond:0},ai=["year","month","day","hour","minute","second","millisecond"],ci=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ui=["year","ordinal","hour","minute","second","millisecond"];function li(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new m(t);return e}function hi(t,e){for(var n,i=l(ai);!(n=i()).done;){var r=n.value;q(t[r])&&(t[r]=ri[r])}var s=qn(t)||Bn(t);if(s)return fi.invalid(s);var o=$t.now(),a=$n(t,e.offset(o),e),c=a[0],u=a[1];return new fi({ts:c,zone:e,o:u})}function di(t,e,n){var i=!!q(n.round)||n.round,r=function(t,r){return t=it(t,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(t,r)},s=function(i){return n.calendary?e.hasSame(t,i)?0:e.startOf(i).diff(t.startOf(i),i).get(i):e.diff(t,i).get(i)};if(n.unit)return r(s(n.unit),n.unit);for(var o,a=l(n.units);!(o=a()).done;){var c=o.value,u=s(c);if(Math.abs(u)>=1)return r(u,c)}return r(t>e?-0:0,n.units[n.units.length-1])}var fi=function(){function t(t){var e=t.zone||$t.defaultZone,n=t.invalid||(Number.isNaN(t.ts)?new Vt("invalid input"):null)||(e.isValid?null:Yn(e));this.ts=q(t.ts)?$t.now():t.ts;var i=null,r=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e)){var s=[t.old.c,t.old.o];i=s[0],r=s[1]}else{var o=e.offset(this.ts);i=Qn(this.ts,o),i=(n=Number.isNaN(i.year)?new Vt("invalid input"):null)?null:i,r=n?null:o}this._zone=e,this.loc=t.loc||le.create(),this.invalid=n,this.weekData=null,this.c=i,this.o=r,this.isLuxonDateTime=!0}t.now=function(){return new t({})},t.local=function(e,n,i,r,s,o,a){return q(e)?t.now():hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},$t.defaultZone)},t.utc=function(e,n,i,r,s,o,a){return q(e)?new t({ts:$t.now(),zone:qt.utcInstance}):hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},qt.utcInstance)},t.fromJSDate=function(e,n){void 0===n&&(n={});var i,r=(i=e,"[object Date]"===Object.prototype.toString.call(i)?e.valueOf():NaN);if(Number.isNaN(r))return t.invalid("invalid input");var s=Wt(n.zone,$t.defaultZone);return s.isValid?new t({ts:r,zone:s,loc:le.fromObject(n)}):t.invalid(Yn(s))},t.fromMillis=function(e,n){if(void 0===n&&(n={}),B(e))return e<-Jn||e>Jn?t.invalid("Timestamp out of range"):new t({ts:e,zone:Wt(n.zone,$t.defaultZone),loc:le.fromObject(n)});throw new y("fromMillis requires a numerical input, but received a "+typeof e+" with value "+e)},t.fromSeconds=function(e,n){if(void 0===n&&(n={}),B(e))return new t({ts:1e3*e,zone:Wt(n.zone,$t.defaultZone),loc:le.fromObject(n)});throw new y("fromSeconds requires a numerical input")},t.fromObject=function(e){var n=Wt(e.zone,$t.defaultZone);if(!n.isValid)return t.invalid(Yn(n));var i=$t.now(),r=n.offset(i),s=ft(e,li,["zone","locale","outputCalendar","numberingSystem"]),o=!q(s.ordinal),a=!q(s.year),c=!q(s.month)||!q(s.day),u=a||c,h=s.weekYear||s.weekNumber,d=le.fromObject(e);if((u||o)&&h)throw new p("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(c&&o)throw new p("Can't mix ordinal dates with month/day");var f,v,m=h||s.weekday&&!u,y=Qn(i,r);m?(f=ci,v=si,y=Pn(y)):o?(f=ui,v=oi,y=Un(y)):(f=ai,v=ri);for(var g,k=!1,b=l(f);!(g=b()).done;){var _=g.value;q(s[_])?s[_]=k?v[_]:y[_]:k=!0}var w=m?function(t){var e=W(t.weekYear),n=$(t.weekNumber,1,ct(t.weekYear)),i=$(t.weekday,1,7);return e?n?!i&&Cn("weekday",t.weekday):Cn("week",t.week):Cn("weekYear",t.weekYear)}(s):o?function(t){var e=W(t.year),n=$(t.ordinal,1,st(t.year));return e?!n&&Cn("ordinal",t.ordinal):Cn("year",t.year)}(s):qn(s),I=w||Bn(s);if(I)return t.invalid(I);var S=$n(m?Hn(s):o?Zn(s):s,r,n),O=new t({ts:S[0],zone:n,o:S[1],loc:d});return s.weekday&&u&&e.weekday!==O.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+O.toISO()):O},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Pe,qe],[He,Be],[Ue,We],[Ze,Je])}(t);return ei(n[0],n[1],e,"ISO 8601",t)},t.fromRFC2822=function(t,e){void 0===e&&(e={});var n=function(t){return fe(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[je,Ve])}(t);return ei(n[0],n[1],e,"RFC 2822",t)},t.fromHTTP=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[De,Le],[Ce,Le],[Fe,ze])}(t);return ei(n[0],n[1],e,"HTTP",e)},t.fromFormat=function(e,n,i){if(void 0===i&&(i={}),q(e)||q(n))throw new y("fromFormat requires an input string and a format");var r=i,s=r.locale,o=void 0===s?null:s,a=r.numberingSystem,c=void 0===a?null:a,u=function(t,e,n){var i=jn(t,e,n);return[i.result,i.zone,i.invalidReason]}(le.fromOpts({locale:o,numberingSystem:c,defaultToEN:!0}),e,n),l=u[0],h=u[1],d=u[2];return d?t.invalid(d):ei(l,h,i,"format "+n,e)},t.fromString=function(e,n,i){return void 0===i&&(i={}),t.fromFormat(e,n,i)},t.fromSQL=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Ge,Xe],[Ke,Qe])}(t);return ei(n[0],n[1],e,"SQL",t)},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the DateTime is invalid");var i=e instanceof Vt?e:new Vt(e,n);if($t.throwOnInvalid)throw new d(i);return new t({invalid:i})},t.isDateTime=function(t){return t&&t.isLuxonDateTime||!1};var e=t.prototype;return e.get=function(t){return this[t]},e.resolvedLocaleOpts=function(t){void 0===t&&(t={});var e=jt.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},e.toUTC=function(t,e){return void 0===t&&(t=0),void 0===e&&(e={}),this.setZone(qt.instance(t),e)},e.toLocal=function(){return this.setZone($t.defaultZone)},e.setZone=function(e,n){var i=void 0===n?{}:n,r=i.keepLocalTime,s=void 0!==r&&r,o=i.keepCalendarTime,a=void 0!==o&&o;if((e=Wt(e,$t.defaultZone)).equals(this.zone))return this;if(e.isValid){var c=this.ts;if(s||a){var u=e.offset(this.ts);c=$n(this.toObject(),u,e)[0]}return Kn(this,{ts:c,zone:e})}return t.invalid(Yn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Kn(this,{loc:this.loc.clone({locale:n,numberingSystem:i,outputCalendar:r})})},e.setLocale=function(t){return this.reconfigure({locale:t})},e.set=function(t){if(!this.isValid)return this;var e,n=ft(t,li,[]),i=!q(n.weekYear)||!q(n.weekNumber)||!q(n.weekday),r=!q(n.ordinal),s=!q(n.year),o=!q(n.month)||!q(n.day),a=s||o,c=n.weekYear||n.weekNumber;if((a||r)&&c)throw new p("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&r)throw new p("Can't mix ordinal dates with month/day");i?e=Hn(Object.assign(Pn(this.c),n)):q(n.ordinal)?(e=Object.assign(this.toObject(),n),q(n.day)&&(e.day=Math.min(ot(e.year,e.month),e.day))):e=Zn(Object.assign(Un(this.c),n));var u=$n(e,this.o,this.zone);return Kn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Kn(this,ti(this,ln(t))):this},e.minus=function(t){return this.isValid?Kn(this,ti(this,ln(t).negate())):this},e.startOf=function(t){if(!this.isValid)return this;var e={},n=un.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===n&&(e.weekday=1),"quarters"===n){var i=Math.ceil(this.month/3);e.month=3*(i-1)+1}return this.set(e)},e.endOf=function(t){var e;return this.isValid?this.plus((e={},e[t]=1,e)).startOf(t).minus(1):this},e.toFormat=function(t,e){return void 0===e&&(e={}),this.isValid?jt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Wn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?jt.create(this.loc.clone(t),t).formatDateTime(this):Wn},e.toLocaleParts=function(t){return void 0===t&&(t={}),this.isValid?jt.create(this.loc.clone(t),t).formatDateTimeParts(this):[]},e.toISO=function(t){return void 0===t&&(t={}),this.isValid?this.toISODate(t)+"T"+this.toISOTime(t):null},e.toISODate=function(t){var e=(void 0===t?{}:t).format,n="basic"===(void 0===e?"extended":e)?"yyyyMMdd":"yyyy-MM-dd";return this.year>9999&&(n="+"+n),ni(this,n)},e.toISOWeekDate=function(){return ni(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,o=e.includeOffset,a=void 0===o||o,c=e.includePrefix,u=void 0!==c&&c,l=e.format;return ii(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ni(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ni(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ni(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return ii(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():Wn},e.valueOf=function(){return this.toMillis()},e.toMillis=function(){return this.isValid?this.ts:NaN},e.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},e.toJSON=function(){return this.toISO()},e.toBSON=function(){return this.toJSDate()},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},e.diff=function(t,e,n){if(void 0===e&&(e="milliseconds"),void 0===n&&(n={}),!this.isValid||!t.isValid)return un.invalid(this.invalid||t.invalid,"created by diffing an invalid DateTime");var i,r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),s=(i=e,Array.isArray(i)?i:[i]).map(un.normalizeUnit),o=t.valueOf()>this.valueOf(),a=mn(o?this:t,o?t:this,s,r);return o?a.negate():a},e.diffNow=function(e,n){return void 0===e&&(e="milliseconds"),void 0===n&&(n={}),this.diff(t.now(),e,n)},e.until=function(t){return this.isValid?fn.fromDateTimes(this,t):this},e.hasSame=function(t,e){if(!this.isValid)return!1;var n=t.valueOf(),i=this.setZone(t.zone,{keepLocalTime:!0});return i.startOf(e)<=n&&n<=i.endOf(e)},e.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},e.toRelative=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var n=e.base||t.fromObject({zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0,r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),di(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?di(e.base||t.fromObject({zone:this.zone}),this,Object.assign(e,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},t.min=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("min requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.min)},t.max=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("max requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.max)},t.fromFormatExplain=function(t,e,n){void 0===n&&(n={});var i=n,r=i.locale,s=void 0===r?null:r,o=i.numberingSystem,a=void 0===o?null:o;return jn(le.fromOpts({locale:s,numberingSystem:a,defaultToEN:!0}),t,e)},t.fromStringExplain=function(e,n,i){return void 0===i&&(i={}),t.fromFormatExplain(e,n,i)},i(t,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Gn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Gn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Gn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Un(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?vn.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?vn.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?vn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?vn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return rt(this.year)}},{key:"daysInMonth",get:function(){return ot(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?st(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ct(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return w}},{key:"DATE_MED",get:function(){return I}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return S}},{key:"DATE_FULL",get:function(){return O}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return N}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return R}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return A}},{key:"TIME_24_SIMPLE",get:function(){return E}},{key:"TIME_24_WITH_SECONDS",get:function(){return M}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return j}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return V}},{key:"DATETIME_SHORT",get:function(){return D}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return C}},{key:"DATETIME_MED",get:function(){return F}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return L}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return z}},{key:"DATETIME_FULL",get:function(){return P}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return H}},{key:"DATETIME_HUGE",get:function(){return U}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return Z}}]),t}();function vi(t){if(fi.isDateTime(t))return t;if(t&&t.valueOf&&B(t.valueOf()))return fi.fromJSDate(t);if(t&&"object"==typeof t)return fi.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.c9=fi},673:(t,e,n)=>{"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},s=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],c=e.base?s[0]+e.base:s[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var h=a(l),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==h?(o[h].references++,o[h].updater(d)):o.push({identifier:l,updater:m(d,e),references:1}),i.push(l)}return i}function u(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var r=n.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var o=s(t.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(e)}return e}var l,h=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function d(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=h(e,r);else{var s=document.createTextNode(r),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(s,o[e]):t.appendChild(s)}}function f(t,e,n){var i=n.css,r=n.media,s=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),s&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(s))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var v=null,p=0;function m(t,e){var n,i,r;if(e.singleton){var s=p++;n=v||(v=u(e)),i=d.bind(null,n,s,!1),r=d.bind(null,n,s,!0)}else n=u(e),i=f.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=a(n[i]);o[r].references--}for(var s=c(t,e),u=0;u<n.length;u++){var l=a(n[u]);0===o[l].references&&(o[l].updater(),o.splice(l,1))}n=s}}}},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var r=e[i];if(void 0!==r)return r.exports;var s=e[i]={id:i,exports:{}};return t[i](s,s.exports,n),s.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var i={};(()=>{"use strict";n.r(i),n.d(i,{RevisionHistory:()=>qs,RevisionHistoryUI:()=>Wi,RevisionTracker:()=>Si,RevisionViewer:()=>hr,RevisionViewerLoadingOverlay:()=>Tr,RevisionViewerUI:()=>Ar,RevisionsRepository:()=>Qn,RevisionsSidebar:()=>Ss});var t=n(782),e=n(584),r=n(211),s=n(783);const o=function(){this.__data__=[],this.size=0};const a=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(a(t[n][0],e))return n;return-1};var u=Array.prototype.splice;const l=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():u.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const f=function(t,e){var n=this.__data__,i=c(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function v(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}v.prototype.clear=o,v.prototype.delete=l,v.prototype.get=h,v.prototype.has=d,v.prototype.set=f;const p=v;const m=function(){this.__data__=new p,this.size=0};const y=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=b||_||Function("return this")();const I=w.Symbol;var S=Object.prototype,O=S.hasOwnProperty,T=S.toString,x=I?I.toStringTag:void 0;const N=function(t){var e=O.call(t,x),n=t[x];try{t[x]=void 0;var i=!0}catch(t){}var r=T.call(t);return i&&(e?t[x]=n:delete t[x]),r};var R=Object.prototype.toString;const A=function(t){return R.call(t)};var E=I?I.toStringTag:void 0;const M=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":E&&E in Object(t)?N(t):A(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!j(t))return!1;var e=M(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const D=w["__core-js_shared__"];var C,F=(C=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||""))?"Symbol(src)_1."+C:"";const L=function(t){return!!F&&F in t};var z=Function.prototype.toString;const P=function(t){if(null!=t){try{return z.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var H=/^\[object .+?Constructor\]$/,U=Function.prototype,Z=Object.prototype,q=U.toString,B=Z.hasOwnProperty,W=RegExp("^"+q.call(B).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const J=function(t){return!(!j(t)||L(t))&&(V(t)?W:H).test(P(t))};const Y=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=Y(t,e);return J(n)?n:void 0};const K=G(w,"Map");const X=G(Object,"create");const Q=function(){this.__data__=X?X(null):{},this.size=0};const $=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var tt=Object.prototype.hasOwnProperty;const et=function(t){var e=this.__data__;if(X){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return tt.call(e,t)?e[t]:void 0};var nt=Object.prototype.hasOwnProperty;const it=function(t){var e=this.__data__;return X?void 0!==e[t]:nt.call(e,t)};const rt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=X&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}st.prototype.clear=Q,st.prototype.delete=$,st.prototype.get=et,st.prototype.has=it,st.prototype.set=rt;const ot=st;const at=function(){this.size=0,this.__data__={hash:new ot,map:new(K||p),string:new ot}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ut=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const lt=function(t){var e=ut(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ut(this,t).get(t)};const dt=function(t){return ut(this,t).has(t)};const ft=function(t,e){var n=ut(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}vt.prototype.clear=at,vt.prototype.delete=lt,vt.prototype.get=ht,vt.prototype.has=dt,vt.prototype.set=ft;const pt=vt;const mt=function(t,e){var n=this.__data__;if(n instanceof p){var i=n.__data__;if(!K||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(i)}return n.set(t,e),this.size=n.size,this};function yt(t){var e=this.__data__=new p(t);this.size=e.size}yt.prototype.clear=m,yt.prototype.delete=y,yt.prototype.get=g,yt.prototype.has=k,yt.prototype.set=mt;const gt=yt;const kt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const bt=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const _t=function(t,e,n){"__proto__"==e&&bt?bt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var wt=Object.prototype.hasOwnProperty;const It=function(t,e,n){var i=t[e];wt.call(t,e)&&a(i,n)&&(void 0!==n||e in t)||_t(t,e,n)};const St=function(t,e,n,i){var r=!n;n||(n={});for(var s=-1,o=e.length;++s<o;){var a=e[s],c=i?i(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),r?_t(n,a,c):It(n,a,c)}return n};const Ot=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const Tt=function(t){return null!=t&&"object"==typeof t};const xt=function(t){return Tt(t)&&"[object Arguments]"==M(t)};var Nt=Object.prototype,Rt=Nt.hasOwnProperty,At=Nt.propertyIsEnumerable;const Et=xt(function(){return arguments}())?xt:function(t){return Tt(t)&&Rt.call(t,"callee")&&!At.call(t,"callee")};const Mt=Array.isArray;const jt=function(){return!1};var Vt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Dt=Vt&&"object"==typeof module&&module&&!module.nodeType&&module,Ct=Dt&&Dt.exports===Vt?w.Buffer:void 0;const Ft=(Ct?Ct.isBuffer:void 0)||jt;var Lt=/^(?:0|[1-9]\d*)$/;const zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Lt.test(t))&&t>-1&&t%1==0&&t<e};const Pt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ht={};Ht["[object Float32Array]"]=Ht["[object Float64Array]"]=Ht["[object Int8Array]"]=Ht["[object Int16Array]"]=Ht["[object Int32Array]"]=Ht["[object Uint8Array]"]=Ht["[object Uint8ClampedArray]"]=Ht["[object Uint16Array]"]=Ht["[object Uint32Array]"]=!0,Ht["[object Arguments]"]=Ht["[object Array]"]=Ht["[object ArrayBuffer]"]=Ht["[object Boolean]"]=Ht["[object DataView]"]=Ht["[object Date]"]=Ht["[object Error]"]=Ht["[object Function]"]=Ht["[object Map]"]=Ht["[object Number]"]=Ht["[object Object]"]=Ht["[object RegExp]"]=Ht["[object Set]"]=Ht["[object String]"]=Ht["[object WeakMap]"]=!1;const Ut=function(t){return Tt(t)&&Pt(t.length)&&!!Ht[M(t)]};const Zt=function(t){return function(e){return t(e)}};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Bt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Wt=Bt&&Bt.exports===qt&&b.process;const Jt=function(){try{var t=Bt&&Bt.require&&Bt.require("util").types;return t||Wt&&Wt.binding&&Wt.binding("util")}catch(t){}}();var Yt=Jt&&Jt.isTypedArray;const Gt=Yt?Zt(Yt):Ut;var Kt=Object.prototype.hasOwnProperty;const Xt=function(t,e){var n=Mt(t),i=!n&&Et(t),r=!n&&!i&&Ft(t),s=!n&&!i&&!r&&Gt(t),o=n||i||r||s,a=o?Ot(t.length,String):[],c=a.length;for(var u in t)!e&&!Kt.call(t,u)||o&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||zt(u,c))||a.push(u);return a};var Qt=Object.prototype;const $t=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Qt)};const te=function(t,e){return function(n){return t(e(n))}};const ee=te(Object.keys,Object);var ne=Object.prototype.hasOwnProperty;const ie=function(t){if(!$t(t))return ee(t);var e=[];for(var n in Object(t))ne.call(t,n)&&"constructor"!=n&&e.push(n);return e};const re=function(t){return null!=t&&Pt(t.length)&&!V(t)};const se=function(t){return re(t)?Xt(t):ie(t)};const oe=function(t,e){return t&&St(e,se(e),t)};const ae=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var ce=Object.prototype.hasOwnProperty;const ue=function(t){if(!j(t))return ae(t);var e=$t(t),n=[];for(var i in t)("constructor"!=i||!e&&ce.call(t,i))&&n.push(i);return n};const le=function(t){return re(t)?Xt(t,!0):ue(t)};const he=function(t,e){return t&&St(e,le(e),t)};var de="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=de&&"object"==typeof module&&module&&!module.nodeType&&module,ve=fe&&fe.exports===de?w.Buffer:void 0,pe=ve?ve.allocUnsafe:void 0;const me=function(t,e){if(e)return t.slice();var n=t.length,i=pe?pe(n):new t.constructor(n);return t.copy(i),i};const ye=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const ge=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,s=[];++n<i;){var o=t[n];e(o,n,t)&&(s[r++]=o)}return s};const ke=function(){return[]};var be=Object.prototype.propertyIsEnumerable,_e=Object.getOwnPropertySymbols;const we=_e?function(t){return null==t?[]:(t=Object(t),ge(_e(t),(function(e){return be.call(t,e)})))}:ke;const Ie=function(t,e){return St(t,we(t),e)};const Se=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const Oe=te(Object.getPrototypeOf,Object);const Te=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Se(e,we(t)),t=Oe(t);return e}:ke;const xe=function(t,e){return St(t,Te(t),e)};const Ne=function(t,e,n){var i=e(t);return Mt(t)?i:Se(i,n(t))};const Re=function(t){return Ne(t,se,we)};const Ae=function(t){return Ne(t,le,Te)};const Ee=G(w,"DataView");const Me=G(w,"Promise");const je=G(w,"Set");const Ve=G(w,"WeakMap");var De="[object Map]",Ce="[object Promise]",Fe="[object Set]",Le="[object WeakMap]",ze="[object DataView]",Pe=P(Ee),He=P(K),Ue=P(Me),Ze=P(je),qe=P(Ve),Be=M;(Ee&&Be(new Ee(new ArrayBuffer(1)))!=ze||K&&Be(new K)!=De||Me&&Be(Me.resolve())!=Ce||je&&Be(new je)!=Fe||Ve&&Be(new Ve)!=Le)&&(Be=function(t){var e=M(t),n="[object Object]"==e?t.constructor:void 0,i=n?P(n):"";if(i)switch(i){case Pe:return ze;case He:return De;case Ue:return Ce;case Ze:return Fe;case qe:return Le}return e});const We=Be;var Je=Object.prototype.hasOwnProperty;const Ye=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Je.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Ge=w.Uint8Array;const Ke=function(t){var e=new t.constructor(t.byteLength);return new Ge(e).set(new Ge(t)),e};const Xe=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Qe=/\w*$/;const $e=function(t){var e=new t.constructor(t.source,Qe.exec(t));return e.lastIndex=t.lastIndex,e};var tn=I?I.prototype:void 0,en=tn?tn.valueOf:void 0;const nn=function(t){return en?Object(en.call(t)):{}};const rn=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const sn=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return Ke(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Xe(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return rn(t,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return $e(t);case"[object Symbol]":return nn(t)}};var on=Object.create;const an=function(){function t(){}return function(e){if(!j(e))return{};if(on)return on(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const cn=function(t){return"function"!=typeof t.constructor||$t(t)?{}:an(Oe(t))};const un=function(t){return Tt(t)&&"[object Map]"==We(t)};var ln=Jt&&Jt.isMap;const hn=ln?Zt(ln):un;const dn=function(t){return Tt(t)&&"[object Set]"==We(t)};var fn=Jt&&Jt.isSet;const vn=fn?Zt(fn):dn;var pn="[object Arguments]",mn="[object Function]",yn="[object Object]",gn={};gn[pn]=gn["[object Array]"]=gn["[object ArrayBuffer]"]=gn["[object DataView]"]=gn["[object Boolean]"]=gn["[object Date]"]=gn["[object Float32Array]"]=gn["[object Float64Array]"]=gn["[object Int8Array]"]=gn["[object Int16Array]"]=gn["[object Int32Array]"]=gn["[object Map]"]=gn["[object Number]"]=gn[yn]=gn["[object RegExp]"]=gn["[object Set]"]=gn["[object String]"]=gn["[object Symbol]"]=gn["[object Uint8Array]"]=gn["[object Uint8ClampedArray]"]=gn["[object Uint16Array]"]=gn["[object Uint32Array]"]=!0,gn["[object Error]"]=gn[mn]=gn["[object WeakMap]"]=!1;const kn=function t(e,n,i,r,s,o){var a,c=1&n,u=2&n,l=4&n;if(i&&(a=s?i(e,r,s,o):i(e)),void 0!==a)return a;if(!j(e))return e;var h=Mt(e);if(h){if(a=Ye(e),!c)return ye(e,a)}else{var d=We(e),f=d==mn||"[object GeneratorFunction]"==d;if(Ft(e))return me(e,c);if(d==yn||d==pn||f&&!s){if(a=u||f?{}:cn(e),!c)return u?xe(e,he(a,e)):Ie(e,oe(a,e))}else{if(!gn[d])return s?e:{};a=sn(e,d,c)}}o||(o=new gt);var v=o.get(e);if(v)return v;o.set(e,a),vn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):hn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var p=h?void 0:(l?u?Ae:Re:u?le:se)(e);return kt(p||e,(function(r,s){p&&(r=e[s=r]),It(a,s,t(r,n,i,s,e,o))})),a};const bn=function(t){return kn(t,5)};const _n=function(t){return"symbol"==typeof t||Tt(t)&&"[object Symbol]"==M(t)};var wn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,In=/^\w*$/;const Sn=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!_n(t))||(In.test(t)||!wn.test(t)||null!=e&&t in Object(e))};function On(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],s=n.cache;if(s.has(r))return s.get(r);var o=t.apply(this,i);return n.cache=s.set(r,o)||s,o};return n.cache=new(On.Cache||pt),n}On.Cache=pt;const Tn=On;var xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nn=/\\(\\)?/g;const Rn=function(t){var e=Tn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(xn,(function(t,n,i,r){e.push(i?r.replace(Nn,"$1"):n||t)})),e}));const An=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r};var En=I?I.prototype:void 0,Mn=En?En.toString:void 0;const jn=function t(e){if("string"==typeof e)return e;if(Mt(e))return An(e,t)+"";if(_n(e))return Mn?Mn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const Vn=function(t){return null==t?"":jn(t)};const Dn=function(t,e){return Mt(t)?t:Sn(t,e)?[t]:Rn(Vn(t))};const Cn=function(t){if("string"==typeof t||_n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const Fn=function(t,e,n,i){if(!j(t))return t;for(var r=-1,s=(e=Dn(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=Cn(e[r]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(r!=o){var l=a[c];void 0===(u=i?i(l,c,a):void 0)&&(u=j(l)?l:zt(e[r+1])?[]:{})}It(a,c,u),a=a[c]}return t};const Ln=function(t,e,n){return null==t?t:Fn(t,e,n)};const zn=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Pn=function(t,e){for(var n=0,i=(e=Dn(e,t)).length;null!=t&&n<i;)t=t[Cn(e[n++])];return n&&n==i?t:void 0};const Hn=function(t,e,n){var i=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++i<r;)s[i]=t[i+e];return s};const Un=function(t,e){return e.length<2?t:Pn(t,Hn(e,0,-1))};const Zn=function(t,e){return e=Dn(e,t),null==(t=Un(t,e))||delete t[Cn(zn(e))]};const qn=function(t,e){return null==t||Zn(t,e)},Bn=Wn;function Wn(t,e){const n=Jn();return(Wn=function(t,e){return n[t-=186]})(t,e)}function Jn(){const t=["diffData","461858naZGpr","name","map","20NWaMAn","createdAt","288618qYfIDF","attributes","51gGLEXU","121895pEXffW","creatorId","setName","toJSON","set","_update","fire","24sosFjf","fromVersion","setAttribute","747691TbfJUg","972959JVXUGx","4293tXxrsg","removeAttribute","6afOAIM","creator","toVersion","4984DzuHJb","authors","58532UKjbOo","authorsIds","1SuAjNa"];return(Jn=function(){return t})()}!function(t,e){const n=Wn,i=t();for(;;)try{if(167743===parseInt(n(186))/1*(parseInt(n(188))/2)+-parseInt(n(195))/3*(-parseInt(n(215))/4)+parseInt(n(196))/5*(-parseInt(n(210))/6)+parseInt(n(206))/7+-parseInt(n(213))/8*(parseInt(n(208))/9)+-parseInt(n(191))/10*(-parseInt(n(193))/11)+-parseInt(n(203))/12*(parseInt(n(207))/13))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Jn);class Yn extends((0,e.ObservableMixin)()){constructor(t){const n=Wn;super(),this.id=t.id||(0,e.uid)(),this[n(211)]=t[n(211)]||null,this[n(214)]=t[n(214)]||[],this[n(187)]=t[n(187)]||null,this[n(212)]=t[n(212)]||0,this[n(204)]=t[n(204)]||0,this[n(200)](n(189),t[n(189)]||""),this[n(200)](n(192),t[n(192)]||new Date),this[n(200)](n(194),t[n(194)]||{})}[Bn(198)](t){this[Bn(201)]({name:t})}[Bn(205)](t,e){const n=Bn,i=bn(this[n(194)]);Ln(i,t,e),this[n(201)]({attributes:i})}[Bn(209)](t){const e=Bn,n=bn(this[e(194)]);qn(n,t),this[e(201)]({attributes:n})}[Bn(201)](t,e=!1){const n=Bn;let i=!1;const r={id:this.id},s=[n(189),n(192),n(187),n(214),n(194),n(212),n(204),n(197)];for(const e of s){const n=t[e];void 0!==n&&n!==this[e]&&(this[e]=n,r[e]=n,i=!0)}i&&(r[n(214)]&&(r[n(216)]=r[n(214)][n(190)]((t=>t.id)),delete r[n(214)]),this[n(202)](n(201),r,e))}[Bn(199)](){const t=Bn;return{id:this.id,name:this[t(189)],creatorId:this[t(211)]?this[t(211)].id:null,authorsIds:this[t(214)][t(190)]((t=>t.id)),diffData:this[t(187)],createdAt:this[t(192)],attributes:this[t(194)],fromVersion:this[t(204)],toVersion:this[t(212)]}}}function Gn(t,e){const n=Xn();return(Gn=function(t,e){return n[t-=397]})(t,e)}const Kn=Gn;function Xn(){const t=["1154088uyHJdc","requires","diffData","config","isNaN","from","360msLoub","getIndex","getRevision","then","creatorId","reverse","length","getLaterVisibleRevision","get","fromCharCode","map","data","newRevisionId","2070ZPvhxJ","pluginName","1212424Dzuggt","Users","addRevision","getUser","getRevisionsIterator","join","toVersion","attributes","name","1299561tAZYyN","oldRevisionId","41672220vKMUQr","createdAt","authorsIds","createRevision","getEarlierVisibleRevision","toJSON","_revisions","add","later","9305TSPxsv","editor","fromVersion","push","RevisionsRepository","1jLPVTt","afterInit","11prrWwm","earlier","171668jeklpV","getRevisionsInDiff","forbiddenHandler","plugins","getRevisions","context","1971234bSRVdM"];return(Xn=function(){return t})()}!function(t,e){const n=Gn,i=t();for(;;)try{if(571455===parseInt(n(442))/1*(-parseInt(n(452))/2)+-parseInt(n(426))/3+-parseInt(n(417))/4+-parseInt(n(437))/5*(parseInt(n(415))/6)+parseInt(n(446))/7*(-parseInt(n(402))/8)+-parseInt(n(453))/9+parseInt(n(428))/10*(parseInt(n(444))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Xn);class Qn extends t.Plugin{static get[Kn(397)](){return[r.Users]}static get[Kn(416)](){return Kn(441)}get[Kn(408)](){const t=Kn;return this[t(434)][t(408)]}constructor(t){const n=Kn;super(t),this[n(434)]=new e.Collection}[Kn(443)](){!function(e){function n(t){const e=Gn;return t[e(412)]((t=>String[e(411)](t)))[e(422)]("")}(e=>{const i=Gn;function r(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const s=[1,85,78,115,198,255,50,112,83,87,161],o=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const i=function(t){const e=atob(t),[i,r]=e[n([115,112,108,105,116])](n([45]));try{if(atob(r))return atob(i)}catch(t){}return e}(t),r=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let i=0;i<t[n([108,101,110,103,116,104])];i++)e[i]=t[n([99,104,97,114,67,111,100,101,65,116])](i);return e}(i)),s=r[n([112,111,112])](),o=r[n([112,111,112])]();return function(t){let e="";for(const i of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](i);return e}(function(t,e,i){const r={};r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},r[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],r[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],r[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],r[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],r[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],r[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],r[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],r[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],r[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],r[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const s=new Uint8Array(16);for(let t=15;t>=0;--t)s[t]=i%256,i=parseInt(i/256);let o=null,a=16;const c=new Uint8Array(e),u=[],l=[];!function(){const t=r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),i=c[n([108,101,110,103,116,104])]/4,s=h(c);let o;for(let e=0;e<i;e++)o=e>>2,u[o][e%4]=s[e],l[t-o][e%4]=s[e];let a,d=0,f=i;for(;f<e;){a=s[i-1],s[0]^=r[n([83])][a>>16&255]<<24^r[n([83])][a>>8&255]<<16^r[n([83])][255&a]<<8^r[n([83])][a>>24&255]^r[n([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<i/2;t++)s[t]^=s[t-1];a=s[i/2-1],s[i/2]^=r[n([83])][255&a]^r[n([83])][a>>8&255]<<8^r[n([83])][a>>16&255]<<16^r[n([83])][a>>24&255]<<24;for(let t=i/2+1;t<i;t++)s[t]^=s[t-1];let o,c,h=0;for(;h<i&&f<e;)o=f>>2,c=f%4,u[o][c]=s[h],l[t-o][c]=s[h++],f++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=l[e][t],l[e][t]=r[n([85,49])][a>>24&255]^r[n([85,50])][a>>16&255]^r[n([85,51])][a>>8&255]^r[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(o=f(s),a=0,d(s)),t[e]^=o[a++];return t;function h(t){const e=[];for(let i=0;i<t[n([108,101,110,103,116,104])];i+=4)e[n([112,117,115,104])](t[i]<<24|t[i+1]<<16|t[i+2]<<8|t[i+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function f(t){const e=u[n([108,101,110,103,116,104])]-1,i=[0,0,0,0];let s=h(t);for(let t=0;t<4;t++)s[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)i[e]=r[n([84,49])][s[e]>>24&255]^r[n([84,50])][s[(e+1)%4]>>16&255]^r[n([84,51])][s[(e+2)%4]>>8&255]^r[n([84,52])][255&s[(e+3)%4]]^u[t][e];s=i[n([115,108,105,99,101])]()}const o=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[e][t],o[4*t]=255&(r[n([83])][s[t]>>24&255]^a>>24),o[4*t+1]=255&(r[n([83])][s[(t+1)%4]>>16&255]^a>>16),o[4*t+2]=255&(r[n([83])][s[(t+2)%4]>>8&255]^a>>8),o[4*t+3]=255&(r[n([83])][255&s[(t+3)%4]]^a);return o}}(r,e,o+256*s))}(t,new Uint8Array([...s,29,221,175,90,231,133,239,240,75,180,...o]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,r(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){y(m(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){y(function(t,e){try{if(S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const i=O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(i)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return m(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const i=o[0]*s[1],r=o[0]*s[2],a=o[2]*s[2];function c(t,e){u(),g(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?i:r}function u(){const t=h;function e(){S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=w,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=w,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=w,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=w)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const i=Gn;if(S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const r=O(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),s=r[i(404)](0),o=r[i(432)](s[n([105,100])]);O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](s[n([105,100])],o?o[n([105,100])]:null,1)[i(405)]((()=>e()))}}))}S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=Gn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(400)](Number(e))){if(window[e]===i)return n([116,105,109,101]);if(window[e]===r)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=o[6]*s[8]*s[6];return S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=O(h,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=Gn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(400)](Number(e))&&window[e]===a)return!0;return!1}()?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):m(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],h=n([99,111,110,116,101,120,116])in e?e[i(451)]:e[i(438)],d=n([52,48,52,56,48,56,48,52]),f=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),v=h[i(399)][i(410)](n([108,105,99,101,110,115,101,75,101,121])),p=c[n([102,105,108,116,101,114])](r)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===l));function m(t,e){try{return function(t){if(!S(h,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},i=e[n([97,105,119,115,103,105,99])]||!1,r=e[n([97,105,116,99,100,103,105,108])]||!1,s=e[n([97,105,114,118,105,105,108])]||!1;return!(!S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!i)||(!(!S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r)||!(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||O(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s))}(e)?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const r=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),s=function(t,e){const r=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!r&&c[n([102,105,108,116,101,114])]((t=>r[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=i,r={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:I};return!!t[e(448)]&&r[t[e(448)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return r||s}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(d)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function y(e,i){if(h instanceof t.Context){const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?b(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{b(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),o[6]*s[8]*s[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,r)=>{e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(r)}))}else{const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((r,s)=>{s[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),r[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function g(t){const e=k();return h[e]=t,t}function k(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let i=0;i<t[n([108,101,110,103,116,104])];i+=2){let r=parseInt(t[n([115,117,98,115,116,114,105,110,103])](i,i+2));r>=f[n([108,101,110,103,116,104])]&&(r-=f[n([108,101,110,103,116,104])]),e+=f[r]}return e}function b(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=w}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function w(){return null}function I(){return!window[n([68,114,117,112,97,108])]||!S(h,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function S(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function O(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}p&&function t(e,i){u[i[n([104,97,110,100,108,101,114])]](e,i),i[n([99,104,101,99,107,65,108,115,111])]&&i[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>S(h,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),i=JSON[n([112,97,114,115,101])](e),r=parseInt(i[n([49])]),s=i[n([50])]||"",o=parseInt(i[n([51])]),c=parseInt(i[n([52])])||0,u=parseInt(i[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:s,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:r,[n([105,115,84,114,105,97,108])]:o,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(v),p)})(e)}(this)}[Kn(431)](t){const e=Kn,n=this[e(438)][e(449)][e(410)](e(418));return new Yn({id:t.id,name:t[e(425)],creator:t[e(406)]?n[e(420)](t[e(406)]):null,diffData:t[e(398)]||t[e(413)],authors:t[e(430)][e(412)]((t=>n[e(420)](t))),createdAt:new Date(t[e(429)]),attributes:t[e(424)],fromVersion:t[e(439)],toVersion:t[e(423)]})}[Kn(419)](t,e=0){const n=Kn;this[n(434)][n(435)](t,e)}[Kn(404)](t){const e=Kn;return this[e(434)][e(410)](t)}[Kn(450)](t={toJSON:!1}){const e=Kn,n=Array[e(401)](this[e(434)]);return n[e(407)](),t[e(433)]?n[e(412)]((t=>t[e(433)]())):n}[Kn(403)](t){const e=Kn;return this[e(434)][e(403)](t)}[Kn(432)](t){const e=Kn,[,n]=this[e(421)](t,{direction:e(445)});return n}[Kn(409)](t){const e=Kn,[,n]=this[e(421)](t,{direction:e(436)});return n}[Kn(447)](t){const e=Kn,n=[];for(const i of this[e(421)](t[e(414)]))if(n[e(440)](i),i.id===t[e(427)])break;return n}*[Kn(421)](t,{direction:e=Kn(445),filter:n=(t=>!0)}={}){const i=Kn,r=i(445)===e?1:-1;let s=this[i(434)][i(410)](t),o=this[i(403)](s);for(yield s;s;){if(o+=r,s=this[i(404)](o),!s)return;n(s)&&(yield s)}}}function $n(t,e,n){const i=t.t;switch(e){case"Revision history":return i("Revision history");case"Open revision history":return i("Open revision history");case"Restored":return i("Restored");case"Empty document":return i("Empty document");case"Initial revision":return i("Initial revision");case"Suggested by":return i("Suggested by");case"Added by":return i("Added by");case"Removed by":return i("Removed by");case"Show more items":return i("Show more items");case"Compare against selected":return i("Compare against selected");case"Name this revision":return i("Name this revision");case"Restore this revision":return i("Restore this revision");case"Back to editing":return i("Back to editing");case"Loading...":return i("Loading...");case"No changes":return i("No changes");case"NUMBER_OF_CHANGES":return i({string:"%0 change",plural:"%0 changes",id:"NUMBER_OF_CHANGES"},n);case"X_OF_Y_CHANGES":return i({string:"%0 of %1",id:"X_OF_Y_CHANGES"},n);case"Show previous change":return i("Show previous change");case"Show next change":return i("Show next change");case"EDIT_X_OF_Y_REVISIONS":return i({string:"Edit",id:"EDIT_X_OF_Y_REVISIONS"});case"Total":return i("Total");case"Revision creator":return i("Revision creator");case"Revision author":return i("Revision author");case"Revision name":return i("Revision name");case"Save current revision":return i("Save current revision");case"Save":return i("Save");case"Cancel":return i("Cancel");case"Name of the revision":return i("Name of the revision");case"optional":return i("optional");case"PENDING_ACTION_REVISION_HISTORY":return i({string:"Unsaved change in revision history.",id:"PENDING_ACTION_REVISION_HISTORY"});case"The revision name cannot be empty.":return i("The revision name cannot be empty.");case"Enter the revision name":return i("Enter the revision name");default:return""}}const ti=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const ei=function(t){return this.__data__.has(t)};function ni(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}ni.prototype.add=ni.prototype.push=ti,ni.prototype.has=ei;const ii=ni;const ri=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1};const si=function(t,e){return t.has(e)};const oi=function(t,e,n,i,r,s){var o=1&n,a=t.length,c=e.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(t),l=s.get(e);if(u&&l)return u==e&&l==t;var h=-1,d=!0,f=2&n?new ii:void 0;for(s.set(t,e),s.set(e,t);++h<a;){var v=t[h],p=e[h];if(i)var m=o?i(p,v,h,e,t,s):i(v,p,h,t,e,s);if(void 0!==m){if(m)continue;d=!1;break}if(f){if(!ri(e,(function(t,e){if(!si(f,e)&&(v===t||r(v,t,n,i,s)))return f.push(e)}))){d=!1;break}}else if(v!==p&&!r(v,p,n,i,s)){d=!1;break}}return s.delete(t),s.delete(e),d};const ai=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n};const ci=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var ui=I?I.prototype:void 0,li=ui?ui.valueOf:void 0;const hi=function(t,e,n,i,r,s,o){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new Ge(t),new Ge(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=ai;case"[object Set]":var u=1&i;if(c||(c=ci),t.size!=e.size&&!u)return!1;var l=o.get(t);if(l)return l==e;i|=2,o.set(t,e);var h=oi(c(t),c(e),i,r,s,o);return o.delete(t),h;case"[object Symbol]":if(li)return li.call(t)==li.call(e)}return!1};var di=Object.prototype.hasOwnProperty;const fi=function(t,e,n,i,r,s){var o=1&n,a=Re(t),c=a.length;if(c!=Re(e).length&&!o)return!1;for(var u=c;u--;){var l=a[u];if(!(o?l in e:di.call(e,l)))return!1}var h=s.get(t),d=s.get(e);if(h&&d)return h==e&&d==t;var f=!0;s.set(t,e),s.set(e,t);for(var v=o;++u<c;){var p=t[l=a[u]],m=e[l];if(i)var y=o?i(m,p,l,e,t,s):i(p,m,l,t,e,s);if(!(void 0===y?p===m||r(p,m,n,i,s):y)){f=!1;break}v||(v="constructor"==l)}if(f&&!v){var g=t.constructor,k=e.constructor;g==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"function"==typeof k&&k instanceof k||(f=!1)}return s.delete(t),s.delete(e),f};var vi="[object Arguments]",pi="[object Array]",mi="[object Object]",yi=Object.prototype.hasOwnProperty;const gi=function(t,e,n,i,r,s){var o=Mt(t),a=Mt(e),c=o?pi:We(t),u=a?pi:We(e),l=(c=c==vi?mi:c)==mi,h=(u=u==vi?mi:u)==mi,d=c==u;if(d&&Ft(t)){if(!Ft(e))return!1;o=!0,l=!1}if(d&&!l)return s||(s=new gt),o||Gt(t)?oi(t,e,n,i,r,s):hi(t,e,c,n,i,r,s);if(!(1&n)){var f=l&&yi.call(t,"__wrapped__"),v=h&&yi.call(e,"__wrapped__");if(f||v){var p=f?t.value():t,m=v?e.value():e;return s||(s=new gt),r(p,m,n,i,s)}}return!!d&&(s||(s=new gt),fi(t,e,n,i,r,s))};const ki=function t(e,n,i,r,s){return e===n||(null==e||null==n||!Tt(e)&&!Tt(n)?e!=e&&n!=n:gi(e,n,i,r,t,s))};const bi=function(t,e){return ki(t,e)},_i=wi;function wi(t,e){const n=Ri();return(wi=function(t,e){return n[t-=167]})(t,e)}!function(t,e){const n=wi,i=t();for(;;)try{if(564729===parseInt(n(427))/1*(-parseInt(n(238))/2)+parseInt(n(288))/3*(parseInt(n(281))/4)+-parseInt(n(320))/5+-parseInt(n(209))/6+parseInt(n(376))/7*(-parseInt(n(251))/8)+-parseInt(n(177))/9*(-parseInt(n(289))/10)+parseInt(n(374))/11*(parseInt(n(337))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ri);const Ii={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class Si extends t.Plugin{static get[_i(181)](){return _i(411)}static get[_i(384)](){return[r.Users,Qn,t.PendingActions]}constructor(t){const n=_i;super(t),this[n(267)]=null,this[n(173)]=null,this[n(454)]=new Ti(this[n(415)]),this[n(307)]=this[n(415)][n(274)][n(400)](n(306))||n(202),this[n(446)]=new Map,this[n(391)]=null;const i=(0,e.uid)();this[n(386)]={history:this[n(415)][n(280)][n(435)][n(350)],getLatestVersion:()=>Promise[n(358)](this[n(415)][n(280)][n(435)][n(298)]),getCurrentRevisionId:()=>i},this[n(214)](n(215),!1),this[n(214)](n(305),!0),this[n(214)](n(394),!1),this[n(415)][n(274)][n(426)](n(416),!0),this[n(415)][n(348)][n(184)](n(456))[n(244)]({view:n(287)})}[_i(409)](){const t=_i;this[t(168)]=this[t(415)][t(381)][t(400)](t(354)),this[t(405)](),this[t(415)][t(213)].on(t(410),(()=>{const e=t,n=this[e(168)][e(345)](0),i=n&&null===n[e(204)]?n:null;if(this[e(196)]=!!i&&this[e(415)][e(274)][e(400)](e(416)),this[e(415)][e(381)][e(393)](e(340))){const t=this[e(386)][e(295)](),r=this[e(168)][e(345)](t);if(r)this[e(453)]=r[e(299)],this[e(196)]=!1;else{const t=this[e(386)][e(350)][e(217)][e(429)]((t=>!t[e(407)])),r=t?t[e(205)]:this[e(386)][e(350)][e(298)];n?(n[e(245)]<r&&n[e(237)]({toVersion:r}),this[e(196)]?(this[e(386)][e(295)]=()=>i.id,this[e(453)]=i[e(299)]):(this[e(453)]=n[e(245)],this[e(196)]=!1)):(this[e(453)]=r,this[e(196)]=!1)}}else i&&(this[e(415)][e(280)][e(435)][e(350)][e(298)]=Math[e(257)](i[e(245)],this[e(415)][e(280)][e(435)][e(350)][e(298)]),i[e(299)]===i[e(245)]?(0!==i[e(299)]&&(this[e(386)][e(295)]=()=>i.id),this[e(196)]=!1):this[e(196)]&&(this[e(386)][e(295)]=()=>i.id,this[e(453)]=i[e(299)])),this[e(196)]||(this[e(453)]=this[e(415)][e(280)][e(435)][e(298)]);this[e(454)][e(409)](this[e(386)][e(350)]),this[e(464)](this[e(453)]),this[e(325)](this[e(453)]),this[e(267)]&&this[e(330)]()})),this[t(422)](t(215)).to(this,t(394),(t=>!t))}async[_i(445)](){const t=_i;if(this[t(168)][t(375)]>0){const e=this[t(168)][t(345)](0),n=await this[t(310)](e),i=await this[t(390)](e);this[t(449)](n,i)}}[_i(260)](t){this[_i(386)]=t}async[_i(439)](){const t=_i,e=await this[t(386)][t(268)]();if(e>this[t(173)][t(245)]){await this[t(315)]();const n=this[t(451)]({revision:this[t(173)],to:e});n[t(367)]=n[t(296)][t(431)]((e=>this[t(415)][t(381)][t(400)](t(180))[t(388)](e))),this[t(173)][t(237)](n)}}async[_i(315)](){const t=_i;this[t(196)]&&!this[t(391)]&&(await this[t(334)](this[t(173)]),this[t(454)][t(285)](this[t(173)]),this[t(391)]={fromVersion:this[t(173)][t(299)],authors:this[t(173)][t(367)][t(309)]()})}async[_i(236)](t={},n=null){const i=_i,r=[];await this[i(315)](),this[i(196)]=!1,n>this[i(173)][i(245)]&&(n=null),null===n&&(n=await this[i(386)][i(268)]());const s=this[i(462)](n),o=this[i(451)]({from:s,to:n});if(this[i(173)][i(245)]<n){const t=this[i(451)]({revision:this[i(173)],from:n,to:n});t[i(367)]=[],t[i(296)]=[],t.id=this[i(173)].id,this[i(173)][i(237)](t,!0),delete t[i(367)],r[i(190)](t)}t[i(311)]=this[i(415)][i(381)][i(400)](i(180)).me.id,t[i(234)]=t[i(234)]||null,t.id=t.id||(0,e.uid)(),t={...t,...o};const a=this[i(364)](t);r[i(190)](t);const c=this[i(168)][i(419)](a);if(0!==c){const e=this[i(168)][i(345)](c-1);if(e[i(299)]!==n){const s=this[i(454)][i(277)](n,e[i(245)]),o={id:e.id,diffData:s[i(195)],authorsIds:s[i(296)],authors:s[i(296)][i(431)]((t=>this[i(415)][i(381)][i(400)](i(180))[i(388)](t))),fromVersion:n};e===this[i(173)]&&(o[i(327)]=new Date(t[i(327)][i(230)]()+10)),e[i(237)](o,!0),delete o[i(367)],r[i(190)](o)}}if(this[i(267)]){for(const t of r)this[i(372)](t.id,t,!0);this[i(330)]()}return a}[_i(364)](t){const e=_i,n=this[e(168)][e(362)](t);return this[e(267)]&&n.on(e(237),((t,n,i)=>{const r=e;i||(this[r(372)](n.id,n,!0),this[r(330)]())})),this[e(168)][e(326)](n,this[e(174)](n)),n}async[_i(310)](t){const e=_i;await this[e(334)](t);const n={};for(const i in t[e(195)]){if(t[e(195)][i][e(227)]&&!t[e(195)][i][e(227)][e(167)])continue;const r=this[e(452)](JSON[e(322)](t[e(195)][i][e(283)])),o=this[e(415)][e(223)][e(179)][e(435)],a=new s.ViewDocumentFragment(o,r[e(431)]((t=>Oi(t,this[e(415)]))));this[e(415)][e(213)][e(338)][e(434)](e(188)),n[i]=this[e(415)][e(213)][e(338)][e(171)](a),this[e(415)][e(213)][e(338)][e(434)](e(356))}return n}async[_i(390)](t){const e=_i;await this[e(334)](t);const n={};for(const i in t[e(195)])t[e(195)][i][e(227)]&&!t[e(195)][i][e(227)][e(167)]||(n[i]=t[e(195)][i][e(297)]||{});return n}[_i(330)](){const t=_i;if(0===this[t(446)][t(450)])return;if(this[t(394)])return;let e=Array[t(396)](this[t(446)][t(331)]());this[t(446)][t(412)]();for(let n=0;n<e[t(375)];n++){const i=e[n];let r=!1;for(const e of Object[t(408)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(294)]((t=>null!==t)),!e[t(375)])return;for(let n=0;n<e[t(375)];n++){const i=e[n];void 0!==i[t(299)]&&void 0===i[t(245)]&&(i[t(245)]=this[t(168)][t(345)](i.id)[t(245)]),void 0!==i[t(245)]&&void 0===i[t(299)]&&(i[t(299)]=this[t(168)][t(345)](i.id)[t(299)])}const n=this[t(415)][t(274)][t(400)](t(306));this[t(394)]=!0,this[t(420)](),this[t(267)][t(303)](e,n)[t(203)]((()=>{this[t(394)]=!1}))[t(218)]((e=>{const n=t;if(e)for(const t of e)this[n(329)]({id:t.id,createdAt:t[n(327)]});this[n(459)](),this[n(330)]()}))}[_i(449)](t,n){const i=_i;let r=this[i(415)][i(274)][i(400)](i(447)),s=this[i(415)][i(274)][i(400)](i(397));if(void 0===r){r={};for(const t of this[i(415)][i(280)][i(435)][i(272)]())r[t]=""}if(i(178)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(415)][i(280)][i(435)][i(272)]())s[t]={}}let o=!1;const a=Object[i(408)](r),c=Object[i(408)](t);for(const e of a){if(r[e]!==t[e]&&""!==r[e][i(413)]()){o=!0;break}if(!bi(s[e],n[e])&&Object[i(408)](s[e])[i(375)]>0){o=!0;break}}o||(o=c[i(304)]((t=>!this[i(415)][i(280)][i(435)][i(324)](t)))),o&&(0,e.logWarning)(i(225),{editorData:r,editorRootsAttributes:s,revisionData:t,revisionRootsAttributes:n}),this[i(415)][i(274)][i(214)](i(447),t),this[i(415)][i(274)][i(214)](i(397),n)}[_i(420)](){const t=_i;if(!this[t(314)]){const e=this[t(415)][t(381)][t(400)](t(357));this[t(314)]=e[t(169)]($n(this[t(415)][t(241)],t(389)))}}[_i(459)](){const t=_i;this[t(314)]&&(this[t(415)][t(381)][t(400)](t(357))[t(341)](this[t(314)]),this[t(314)]=null)}[_i(174)](t){const e=_i,n=this[e(168)][e(352)]();n[e(261)]();let i=0;for(;i<n[e(375)];){const r=n[i];if(r===this[e(173)]){i++;continue}if(r.id===this[e(307)])break;const s=t[e(245)]-r[e(245)]||t[e(299)]-r[e(299)];if(s>0)break;if(s<0)i++;else{if(!t[e(204)]&&r[e(204)])break;if(r[e(204)]||!t[e(204)]){if(t[e(327)]>r[e(327)])break;i++}else i++}}return i}[_i(329)](t){const e=_i,n=this[e(168)][e(345)](t.id);if(t[e(327)]&&(t[e(327)]=new Date(t[e(327)])),t[e(296)]){const n=this[e(415)][e(381)][e(400)](e(180));t[e(367)]=t[e(296)][e(431)]((t=>n[e(388)](t)))}n[e(237)](t,!0)}[_i(451)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(299)],n=null!==n?n:t[i(245)];const r=this[i(454)][i(277)](e,n),s={diffData:r[i(195)],authorsIds:r[i(296)],fromVersion:e,toVersion:n};if(!t||n!==t[i(245)]){const t=n-1,e=this[i(386)][i(350)][i(430)](t);s[i(327)]=e&&e[i(327)]||new Date}if(this[i(391)]&&e===this[i(391)][i(299)])for(const t of this[i(391)][i(367)])s[i(296)][i(465)](t.id)||s[i(296)][i(190)](t.id);return s}[_i(334)](t){const e=_i;if(!t||t[e(195)])return Promise[e(358)]();{const n=this[e(415)][e(274)][e(400)](e(306));return this[e(267)][e(345)]({channelId:n,revisionId:t.id})[e(218)]((n=>{const i=e;t[i(195)]=n[i(195)]}))}}[_i(372)](t,e,n){const i=_i;if(this[i(446)][i(393)](t)){const r=this[i(446)][i(400)](t);e=n?{...r,...e}:{...e,...r}}this[i(446)][i(214)](t,e)}[_i(462)](t){const e=_i,n=this[e(168)][e(352)]();n[e(261)](),n[e(383)]();const i=n[e(429)]((n=>n[e(245)]<=t))[e(245)];return i<this[e(453)]?this[e(453)]:i}[_i(464)](t){const e=_i,n=this[e(168)][e(345)](this[e(168)][e(375)]-1);if(n)this[e(307)]=n.id;else{const n=!this[e(415)][e(280)][e(435)][e(382)][e(429)]((t=>this[e(415)][e(280)][e(335)](t))),i=this[e(415)][e(381)][e(400)](e(180)).me.id,r=$n(this[e(415)][e(241)],e(n?293:212));this[e(441)]({from:t,to:t,id:this[e(307)],name:r,creatorId:i})}}[_i(325)](t){const e=_i,n=this[e(386)][e(295)]();this[e(173)]=this[e(168)][e(345)](n),this[e(173)]||(this[e(173)]=this[e(441)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(441)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(451)]({from:e,to:n});o[s(234)]=t,o[s(311)]=i,o.id=r;const a=this[s(364)](o);return this[s(267)]&&this[s(372)](o.id,o,!0),a}[_i(405)](){const t=_i;this[t(415)][t(348)][t(184)](t(369))[t(440)]({model:t(287)})}[_i(452)](t){const e=_i;return(t=t[e(294)]((t=>!t[e(234)]||e(321)!==t[e(234)]&&e(347)!==t[e(234)])))[e(432)]((t=>{const n=e;n(178)!=typeof t&&(t[n(417)]=this[n(452)](t[n(417)]),t[n(278)]=t[n(278)][n(294)]((t=>!t[0][n(194)](n(339)))))})),t}}function Oi(t,e){const n=_i,i=e[n(223)][n(179)][n(435)];if(n(178)==typeof t)return new s.ViewText(i,t);{const r=t[n(417)][n(431)]((t=>Oi(t,e)));return new(Ii[t[n(360)]]||s.ViewElement)(i,t[n(234)],t[n(278)],r)}}class Ti{constructor(t){const e=_i;this[e(415)]=t,this[e(343)]=new Map,this[e(228)]=-1,this[e(353)]=-1,this[e(308)]=new Map,this[e(463)]=new Map,this[e(373)]=new Map,this[e(328)]=new Map,this[e(210)]=new Map,this[e(363)]=new Map,this[e(378)]=new Map,this[e(232)]=new Map,this[e(224)]=new Map,this[e(423)]=new Map,this[e(275)]=1}[_i(409)](t){const e=_i;this[e(323)]=t;const n=new Map,i=new Map,r=this[e(415)][e(280)][e(435)][e(382)][e(431)]((t=>t[e(402)]));for(const t of r){const r=this[e(415)][e(280)][e(435)][e(324)](t),s=xi(r);n[e(214)](t,s),i[e(214)](t,Object[e(290)](r[e(249)]()))}const s=Array[e(396)](this[e(415)][e(280)][e(448)])[e(431)]((t=>[t[e(234)],t[e(192)]()])),o=this[e(323)][e(298)];this[e(370)](o,n,s,i),this[e(243)]=this[e(275)];const a=new Map,c=new Map;for(const t of r){const n=Ni(t);a[e(214)](t,n),c[e(214)](t,{})}this[e(370)](Number[e(365)],a,[],c)}[_i(277)](t,e){const n=_i;if(this[n(228)]===t&&this[n(353)]<=e)this[n(343)][n(450)]>1&&this[n(186)](this[n(353)]),this[n(399)](this[n(353)],e,!0);else{if(!this[n(343)][n(393)](t)){const e=this[n(252)](t);this[n(279)](e,t,!1)}this[n(279)](t,e,!0)}return this[n(228)]=t,this[n(353)]=e,this[n(255)]()}[_i(285)](t){const e=_i;this[e(379)](),this[e(228)]=t[e(299)],this[e(353)]=t[e(245)];for(const n in t[e(195)]){const i=t[e(195)][n][e(227)],r=bn(t[e(195)][n][e(193)])||{},s=this[e(418)](t[e(195)][n][e(319)]);s[e(402)]=n,s[e(332)]=!i||!i[e(167)],s[e(167)]=()=>s[e(332)],this[e(328)][e(214)](n,s),this[e(210)][e(214)](n,r),i&&this[e(423)][e(214)](n,i);const o=this[e(264)](s);this[e(378)][e(214)](n,o);for(const[t,n]of s[e(448)]){if(!t[e(194)](e(421)))continue;const i=t[e(401)](":")[2];for(const t of n[e(258)]({singleCharacters:!0})){const n=this[e(221)](t),r=e(248)==t[e(360)]?t[e(406)][e(460)][e(309)](0,-1):t[e(406)][e(460)],s=o[e(346)](r)[e(239)](n);this[e(232)][e(214)](s,{userId:i})}}}this[e(243)]=this[e(275)];const n=[...Array(this[e(275)])[e(408)]()][e(309)](1)[e(294)]((t=>!this[e(232)][e(393)](t)));let i=0;const r=new Map;for(const s in t[e(195)]){const o=t[e(195)][s][e(227)],a=bn(t[e(195)][s][e(297)])||{},c=this[e(418)](t[e(195)][s][e(283)]);c[e(402)]=s,c[e(332)]=!o||o[e(167)],c[e(167)]=()=>c[e(332)],this[e(463)][e(214)](s,c),this[e(373)][e(214)](s,a);const u=this[e(264)](c,Number[e(365)]);this[e(363)][e(214)](s,u),r[e(214)](s,c[e(167)]()?a:{});for(const[t,n]of c[e(448)]){if(!t[e(194)](e(421)))continue;const i=t[e(401)](":")[2];for(const t of n[e(258)]({singleCharacters:!0})){const n=this[e(221)](t),r=this[e(275)]++,s=e(248)==t[e(360)]?t[e(406)][e(460)][e(309)](0,-1):t[e(406)][e(460)];u[e(346)](s)[e(349)](n,r),this[e(232)][e(214)](r,{userId:i})}}for(const t of this[e(415)][e(280)][e(182)](c)[e(258)]({singleCharacters:!0})){const r=this[e(221)](t),s=e(248)==t[e(360)]?t[e(406)][e(460)][e(309)](0,-1):t[e(406)][e(460)],o=u[e(346)](s);o[e(239)](r)>0||o[e(349)](r,n[i++])}for(const[t,n]of c[e(448)])t[e(194)](e(421))||this[e(308)][e(214)](t,n)}const s=Ni(e(371));this[e(328)][e(214)](e(371),s),this[e(378)][e(214)](e(371),this[e(264)](s,1));const o=Ni(e(371));this[e(463)][e(214)](e(371),o),this[e(363)][e(214)](e(371),this[e(264)](o,1));const a=Array[e(396)](this[e(463)])[e(431)]((([t,e])=>[t,xi(e)]));this[e(370)](this[e(353)],a,this[e(308)],r)}[_i(418)](t){const e=_i,n=JSON[e(322)](t),i=this[e(415)][e(223)][e(179)][e(435)],r=new s.ViewDocumentFragment(i,n[e(431)]((t=>Oi(t,this[e(415)]))));return this[e(415)][e(213)][e(254)](r)}[_i(370)](t,e,n,i){const r=_i,s=new Map(e),o=new Map(bn(i)),a=new Map;for(const[t,e]of n)a[r(214)](t,{start:e[r(253)][r(425)](),end:e[r(256)][r(425)](),rootName:e[r(247)][r(402)]});this[r(343)][r(214)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(186)](t){const e=_i;this[e(343)][e(220)](t)}[_i(219)](){const t=_i;this[t(379)](),this[t(228)]=-1,this[t(353)]=-1,this[t(343)][t(412)](),this[t(409)](this[t(323)])}[_i(379)](){const t=_i;this[t(232)][t(412)](),this[t(224)][t(412)](),this[t(423)][t(412)](),this[t(463)][t(412)](),this[t(373)][t(412)](),this[t(328)][t(412)](),this[t(210)][t(412)](),this[t(363)][t(412)](),this[t(378)][t(412)](),this[t(308)][t(412)](),this[t(275)]=1,this[t(243)]=this[t(275)]}[_i(264)](t,e=null){const n=_i;let i=null;t.is(n(333))||(i=new s.Element(t[n(234)],{vid_start:null===e?this[n(275)]++:e++}));const r=[];for(const i of t[n(176)]())if(i.is(n(216))){r[n(190)](this[n(264)](i,e));const t=r[r[n(375)]-1];null!==e&&(e=t.is(n(216),n(395))?t[n(239)](n(201))+1:t[n(239)](n(366))+1)}else for(let t=0;t<i[n(444)];t++)r[n(190)](new s.Element(n(395),{vid:null===e?this[n(275)]++:e++}));if(t.is(n(333))){const e=Ni(t[n(402)]);return e[n(198)](0,r),e}return i[n(349)](n(366),null===e?this[n(275)]++:e++),i[n(198)](0,r),i}[_i(279)](t,e,n){const i=_i;this[i(379)]();const{roots:r,markers:o,rootsAttributes:a}=this[i(343)][i(400)](t);this[i(328)]=new Map(r),this[i(210)]=new Map(bn(a));for(const[t,e]of this[i(328)])if(i(371)!==t&&(this[i(463)][i(214)](t,xi(e)),this[i(373)]=new Map(bn(a)),n)){const n=this[i(275)];this[i(363)][i(214)](t,this[i(264)](e)),this[i(378)][i(214)](t,this[i(264)](e,n))}this[i(243)]=this[i(275)],this[i(463)][i(214)](i(371),xi(this[i(328)][i(400)](i(371)))),n&&this[i(363)][i(214)](i(371),this[i(264)](this[i(328)][i(400)](i(371))));for(const[t,e]of o){const n=this[i(328)][i(400)](e[i(402)]),r=this[i(463)][i(400)](e[i(402)]),o=new s.Range(this[i(175)](e[i(253)],n),this[i(175)](e[i(256)],n)),a=this[i(235)](o,r);n[i(448)][i(214)](t,o),this[i(308)][i(214)](t,a)}this[i(399)](t,e,n)}[_i(399)](t,e,n){const i=_i;for(const r of this[i(323)][i(344)](t,e))this[i(385)](r,n);for(const t of this[i(463)][i(331)]())t[i(448)][i(412)]();for(const[t,e]of this[i(308)])this[i(463)][i(400)](e[i(247)][i(402)])[i(448)][i(214)](t,e[i(425)]());const r=new Map,s=new Map;for(const[t,e]of this[i(463)])r[i(214)](t,xi(e)),s[i(214)](t,this[i(373)][i(400)](t));this[i(370)](e,r,this[i(308)],s)}[_i(252)](t){const e=_i,n=Array[e(396)](this[e(343)][e(408)]());n[e(246)](((t,e)=>t-e)),n[e(261)]();for(const e of n)if(e<t)return e;return Number[e(365)]}[_i(424)](t,e){const n=_i,i=Array[n(396)](e[n(448)])[n(431)]((([e,i])=>[e,this[n(235)](i,t)]));t[n(448)]=new Map(i)}[_i(259)](t){const e=_i;for(const n of this[e(308)][e(331)]()){const i=n[e(437)](t),r=s.Range[e(359)](i);n[e(253)]=r[e(253)],n[e(256)]=r[e(256)]}}[_i(385)](t,e){const n=_i;if(n(455)==t[n(360)]||n(273)==t[n(360)])return void this[n(301)](t,e);if(n(466)==t[n(360)]){const i=t[n(269)][n(247)][n(402)];this[n(463)][n(393)](i)||(this[n(463)][n(214)](i,Ni(i,!0)),this[n(373)][n(214)](i,{}),e&&this[n(363)][n(214)](i,Ni(i,!0)))}else if(n(208)==t[n(360)]||n(313)==t[n(360)]||n(207)==t[n(360)])return void this[n(457)](t);const i=this[n(442)](t,this[n(463)]);if(n(404)!==t[n(360)]&&(i[n(187)](),this[n(259)](i)),e)switch(i[n(360)]){case n(466):this[n(282)](t);break;case n(200):case n(341):case n(271):this[n(265)](t);break;case n(189):this[n(172)](t);break;case n(401):this[n(185)](t);break;case n(404):this[n(206)](t)}}[_i(442)](t,e){const n=_i,i=t[n(425)]();return i[n(377)]=t[n(377)],this[n(183)](i,e),i}[_i(262)](t){const e=_i;return t[e(431)]((t=>{const n=e,i=this[n(221)](t);return Number(t[n(387)][n(239)](i))}))}[_i(312)](t,e){const n=_i;if(t.is(n(216),n(395)))e[n(190)]({item:t,type:n(229)});else{t.is(n(216))&&e[n(190)]({item:t,type:n(392)});for(const i of t[n(176)]())this[n(312)](i,e);t.is(n(216))&&e[n(190)]({item:t,type:n(248)})}return e}[_i(255)](){const t=_i,e=new Map(this[t(232)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(328)][t(408)](),...this[t(463)][t(408)]()]);a[t(220)](t(371));for(const e of a){const n=this[t(463)][t(400)](e)||Ni(e,!1),i=this[t(328)][t(400)](e)||Ni(e,!1);n[t(167)]()||i[t(167)]()?(r[t(283)][e]=xi(n),r[t(319)][e]=xi(i),this[t(424)](r[t(319)][e],i),this[t(424)](r[t(283)][e],n),s[t(283)][e]=this[t(312)](this[t(363)][t(400)](e),[]),s[t(319)][e]=this[t(312)](this[t(378)][t(400)](e)||Ni(e,!1),[])):a[t(220)](e)}for(const r of a){const o=s[t(283)][r];for(const r of o){const s=this[t(221)](r),o=r[t(387)][t(239)](s);n[t(220)](o),o>=this[t(243)]&&i[t(214)](o,e[t(400)](o))}}for(const r of a){const a=s[t(283)][r],c=this[t(262)](s[t(319)][r]);let u=0;for(const r of a){const s=this[t(221)](r),a=r[t(387)][t(239)](s);if(!i[t(393)](a)&&!o[t(393)](a))if(n[t(393)](a))u++;else{if(a!=c[u]){const i=e[t(400)](a)||e[t(400)](c[u]);for(;a!=c[u];)n[t(393)](c[u])||(o[t(214)](c[u],i),e[t(214)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(283)][e];for(const e of r){const r=this[t(221)](e),s=e[t(387)][t(239)](r);if(o[t(393)](s)){const e=o[t(400)](s);n[t(393)](s)||n[t(214)](s,{...e}),i[t(214)](s,{...e})}}}for(const e of n[t(408)]())e>=this[t(243)]&&n[t(220)](e);const c=new Map;for(const e of a){let r=s[t(283)][e];for(const e of r)if(e[t(387)].is(t(216),t(233))){const n=this[t(221)](e),r=e[t(387)][t(239)](n);if(i[t(393)](r)){const n=e[t(387)][t(461)][t(461)][t(239)](t(436)),s=c[t(400)](n)||new Set;s[t(169)](i[t(400)](r)[t(458)]),c[t(214)](n,s)}}r=s[t(319)][e];for(const e of r)if(e[t(387)].is(t(216),t(233))){const i=this[t(221)](e),r=e[t(387)][t(239)](i);if(n[t(393)](r)){const i=e[t(387)][t(461)][t(461)][t(239)](t(436)),s=c[t(400)](i)||new Set;s[t(169)](n[t(400)](r)[t(458)]),c[t(214)](i,s)}}for(const e of c[t(408)]())(i[t(393)](e)||n[t(393)](e))&&c[t(220)](e)}for(const e of a){const r=s[t(283)][e];let o=null,a=null;for(const e of r){const r=this[t(221)](e),s=e[t(387)][t(239)](r),u=c[t(400)](s);u&&t(392)==e[t(360)]&&(o=Array[t(396)](u)[0],a=e[t(387)][t(239)](t(366))),o&&(n[t(214)](s,{userId:o}),i[t(214)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(319)][e],a=r[t(283)][e];for(const{userId:e}of this[t(224)][t(331)]())null!==e&&l[t(169)](e);for(const{userId:e}of this[t(423)][t(331)]())null!==e&&l[t(169)](e);this[t(250)](a,s[t(283)][e],i,t(361),l),this[t(250)](o,s[t(319)][e],n,t(428),l),u[e]={insertions:this[t(211)](a),deletions:this[t(211)](o),attachChange:this[t(423)][t(400)](e)||null,attributesBefore:bn(this[t(210)][t(400)](e))||{},attributesAfter:bn(this[t(373)][t(400)](e))}}return{diffData:u,authorsIds:Array[t(396)](l)}}[_i(199)](t){const e=_i;for(const[,n]of t[e(448)]){const t=n[e(253)][e(291)]()[e(294)]((t=>e(233)==t[e(234)]));for(const n of t)1==n[e(170)]&&n[e(284)](0).is(e(216),e(414))&&n[e(284)](0)[e(349)](e(302),!0)}}[_i(211)](t){const e=_i;this[e(199)](t);const n=this[e(415)][e(213)][e(403)](t,{}),i=Array[e(396)](n[e(176)]())[e(431)]((t=>this[e(266)](t)));return JSON[e(433)](i)}[_i(266)](t){const e=_i;if(t.is(e(395)))return t[e(213)];{const n=t;return{type:Object[e(408)](Ii)[e(429)]((e=>t instanceof Ii[e])),name:n[e(234)],attributes:Array[e(396)](n[e(249)]()),children:Array[e(396)](n[e(176)]())[e(431)]((t=>this[e(266)](t)))}}}[_i(250)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(415)][s(280)];for(let i=0;i<e[s(375)];i++){const r=this[s(221)](e[i]),c=e[i][s(387)][s(239)](r),h=n[s(400)](c),d=i==e[s(375)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(458)]!=o[s(458)])&&(l(h,Ai(a,t,u),Ai(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Ai(a,t,u),Ei(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(458)],d=l(421)+i+":"+h+":"+c++,f=u[l(467)](n,a);t[l(448)][l(214)](d,f),null!==h&&r[l(169)](h)}}[_i(221)](t){const e=_i;switch(t[e(360)]){case e(392):return e(436);case e(248):return e(366);default:return e(201)}}[_i(183)](t,e){const n=_i;t[n(205)]=null;for(const i in t){const r=t[i];if(r instanceof s.Position){const s=e[n(400)](r[n(247)][n(402)]);t[i]=this[n(175)](r,s)}if(r instanceof s.Range){const s=e[n(400)](r[n(247)][n(402)]);t[i]=this[n(235)](r,s)}n(247)===i&&(t[n(247)]=e[n(400)](t[n(247)][n(402)]))}}[_i(235)](t,e){const n=_i;return this[n(415)][n(280)][n(467)](this[n(175)](t[n(253)],e),this[n(175)](t[n(256)],e))}[_i(175)](t,e){const n=_i;return this[n(415)][n(280)][n(292)](e,t[n(460)],t[n(443)])}[_i(282)](t){const e=_i,n=this[e(363)][e(400)](t[e(269)][e(247)][e(402)]),i=this[e(175)](t[e(269)],n),r=null===t[e(377)]?null:t[e(377)]||this[e(415)][e(381)][e(400)](e(180)).me.id,o=i[e(461)],a=this[e(275)],c=[];for(const n of t[e(342)])if(n.is(e(216)))c[e(190)](this[e(264)](n));else for(let t=0;t<n[e(444)];t++)c[e(190)](new s.Element(e(395),{vid:this[e(275)]++}));const u=this[e(275)];for(let t=a;t<u;t++)this[e(232)][e(214)](t,{userId:r});o[e(198)](i[e(286)],c)}[_i(265)](t){const e=_i;(t=this[e(442)](t,this[e(363)]))[e(187)]();const n=null===t[e(377)]?null:t[e(377)]||this[e(415)][e(381)][e(400)](e(180)).me.id,i=t[e(368)](),r=i[e(461)],s=i[e(286)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(284)](e);s.is(a(216),a(395))?i[a(214)](s[a(239)](a(201)),{userId:n}):(i[a(214)](s[a(239)](a(436)),{userId:n}),t(i,s,0,s[a(170)]),i[a(214)](s[a(239)](a(366)),{userId:n}))}}(this[e(232)],r,s,s+t[e(240)])}[_i(172)](t){const e=_i,n=null===(t=this[e(442)](t,this[e(363)]))[e(377)]?null:t[e(377)]||this[e(415)][e(381)][e(400)](e(180)).me.id,i=t[e(270)][e(461)],r=t[e(438)][e(461)],s=i[e(239)](e(366)),o=r[e(239)](e(436));i[e(349)](e(366),r[e(239)](e(366))),r[e(349)](e(366),s),this[e(232)][e(214)](o,{userId:n}),this[e(232)][e(214)](s,{userId:n}),t[e(187)]()}[_i(185)](t){const e=_i,n=null===(t=this[e(442)](t,this[e(363)]))[e(377)]?null:t[e(377)]||this[e(415)][e(381)][e(400)](e(180)).me.id,i=t[e(197)],r=t[e(191)][e(461)];t[e(187)]();const s=r[e(239)](e(366)),o=t[e(263)][e(380)];if(i){const t=o[e(239)](e(366)),i=r[e(239)](e(366));r[e(349)](e(366),t),o[e(349)](e(366),i),this[e(232)][e(214)](r[e(239)](e(366)),{userId:n}),this[e(232)][e(214)](o[e(239)](e(436)),{userId:n})}else{const t=this[e(275)]++,i=this[e(275)]++;r[e(349)](e(366),t),o[e(349)](e(436),i),o[e(349)](e(366),s),this[e(232)][e(214)](t,{userId:n}),this[e(232)][e(214)](i,{userId:n})}}[_i(206)](t){const e=_i;if(!t[e(318)])return;const n=(t=this[e(442)](t,this[e(463)]))[e(231)]?t[e(231)][e(247)]:null,i=t[e(300)]?t[e(300)][e(247)]:null;n&&this[e(308)][e(220)](t[e(234)]),i&&this[e(308)][e(214)](t[e(234)],t[e(300)][e(425)]());const r=null===t[e(377)]?null:t[e(377)]||this[e(415)][e(381)][e(400)](e(180)).me.id,s=t[e(234)];if(!this[e(224)][e(393)](s))return void this[e(224)][e(214)](s,{range:t[e(231)],userId:r});const o=this[e(224)][e(400)](s),a=o[e(355)],c=t[e(300)];null==a&&null==c||a&&c&&a[e(226)](c)?this[e(224)][e(220)](t[e(234)]):o[e(458)]=r}[_i(301)](t,e){const n=_i;this[n(463)][n(393)](t[n(402)])?this[n(463)][n(400)](t[n(402)])[n(332)]=t[n(351)]:(this[n(463)][n(214)](t[n(402)],Ni(t[n(402)],!0)),this[n(373)][n(214)](t[n(402)],{}),e&&this[n(363)][n(214)](t[n(402)],Ni(t[n(402)],!0)));const i=null===t[n(377)]?null:t[n(377)]||this[n(415)][n(381)][n(400)](n(180)).me.id,r=this[n(423)][n(400)](t[n(402)]);r&&r[n(458)]===i?this[n(423)][n(220)](t[n(402)]):this[n(423)][n(214)](t[n(402)],{userId:i,isAttached:t[n(351)]})}[_i(457)](t){const e=_i,n=this[e(373)][e(400)](t[e(247)][e(402)]);null===t[e(398)]?delete n[t[e(316)]]:n[t[e(316)]]=t[e(398)]}}function xi(t){const e=_i,n=Ni(t[e(402)],t[e(167)]());for(const i of t[e(176)]()){const t=i[e(317)](!0);n[e(276)](t)}return n}function Ni(t,e=!0){const n=_i,i=new s.DocumentFragment;return i[n(402)]=t,i[n(332)]=e,i[n(167)]=()=>i[n(332)],i}function Ri(){const t=["plugins","roots","shift","requires","_handleOperation","_source","item","getUser","PENDING_ACTION_REVISION_HISTORY","getRevisionRootsAttributes","_loadedStateData","elementStart","has","_isPendingUpdate","$text","from","rootsAttributes","newValue","_applyOperations","get","split","rootName","toView","marker","_setConversion","previousPosition","_isInit","keys","init","ready","RevisionTracker","clear","trim","paragraph","editor","revisionHistory.resumeUnsavedRevision","children","_makeModelFromViewString","getIndex","_addPendingAction","revision:","bind","_touchedRoots","_copyMarkers","clone","define","560701UwpUSU","deletion","find","getOperation","map","forEach","stringify","useFillerType","document","vid_start","getTransformedByOperation","sourcePosition","update","markerToData","_makeRevision","_cloneOperation","stickiness","offsetSize","afterInit","_bufferedUpdates","initialData","markers","_replaceEditorDataWithRevisionData","size","buildRevisionData","_removeRevisionMarkers","_startingVersion","_revisionDataBuilder","addRoot","upcast","_handleRootAttributeOperation","userId","_removePendingAction","path","parent","_getFromVersion","_diffRoots","_createInitialRevision","includes","insert","createRange","isAttached","repository","add","childCount","toData","_handleMergeOperation","currentRevision","_findInsertionIndex","_fixPosition","getChildren","2505411XbXqjd","string","view","Users","pluginName","createRangeIn","_fixOperation","for","_handleSplitOperation","_removeMetaData","_execute","marked","merge","push","splitPosition","getRange","attributesBefore","startsWith","diffData","_continueCurrentRevision","graveyardPosition","_insertChild","_processRootBeforeSave","move","vid","initial","finally","creator","baseVersion","_handleMarkerOperation","changeRootAttribute","addRootAttribute","3053298GrQlTs","_baseRootsAttributes","_prepareViewToSave","Initial revision","data","set","isReady","element","_operations","then","reInit","delete","_getVidAttributeName","createPositionAt","editing","_touchedMarkers","editor-initial-data-replaced-with-revision-data","isEqual","attachChange","_lastFrom","text","getTime","oldRange","_touched","tableCell","name","_fixRange","saveRevision","_update","2xTuCpk","getAttribute","howMany","locale","createPositionAfter","_startingRevisionId","dataToMarker","toVersion","sort","root","elementEnd","getAttributes","_markChanges","8GGStVm","_getPreviousFrom","start","toModel","_getState","end","max","getWalker","_transformMarkers","setSource","reverse","_getBaseVids","insertionPosition","_makeIdsRoot","_handleMoveOperation","_getViewJson","adapter","getLatestVersion","position","targetPosition","reinsert","getRootNames","detachRoot","config","_revisionId","_appendChild","getData","attributes","_calculateMetaData","model","2804528HaIvQi","_handleInsertOperation","insertions","getChild","loadState","offset","revision","3QdBOvO","10BWuDqJ","fromEntries","getAncestors","createPositionFromPath","Empty document","filter","getCurrentRevisionId","authorsIds","attributesAfter","version","fromVersion","newRange","_handleRootOperation","keepParagraph","updateRevisions","some","isEnabled","collaboration.channelId","_initialRevisionId","_markers","slice","getRevisionDocumentData","creatorId","_generateTape","removeRootAttribute","_pendingAction","_loadState","key","_clone","affectsData","deletions","4042870mLdAzN","revision-start","parse","source","getRoot","_createCurrentRevision","addRevision","createdAt","_baseRoots","setRevisionData","sendBufferedUpdates","values","_isAttached","documentFragment","_loadRevisionData","hasContent","createPositionBefore","330996ageyBa","processor","data-revision-","RealTimeCollaborationClient","remove","nodes","_savedMetaData","getOperations","getRevision","getNodeByPath","revision-end","conversion","_setAttribute","history","isAdd","getRevisions","_lastTo","RevisionsRepository","range","default","PendingActions","resolve","_createFromRanges","type","insertion","createRevision","_idsRoots","addRevisionData","NEGATIVE_INFINITY","vid_end","authors","getMovedRangeStart","dataDowncast","_saveMetaData","$graveyard","_bufferUpdate","_diffRootsAttributes","968QBchMM","length","6747496hFQNZj","_authorId","_baseIdsRoots","_reset","nodeAfter"];return(Ri=function(){return t})()}function Ai(t,e,n){const i=_i,r=i(248)==t[i(360)]?n[i(222)](t[i(387)],i(256)):n[i(336)](t[i(387)]);return n[i(292)](e,r[i(460)],r[i(443)])}function Ei(t,e,n){const i=_i,r=i(392)==t[i(360)]?n[i(222)](t[i(387)],0):n[i(242)](t[i(387)]);return n[i(292)](e,r[i(460)],r[i(443)])}var Mi=n(311),ji=n(673),Vi=n.n(ji),Di=n(426),Ci={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Di.A,Ci);Di.A.locals;var Fi=n(959),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Fi.A,Li);Fi.A.locals;const zi=Pi;function Pi(t,e){const n=Hi();return(Pi=function(t,e){return n[t-=248]})(t,e)}function Hi(){const t=["cancelButtonView","stopPropagation","ck-responsive-form","_focusCycler","submit","cancel","_createRevisionNameInput","render","_focusables","shift + tab","check","arrowup","label","Cancel","locale","optional","ck-revision-history-save-revision-form","focusTracker","execute","revisionNameInputValue","focus","26BDDKIL","_createButton","reset","4760420SiDxcr","220","ck-button-save","input","arrowright","focusFirst","setTemplate","67503VeCDMd","tab","649800iVEIsN","ck-button-cancel","7346356VHTdMO","keystrokes","set","delegate","saveButtonView","revisionName","Save","add","180mjJTKJ","arrowdown","errorText","value","4394910tfCnzE","element","type","fieldView","1424hgMRVJ","listenTo","824031HBKoeT","revisionNameInputView","43946YmMSwK","form","Name of the revision","trim","arrowleft","extendTemplate","forEach"];return(Hi=function(){return t})()}!function(t,e){const n=Pi,i=t();for(;;)try{if(935952===-parseInt(n(265))/1*(-parseInt(n(255))/2)+-parseInt(n(281))/3+parseInt(n(269))/4+-parseInt(n(258))/5+parseInt(n(267))/6+parseInt(n(289))/7*(-parseInt(n(285))/8)+-parseInt(n(287))/9*(-parseInt(n(277))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Hi);class Ui extends Mi.View{constructor(n,i){const r=Pi;super(n),this[r(251)]=new e.FocusTracker,this[r(270)]=new e.KeystrokeHandler,this[r(271)](r(253),""),this[r(288)]=this[r(302)](i),this[r(273)]=this[r(256)]($n(n,r(275)),t.icons[r(306)],r(260)),this[r(273)][r(283)]=r(300),this[r(296)]=this[r(256)]($n(n,r(309)),t.icons[r(301)],r(268),r(301)),this[r(304)]=new Mi.ViewCollection,this[r(299)]=new Mi.FocusCycler({focusables:this[r(304)],focusTracker:this[r(251)],keystrokeHandler:this[r(270)],actions:{focusPrevious:r(305),focusNext:r(266)}}),this[r(264)]({tag:r(290),attributes:{class:["ck",r(250),r(298)],tabindex:"-1"},children:[this[r(288)],this[r(273)],this[r(296)]]}),(0,Mi.injectCssTransitionDisabler)(this)}[zi(303)](){const t=zi;super[t(303)](),(0,Mi.submitHandler)({view:this}),[this[t(288)],this[t(273)],this[t(296)]][t(295)]((e=>{const n=t;this[n(304)][n(276)](e),this[n(251)][n(276)](e[n(282)])})),this[t(270)][t(286)](this[t(282)]);const e=e=>e[t(297)]();this[t(270)][t(271)](t(262),e),this[t(270)][t(271)](t(293),e),this[t(270)][t(271)](t(307),e),this[t(270)][t(271)](t(278),e)}[zi(254)](){const t=zi;this[t(299)][t(263)]()}get[zi(274)](){const t=zi;return this[t(288)][t(284)][t(282)][t(280)][t(292)]()}set[zi(274)](t){const e=zi;this[e(288)][e(284)][e(282)][e(280)]=t[e(292)]()}[zi(257)](){const t=zi;this[t(288)][t(284)][t(282)][t(280)]="",this[t(288)][t(279)]=null}[zi(302)](t){const e=zi,n=new Mi.LabeledFieldView(this[e(248)],Mi.createLabeledInputText),i=n[e(284)];i[e(294)]({attributes:{maxlength:e(259)}});let r=$n(this[e(248)],e(291));return!t&&(r+=" ("+$n(this[e(248)],e(249))+")"),n[e(308)]=r,i.on(e(261),(()=>{const t=e;this[t(253)]=i[t(282)][t(280)][t(292)]()})),n}[zi(256)](t,e,n,i){const r=zi,s=new Mi.ButtonView(this[r(248)]);return s[r(271)]({label:t,icon:e,tooltip:!0}),s[r(294)]({attributes:{class:n}}),i&&s[r(272)](r(252)).to(this,i),s}}const Zi=Bi;function qi(){const t=["19576HvsfuA","Revision history","add","get","length","errorText","Open revision history","editing","6739565RpjktY","init","reset","The revision name cannot be empty.","buttonView","saveButtonView","bind","isOpen","addMany","view","5582920ocQvZc","isReady","isReadOnly","RevisionTracker","submit","remove","50JFKytW","cancel","revisionName","pluginName","RevisionHistoryUI","revisionNameInputView","history","execute","plugins","9269940RFhkyt","5DXApLs","Save current revision","set","focus","render","7075107pkRMAR","saveRevision","showRevisionViewerCallback","items","children","config","requires","28205jspqFj","change:isOpen","isEnabled","revisionHistory.requireRevisionName","componentFactory","285DnEILi","panelView","revisionHistory","editor","4597242qUrcBn"];return(qi=function(){return t})()}function Bi(t,e){const n=qi();return(Bi=function(t,e){return n[t-=347]})(t,e)}!function(t,e){const n=Bi,i=t();for(;;)try{if(600601===parseInt(n(359))/1*(parseInt(n(393))/2)+-parseInt(n(364))/3*(parseInt(n(369))/4)+parseInt(n(347))/5*(parseInt(n(368))/6)+-parseInt(n(377))/7+parseInt(n(387))/8+parseInt(n(352))/9+-parseInt(n(402))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(qi);class Wi extends t.Plugin{static get[Zi(396)](){return Zi(397)}static get[Zi(358)](){return[Si]}[Zi(378)](){const e=Zi,n=this[e(367)],i=n[e(401)][e(372)](e(390));n.ui[e(363)][e(371)](e(366),(r=>{const s=e,o=(0,Mi.createDropdown)(r),a=o[s(365)][s(356)],c=new Mi.ListView(r),u=new Mi.ListItemView(r),l=new Mi.ButtonView(r),h=new Mi.ListItemView(r),d=new Mi.ButtonView(r),f=new Ui(r,n[s(357)][s(372)](s(362)));function v(){const t=s;a[t(373)]&&a[t(392)](0),a[t(371)](c)}function p(){const t=s;o[t(384)]=!1,n[t(376)][t(386)][t(350)]()}return o[s(383)](s(361)).to(i,s(388),i,s(361),n,s(389),((t,e,n)=>t&&e&&!n)),o[s(381)][s(349)]({icon:t.icons[s(399)],label:$n(r,s(370)),tooltip:!0}),l[s(349)]({label:$n(r,s(348)),withText:!0}),l[s(383)](s(361)).to(i,s(388),i,s(361),n,s(389),((t,e,n)=>t&&e&&!n)),l.on(s(400),(()=>function(){const t=s;a[t(373)]&&a[t(392)](0),f[t(379)](),a[t(371)](f),f[t(350)]()}())),d[s(349)]({label:$n(r,s(375)),withText:!0}),d[s(383)](s(361)).to(i,s(388),n,s(389),((t,e)=>t&&!e)),d.on(s(400),(()=>{const t=s;n[t(357)][t(372)](t(366))[t(354)](),p()})),u[s(356)][s(371)](l),h[s(356)][s(371)](d),c[s(355)][s(385)]([u,h]),o.on(s(360),(()=>v())),f[s(382)][s(383)](s(361)).to(i,s(388),i,s(361),n,s(389),((t,e,n)=>t&&e&&!n)),f.on(s(391),(()=>{const t=s;n[t(357)][t(372)](t(362))&&""===f[t(395)]?f[t(398)][t(374)]=$n(r,t(380)):(n[t(401)][t(372)](Si)[t(353)]({name:f[t(395)]}),p())})),f.on(s(394),(()=>v())),f[s(351)](),v(),o}))}}const Ji=Gi;!function(t,e){const n=Gi,i=t();for(;;)try{if(906664===-parseInt(n(396))/1+-parseInt(n(414))/2+-parseInt(n(413))/3+-parseInt(n(412))/4+-parseInt(n(410))/5+parseInt(n(417))/6*(-parseInt(n(415))/7)+-parseInt(n(398))/8*(-parseInt(n(397))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ki);class Yi extends Mi.View{constructor(t,e){const n=Gi;super(t),this[n(394)]=e,this[n(422)]=e.id;const i=this[n(403)],r=$n(t,e[n(423)][n(401)]?n(395):n(406)==e[n(407)]?n(411):n(416));this[n(393)](n(407),e[n(407)]),this[n(420)]({tag:n(399),attributes:{class:[n(418),n(400),i.to(n(407),(t=>n(408)+t))],tabindex:-1},children:[{tag:n(402),children:[{tag:n(402),attributes:{class:[n(404)]},children:[{text:r}]},{text:" "+e[n(421)][n(409)]}]}]})}[Ji(405)](){const t=Ji;this[t(419)][t(405)]()}}function Gi(t,e){const n=Ki();return(Gi=function(t,e){return n[t-=393]})(t,e)}function Ki(){const t=["376baweHX","div","ck-revision-change","isSuggestion","span","bindTemplate","ck-revision-change__label","focus","add","type","ck-revision-change__","name","2813550JPajhq","Added by","695420jPIdfF","3754599awmAPC","1975782cQHyIN","196IvFTwa","Removed by","156456uUgOpt","ck-annotation","element","setTemplate","author","changeId","data","set","_model","Suggested by","517692nJdHqU","982431OguWKz"];return(Ki=function(){return t})()}var Xi=Qi;function Qi(t,e){var n=$i();return(Qi=function(t,e){return n[t-=390]})(t,e)}function $i(){var t=["28wdPfgT","createdAt","rootName","1324RnvHJc","222lkpozb","author","data","856060rUkxvj","1091552mzVaIE","56EYaLcL","toJSON","6UtnLlq","set","18fFebLp","1977BZmvUD","type","335144GSZMqd","414130MCIpiR","2636040MobTwP"];return($i=function(){return t})()}!function(t,e){for(var n=Qi,i=t();;)try{if(114938===parseInt(n(391))/1*(parseInt(n(390))/2)+-parseInt(n(401))/3*(-parseInt(n(396))/4)+-parseInt(n(394))/5*(parseInt(n(398))/6)+-parseInt(n(406))/7*(-parseInt(n(403))/8)+parseInt(n(400))/9*(parseInt(n(404))/10)+parseInt(n(395))/11+-parseInt(n(405))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}($i);class tr extends((0,e.ObservableMixin)()){constructor(t){var n=Qi;super(),this.id=t.id||(0,e.uid)(),this[n(392)]=t[n(392)],this[n(402)]=t[n(402)],this[n(393)]=t[n(393)]||{},this[n(408)]=t[n(408)],this[n(399)](n(407),t[n(407)])}[Xi(397)](){var t=Xi;return{id:this.id,authorId:this[t(392)].id,type:this[t(402)],data:this[t(393)],createdAt:this[t(407)]}}}function er(t,e){const n=nr();return(er=function(t,e){return n[t-=178]})(t,e)}function nr(){const t=["702840LEnqiQ","24150816WbEwyk","99484CgNxoI","_setChanges","oldRevisionId","add","16210HsErbG","242BvjcKt","200898vWXfdC","newRevisionId","changes","4007948qlIUau","66WqqhEo","10383auHjZN","36vNRAsW","112cOImby","6sXVnMc"];return(nr=function(){return t})()}const ir=er;!function(t,e){const n=er,i=t();for(;;)try{if(357317===parseInt(n(180))/1+parseInt(n(185))/2*(-parseInt(n(191))/3)+parseInt(n(192))/4*(-parseInt(n(184))/5)+-parseInt(n(194))/6*(parseInt(n(189))/7)+parseInt(n(193))/8*(-parseInt(n(186))/9)+parseInt(n(178))/10*(-parseInt(n(190))/11)+parseInt(n(179))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(nr);class rr{constructor(t,n){const i=er;this[i(187)]=t,this[i(182)]=n,this[i(188)]=new e.Collection}[ir(181)](t){const e=ir;for(const n of t)this[e(188)][e(183)](n)}}var sr=n(536),or={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(sr.A,or);sr.A.locals;const ar=ur;function cr(){const t=["change:numberOfChanges","addMarker:revision","_markMarkers","stop","ck-revision-history-root--active","changeId","refresh","done","revisionHistory","domConverter","change:isReady","item","attributes","markerNameToElements","oldRevisionId","span","consumable","init","currentChangeNumber","addRoot","schema","markerToHighlight","_markInsertions","marked","_markMismatchedRemovedTags","selection","locale","offsetSize","_setChanges","_changeIdToChange","markerRange","softBreak","rootName","toViewPosition","ck-suggestion-preview-marker-","shift","ck-revision-history-root-add","error","580287EXfpOD","getRevisionData","roots","_initInteractions","ck-suggestion-preview-marker","createRange","target","values","33838570dBKtMr","right","isIncorrect","uiElement","nodeAfter","getWalker","suggestion:","forceDisabled","toModel","isBefore","_cleanMarkers","map","editingDowncast","newRevisionId","RevisionViewer","endIndex","name","change:activeView","_removeRevisionMarkers","11SwbfrI","type","keys","from","forward","plugins","editor","_update","forEach","getItems","markerToData","revision:","hasAttribute","split","ck-suggestion-marker","activeView","_getViewObj","_refreshStartEndIndex","change:activeChange","writer","revision-suggestion","unbindElementFromMarkerName","getIndex","isAfter","addMarker:revision-suggestion:insertion","nextSibling","_activeViewTarget","useFillerType","affectsData","addRevision","end","isAtEnd","isLimit","findIndex","vid_start","commands","isRemoved","unshift","slice","isOnRoot","markersStart","editing","createRevision","_markSuggestions","change","low","createPositionFromPath","getRevision","flat","_revisions","_data","element","authors","markerName","_setConversion","isObject","mouseover","startIndex","changes","code","add","sort","default","config","document","toData","364266keiNka","getAttributes","insertions","2009342Escxzh","-new","dataDowncast","isNavigationMode","merge","ck-suggestion-marker-merge","_balloon","abs","next","adapter","elementStart","revision-end","execute","highest","diffData","_cleanUp","isEqual","repository","isInline","enableReadOnlyMode","viewItem","_getRevisionsRange","isAttached","1463931EUfQEb","comment","backward","children","revision-suggestion:","isBlock","hasClass","side","wrap","change:isEnabled","elementToAttribute","POSITIVE_INFINITY","clear","has","all","data","getChild","_getViewForChange","reconvertMarker","RevisionsRepository","isAdded","enqueueChange","insertion","object","deletions","1dkaVkS","diff","_step","updatePosition","removeMarker","dataToMarker","_getDiff","_makeModelFromViewString","removeMarker:revision-suggestion","revision-viewer","upcast","then","getRevisionRootsAttributes","level","push","attributesBefore","observeMarkers","startsWith","isContent","revisionHistoryAttachChange","ck-suggestion-marker-split","collaboration.channelId","numberOfChanges","element:pre","toViewElement","concat","domEvent","detachRoot","downcastDispatcher","getDomRoot","get","4928448Ymofsq","90rDoDCc","attributesAfter","range","showPreviousChange","getAttribute","test","removeMarker:revision","return","isSuggestion","resolve","high","delete","deletion","destroy","listenTo","_makeTape","ck-suggestion-marker-","catch","removeAttribute","attribute:vid","indexOf","parse","text","for","addRevisionData","addMarker:revision-suggestion:deletion","bottom","revision-start","top","mapper","maxOffset","elementEnd","loadRevisionData","revision-comment:","revision","ck-editor__editable__overlay","modelRange","_threeWayMerge","WidgetToolbarRepository","start","ck-revision-history-root-remove","userId","createAttributeElement","isReady","isAtStart","parent","isAddSuggestion","removeClass","pairId","splice","compare","string","ck-suggestion-marker--active","mousedown","_sortAndFilterDiffChanges","processor","index","getClientRects","first","pluginName","insert","isCollapsed","restoreRevisionCallback","isEnabled","_findChangeIdFromDomTarget","vid_end","4OkdWle","vid","_setDistance","activeChange","isRemoveSuggestion","data-revision-","length","includes","conversion","attachChange","consume","getRoot","_getChangeFromId","_removeUnsupportedChanges","revisionHistoryLabel","createRangeIn","find","getCustomProperty","nextPosition","remove","model","setAttribute","requires","_changeView","markers","getRootNames","6317311wHIpnj","checkAttribute","_removeMissingPairs","mapViewToDom","previousPosition","filter","showStack","data-change-id","ck-revision-history-root-","_fixObsoleteTags","restoreRevision","suggestion","bindElementToMarker","createPositionBefore","addClass","left","set","toViewRange","markersEnd","showNextChange","bind","addHighlight","_makeModelFromTape","pop","view","_appendChild","createUIElement","_joinTapes","distance","_processTape"];return(cr=function(){return t})()}function ur(t,e){const n=cr();return(ur=function(t,e){return n[t-=384]})(t,e)}!function(t,e){const n=ur,i=t();for(;;)try{if(643883===-parseInt(n(586))/1*(parseInt(n(538))/2)+parseInt(n(442))/3*(-parseInt(n(684))/4)+parseInt(n(618))/5*(-parseInt(n(535))/6)+-parseInt(n(710))/7+parseInt(n(617))/8+-parseInt(n(561))/9+-parseInt(n(450))/10*(-parseInt(n(469))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(cr);const lr={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class hr extends t.Plugin{static get[ar(677)](){return ar(464)}static get[ar(706)](){return[r.Users,Mi.ContextualBalloon,Qn]}constructor(t){const e=ar;super(t),this[e(555)]=this[e(475)][e(474)][e(616)](e(580)),this[e(390)](e(687),null),this[e(390)](e(484),null),this[e(495)]=null,this[e(390)](e(587),null),this[e(390)](e(661),!1),this[e(390)](e(681),!0),this.on(e(570),((t,n,i)=>{const r=e;this[r(687)]=null,this[r(484)]=null,this[r(475)][r(510)][r(398)][r(513)]((t=>{const e=r;for(const n of this[e(475)][e(510)][e(398)][e(533)][e(444)])i?t[e(665)](e(653),n):t[e(388)](e(653),n)}))})),this[e(394)](e(541)).to(this,e(687),(t=>null!==t)),this[e(394)](e(422)).to(this,e(661),this,e(587),this,e(687),((t,n,i)=>t&&i?n[e(527)][e(491)](i):0)),this[e(394)](e(608)).to(this,e(661),this,e(587),((t,n)=>t?n[e(527)][e(690)]:0)),this[e(707)]=null,this[e(433)]=new Map,this[e(547)]=null,this[e(544)]=this[e(475)][e(474)][e(616)](Mi.ContextualBalloon)}[ar(421)](){const t=ar,e=this[t(475)],n=new vr(e,{direction:t(563)}),i=new vr(e,{direction:t(473)});e[t(504)][t(529)](t(621),n),e[t(504)][t(529)](t(393),i),e[t(504)][t(529)](t(384),new fr(e)),this.on(t(404),(()=>{const e=t;n[e(410)](),i[e(410)]()})),this[t(523)](),this[t(445)](),e[t(557)](t(595)),e[t(474)][t(574)](t(656))&&e[t(474)][t(616)](t(656))[t(457)](t(595))}async[ar(443)](t){const e=ar;await this[e(650)](t);const n={};for(const i in t[e(552)]){if(t[e(552)][i][e(693)]&&!t[e(552)][i][e(693)][e(560)])continue;const r=this[e(468)](JSON[e(639)](t[e(552)][i][e(537)])),o=this[e(475)][e(510)][e(398)][e(533)],a=new s.ViewDocumentFragment(o,r[e(461)]((t=>this[e(485)](t))));this[e(475)][e(576)][e(673)][e(496)](e(427)),n[i]=this[e(475)][e(576)][e(673)][e(534)](a),this[e(475)][e(576)][e(673)][e(496)](e(531))}return n}async[ar(598)](t){const e=ar;await this[e(650)](t);const n={};for(const i in t[e(552)])t[e(552)][i][e(693)]&&!t[e(552)][i][e(693)][e(560)]||(n[i]=t[e(552)][i][e(619)]||{});return n}[ar(468)](t){const e=ar;return(t=t[e(715)]((t=>!t[e(466)]||e(645)!==t[e(466)]&&e(549)!==t[e(466)])))[e(477)]((t=>{const n=e;n(669)!=typeof t&&(t[n(564)]=this[n(468)](t[n(564)]),t[n(416)]=t[n(416)][n(715)]((t=>!t[0][n(603)](n(689)))))})),t}async[ar(668)](t,e,n=!1){const i=ar;if(!this[i(681)])return;const r=this[i(587)],s=this[i(555)],o=i(669)==typeof t?s[i(516)](t):t,a=i(669)==typeof e?s[i(516)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(587)]&&this[i(587)][i(463)]===c&&this[i(587)][i(418)]===u)return Promise[i(627)]();this[i(661)]=!1,this[i(484)]=null,this[i(687)]=null,this[i(587)]=new rr(c,u);const l=this[i(559)](o,a,!0)[i(461)]((t=>this[i(650)](t)));return l[i(600)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(575)](l)[i(597)]((()=>{const t=i;if(!this[t(681)])return;this[t(553)]();const e=this[t(592)](c,u);for(const n of e[t(527)])this[t(433)][t(390)](n.id,n);this[t(475)][t(704)][t(582)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(475)][i(704)][i(533)][i(709)]())n[i(613)](t);for(const t of Object[i(471)](e[i(704)])){const r=n[i(423)](t);for(const s of Object[i(471)](e[i(416)][t]))n[i(705)](s,e[i(416)][t][s],r);n[i(678)](e[i(704)][t],r,0)}})),this[t(587)][t(432)](this[t(672)](e[t(527)])),this[t(661)]=!0}))[i(635)]((t=>{const e=i;console[e(441)](t),this[e(553)](),r&&(this[e(587)]=r),this[e(661)]=!0}))}[ar(642)](t,e){const n=ar,i=this[n(555)][n(511)](t);return i.on(n(476),((t,n,r)=>e(n,r,i))),this[n(555)][n(498)](i),i}[ar(650)](t){const e=ar;if(!t||t[e(552)])return Promise[e(627)]();{const n=this[e(475)][e(532)][e(616)](e(607));return this[e(547)][e(516)]({channelId:n,revisionId:t.id})[e(597)]((n=>{const i=e;t[i(476)]({diffData:n[i(552)]},!0)}))}}[ar(553)](){const t=ar;this[t(687)]=null,this[t(460)](),this[t(707)]&&this[t(707)][t(631)](),this[t(707)]=null,this[t(433)][t(573)](),this[t(475)][t(704)][t(582)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(475)][n(704)][n(533)][n(709)]())e[n(613)](t)}))}[ar(672)](t){const e=ar,n=[],i=new Map;for(const t of this[e(475)][e(704)][e(533)][e(709)]()){const r=this[e(475)][e(510)][e(398)][e(615)](t);if(!r)continue;const s=r[e(675)]()[e(415)](0);s&&(n[e(600)](t),i[e(390)](t,s))}return n[e(530)](((t,n)=>{const r=e,s=i[r(616)](t),o=i[r(616)](n);return s.y-o.y||s.x-o.x})),(t=t[e(715)]((t=>n[e(691)](t[e(436)]))))[e(530)](((t,i)=>n[e(638)](t[e(436)])-n[e(638)](i[e(436)]))),t}[ar(633)](t){const e=ar,n=Array[e(472)](t[e(708)])[e(715)]((([t,n])=>t[e(603)](e(480))&&!n[e(679)])),i=Array[e(472)](this[e(475)][e(704)][e(699)](t)[e(455)]({singleCharacters:!0}));if(0!=n[e(690)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(482)](":");if(r[e(499)][e(554)](t[e(702)])&&n[e(439)](),(t[e(714)][e(554)](r[e(657)])||t[e(714)][e(492)](r[e(657)]))&&(e(583)==s?t[e(581)]={userId:o}:e(630)==s&&(t[e(505)]={userId:o})),0==n[e(690)])break}return i}[ar(486)](t){const e=ar,n=new Map;for(let i=0;i<t[e(690)];i++)e(640)===t[i][e(470)]?(t[i][e(415)][e(526)]=i,t[i][e(415)][e(465)]=i):(e(548)===t[i][e(470)]?t[i][e(415)][e(526)]=i:e(649)===t[i][e(470)]&&(t[i][e(415)][e(465)]=i),n[e(390)](t[i].id,i));for(const i of n[e(449)]())e(548)===t[i][e(470)]?t[i][e(415)][e(465)]=n[e(616)](t[i][e(666)]):e(649)===t[i][e(470)]&&(t[i][e(415)][e(526)]=n[e(616)](t[i][e(666)]))}[ar(403)](t){const e=ar;for(let n=0;n<t[e(690)];n++){if(e(548)===t[n][e(470)])t[n][e(415)][e(526)]=n;else if(e(649)===t[n][e(470)]){t[n][e(415)][e(465)]=n;const i=t[n][e(415)][e(526)];t[i][e(666)]=t[n].id,t[n][e(666)]=t[i].id}else t[n][e(415)][e(526)]=n,t[n][e(415)][e(465)]=n,t[n][e(666)]=null;t[n][e(509)]||(t[n][e(509)]=[],t[n][e(392)]=[])}}[ar(426)](t,e){const n=ar,i=t[n(715)]((t=>!t[n(581)]));for(let t=0;t<e[n(690)];t++)e[t][n(581)]&&(i[t][n(581)]=e[t][n(581)])}[ar(593)](t){const e=ar,n=JSON[e(639)](t),i=this[e(475)][e(510)][e(398)][e(533)],r=new s.ViewDocumentFragment(i,n[e(461)]((t=>this[e(485)](t))));return this[e(475)][e(576)][e(458)](r)}[ar(485)](t){const e=ar,n=this[e(475)][e(510)][e(398)][e(533)];if(e(669)==typeof t)return new s.ViewText(n,t);{const i=t[e(564)][e(461)]((t=>this[e(485)](t)));return new(lr[t[e(470)]]||s.ViewElement)(n,t[e(466)],t[e(416)],i)}}[ar(592)](t,e=null){const n=ar,i=this[n(555)][n(516)](t),r=e?this[n(555)][n(516)](e):null,s=this[n(559)](i,r),o=s[s[n(690)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(690)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(471)](e[n(552)]))if(e[n(552)][t][n(693)]){const i=e[n(552)][t][n(693)];i[n(560)]?(u[n(529)](t),l[n(574)](t)&&l[n(616)](t)[n(659)]==i[n(659)]?l[n(629)](t):l[n(390)](t,i)):l[n(574)](t)?(u[n(629)](t),l[n(629)](t)):(u[n(529)](t),l[n(390)](t,i))}else u[n(529)](t)}for(const t of u){const e=l[n(574)](t)&&!l[n(616)](t)[n(560)];let i=e?s[n(690)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(552)][t]){const i=e?o[n(552)][t][n(601)]:o[n(552)][t][n(619)];c[n(416)][t]=i?bn(i):{};break}i+=r}}for(const t of s){t[n(704)]={};for(const e of t[n(521)])a[n(390)](e.id,e);for(const e of u){const i=t[n(552)][e]?t[n(552)][e][n(537)]:"[]",r=t[n(552)][e]?t[n(552)][e][n(585)]:"[]";t[n(704)][e]={insertions:this[n(593)](i),deletions:this[n(593)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(472)](i[n(704)][t][n(537)][n(708)])[n(715)]((([t])=>!t[n(603)](n(480)))));let h=0;for(const o of s){const s=this[n(633)](o[n(704)][t][n(537)]);o==i?(e=s,r=e[n(690)],e[n(477)]((t=>{t.id=h++})),this[n(403)](e)):this[n(426)](e,s);const a=e[n(715)]((t=>!t[n(581)]))[n(461)]((t=>t.id));let c=0;const l=this[n(633)](o[n(704)][t][n(585)]);l[n(477)]((t=>{t[n(505)]?t.id=r++:t.id=a[c++]})),this[n(403)](l),this[n(686)](e,n(581)),this[n(686)](l,n(505)),o==i&&this[n(406)](e,u),e=this[n(401)](e,l),this[n(486)](e),this[n(686)](e,n(505))}e=e[n(715)]((t=>!(t[n(581)]&&t[n(505)])));const d=new Map(o[n(704)][t][n(585)][n(708)]),f=new Set(u[n(471)]());for(const t of d[n(471)]())f[n(629)](t);this[n(512)](e,f),this[n(719)](e),e=this[n(712)](e),e=this[n(428)](e),e=this[n(697)](e);const{root:v,changes:p}=this[n(396)](e,a,t);c[n(704)][t]=v;const m=l[n(616)](t);if(m){const e=a[n(616)](m[n(659)]),i=new tr({author:e,type:m[n(560)]?n(529):n(703),data:{isOnRoot:!0},createdAt:new Date,rootName:t});p[n(506)](i),c[n(416)][t][n(605)]=i.id}c[n(527)]=c[n(527)][n(611)](p)}return c}[ar(406)](t,e){const n=ar;for(let i=0;i<t[n(690)];i++)for(const[r,s]of e)s[n(657)][n(554)](t[i][n(714)])&&t[i][n(509)][n(600)](r),s[n(499)][n(554)](t[i][n(702)])&&t[i][n(392)][n(600)](r)}[ar(401)](t,e){const n=ar;let i=[],r=0,s=0;for(;r<t[n(690)]||s<e[n(690)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(600)](o);else if(a[n(505)]&&o[n(581)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(655)](t,r,e,s);i=i[n(611)](o),r=a,s=c}else a[n(505)]?(s++,i[n(600)](a)):(r++,i[n(600)](o))}return i}[ar(512)](t,e){const n=ar,i=[];for(let o=0;o<t[n(690)];o++){for(let s=0;s<t[o][n(509)][n(690)];s++){const a=t[o][n(509)][s];if(!e[n(574)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(489)!=c||n(583)!=u&&n(630)!=u||(i[n(506)]({type:u,name:a,userId:l}),t[o][n(509)][n(667)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(392)][n(690)];s++){const a=t[o][n(392)][s];if(!e[n(574)](a))continue;const{group:c,type:u}=r(a);if(n(489)!=c||n(583)!=u&&n(630)!=u)continue;t[o][n(392)][n(667)](s,1),s--;const l=i[n(502)]((t=>t[n(466)]==a));l>-1&&i[n(667)](l,1)}}function r(t){const e=n,i=t[e(482)](":");return{group:i[0],type:i[1],subType:i[e(690)]>=5?i[2]:null,id:i[e(690)]<5?i[2]:i[3],authorId:i[e(690)]<5?i[3]:i[4],markerCount:6==i[e(690)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(690)];n++){if(t[e(581)]&&e(583)==i[n][e(470)])return t[e(664)]=i[n],void delete t[e(581)];if(!t[e(581)]&&!t[e(505)]&&e(630)==i[n][e(470)])return void(t[e(688)]=i[n])}}}[ar(686)](t,e){const n=ar;let i=0,r=!1;const s=new Map;for(const o of t)o[e]?r&&(i++,r=!1):(i++,r=!0),s[n(390)](o.id,i);for(let i=0;i<t[n(690)];i++){if(n(505)==e&&t[i][n(581)]||n(581)==e&&t[i][n(505)])continue;if(n(640)==t[i][n(470)]){t[i][n(402)]=0;continue}const r=s[n(616)](t[i][n(666)]),o=s[n(616)](t[i].id);t[i][n(402)]=r-o}}[ar(559)](t,e,n=!1){const i=ar,r=[];let s=this[i(555)][i(491)](t),o=this[i(555)][i(491)](e);for(-1==o&&(o=this[i(555)][i(518)][i(690)],n=!1);s<o;)r[i(600)](this[i(555)][i(516)](s)),s++;return n&&r[i(600)](this[i(555)][i(516)](s)),r}[ar(655)](t,e,n,i){const r=ar,s=this[r(475)][r(704)][r(424)];let o=e;for(;t[o]&&t[o][r(581)];)o++;let a=i;for(;n[a]&&n[a][r(505)];)a++;u(t,e,o),u(n,i,a);const c=n[r(507)](i,a)[r(611)](t[r(507)](e,o));return c[r(530)](((t,e)=>t[r(568)]!=e[r(568)]?t[r(568)]-e[r(568)]:t[r(599)]!=e[r(599)]?t[r(599)]-e[r(599)]:t[r(402)]!=e[r(402)]?e[r(402)]-t[r(402)]:!!t[r(581)]!=!!e[r(581)]?-1==t[r(568)]||0==t[r(568)]?t[r(581)]?-1:1:t[r(581)]?1:-1:t[r(674)]-e[r(674)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(572)],c=!0;for(let r=e;r<n;r++)if(s[i(556)](t[r][i(415)])||(c=!1),t[r][i(415)][i(526)]<e&&(o=r),t[r][i(415)][i(465)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(568)]=r<=o?-1:r<a?0:1,t[r][i(674)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(402)]?t[n][i(599)]=u:(u++,t[n][i(599)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(568)]&&(t[r][i(599)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(402)]?t[e][i(599)]=u:(u--,t[e][i(599)]=u,u--)}}[ar(719)](t){const e=ar,n=new Map,i=this[e(475)][e(704)][e(424)];for(let r=1;r<t[e(690)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(640)==c[e(470)])continue;if(c[e(470)]!=u[e(470)])continue;if(!i[e(566)](u[e(415)])||i[e(501)](u[e(415)]))continue;if(!i[e(566)](c[e(415)])||i[e(501)](c[e(415)]))continue;if((t[r][e(581)]||t[r][e(664)])&&t[r-1][e(505)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(505)]||!t[r-1][e(581)]&&!t[r-1][e(664)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(599)]==o[e(599)],h=Math[e(545)](s[e(599)])<Math[e(545)](o[e(599)])&&0==o[e(402)];(l||h)&&(n[e(390)](o.id,s.id),t[e(667)](a,1),r--,s[e(581)]=!1)}for(let i=0;i<t[e(690)];i++)n[e(574)](t[i][e(666)])&&(t[i][e(666)]=n[e(616)](t[i][e(666)]))}[ar(712)](t){const e=ar,n=new Set(t[e(461)]((t=>t.id)));for(let i=0;i<t[e(690)];i++)n[e(574)](t[i][e(666)])||0==t[i][e(402)]||(t[i][e(452)]=!0);return t[e(715)]((t=>!t[e(452)]))}[ar(428)](t){const e=ar,n=new Set;for(let i=0;i<t[e(690)];i++){if(n[e(574)](t[i].id)&&t[i][e(505)]&&(t[i][e(452)]=!0),t[i][e(452)])continue;if(0==t[i][e(402)])continue;if(e(548)!=t[i][e(470)])continue;if(null==t[i][e(666)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(666)];)e(548)==t[r][e(470)]?s++:e(649)==t[r][e(470)]&&s--,r++;if(0!=s)if(t[i][e(505)])t[i][e(452)]=!0;else for(;r!=i;)t[r][e(505)]&&0!=t[r][e(402)]&&(t[r][e(452)]=!0,n[e(529)](t[r][e(666)])),r--}return t[e(715)]((t=>!t[e(452)]))}[ar(697)](t){const e=ar,n=this[e(475)][e(704)][e(424)];for(let i=0;i<t[e(690)];i++){if(!(t[i][e(581)]||t[i][e(664)]||t[i][e(505)]||t[i][e(688)]))continue;if(0==t[i][e(402)])continue;const r=t[i][e(415)];n[e(566)](r)||n[e(501)](r)||(t[i][e(581)]&&delete t[i][e(581)],t[i][e(664)]&&delete t[i][e(664)],t[i][e(688)]&&delete t[i][e(688)],t[i][e(505)]&&(t[i][e(452)]=!0))}return t[e(715)]((t=>!t[e(452)]))}[ar(396)](t,e,n){const i=ar,r=new s.DocumentFragment,o=[],a=new Map,c=this[i(475)][i(704)],u=c[i(424)],l=[r],h={},d={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let f=null;const v=[0];for(let e=0;e<t[i(690)];e++){let n,o;if(i(548)===t[e][i(470)]){n=c[i(515)](r,v);const a=new s.Element(t[e][i(415)][i(466)],t[e][i(415)][i(536)]());l[0][i(399)](a),v[i(600)](0),l[i(506)](a),o=c[i(515)](r,v),f=null}else if(i(649)===t[e][i(470)])l[i(439)](),n=c[i(515)](r,v),v[i(397)](),v[v[i(690)]-1]++,o=c[i(515)](r,v),f=null;else{if(n=c[i(515)](r,v),f&&y(f,t[e][i(415)]))f[i(519)]+=t[e][i(415)][i(576)];else{const n=new s.Text(t[e][i(415)][i(576)],t[e][i(415)][i(536)]());l[0][i(399)](n),f=n}v[v[i(690)]-1]+=t[e][i(415)][i(431)],o=c[i(515)](r,v)}for(const r of t[e][i(509)])a[i(390)](r,{start:n,end:null});p(i(688),e,n,o),p(i(664),e,n,o),p(i(505),e,n,o),p(i(581),e,n,o);for(const n of t[e][i(392)])a[i(616)](n)[i(499)]=o}for(const[t,e]of a){const n=this[i(475)][i(704)][i(447)](e[i(657)],e[i(499)]);r[i(708)][i(390)](t,n)}return o[i(530)](((t,e)=>{const n=i,s=r[n(708)][n(616)](n(480)+t.id),o=r[n(708)][n(616)](n(480)+e.id);return s[n(657)][n(459)](o[n(657)])?-1:s[n(657)][n(492)](o[n(657)])?1:s[n(499)][n(459)](o[n(499)])?-1:s[n(499)][n(492)](o[n(499)])?1:n(529)===t[n(470)]?-1:1})),{root:r,changes:o};function p(e,n,r,s){const o=i,a=!!t[n][e],c=a?t[n][e][o(659)]:null,l=n===t[o(690)]-1,f=d[e][0],v=u[o(524)](t[n][o(415)]);!h[e]&&a?h[e]={start:r,tapeItem:t[n],userId:c,type:e}:h[e]&&!a?(h[e][o(499)]=r,m(h[e]),h[e]=null):h[e]&&a&&h[e][o(659)]!==c&&(h[e][o(499)]=r,f&&f[o(659)]===h[e][o(659)]||m(h[e]),h[e]={start:r,tapeItem:t[n],userId:c,type:e}),h[e]&&v&&(o(548)!==t[n][o(470)]||f&&f[o(659)]===c||d[e][o(506)]({userId:c,object:t[n][o(415)],change:h[e]}),o(649)===t[n][o(470)]&&f&&f[o(584)]===t[n][o(415)]&&(d[e][o(439)](),h[e]=f[o(513)])),h[e]&&l&&(h[e][o(499)]=s,m(h[e]),h[e]=null)}function m({start:t,end:s,tapeItem:a,userId:u,type:l}){const h=i,d=a[h(415)],f=c[h(424)][h(566)](d)&&!c[h(424)][h(501)](d),v=t[h(454)]==s[h(663)]&&s[h(662)];if(f&&v)return;const p=c[h(447)](t,s),m=e[h(616)](u),y=new tr({author:m,type:h(581)==l||h(664)==l?h(529):h(703),data:{isSuggestion:h(664)==l||h(688)==l},createdAt:new Date,rootName:n});o[h(600)](y),r[h(708)][h(390)](h(480)+y.id,p)}function y(t,e){const n=i,r=t[n(536)](),s=e[n(536)]();for(const t of r){if(t[1]!==e[n(622)](t[0]))return!1;s[n(546)]()}return s[n(546)]()[n(411)]}}[ar(523)](){const t=ar;this[t(475)][t(692)][t(641)](t(596))[t(591)]({view:t(652)}),this[t(475)][t(692)][t(641)](t(462))[t(425)]({model:t(652),view:e=>{const n=t,i=e[n(522)][n(482)](":")[1],r=this[n(696)](i);if(!r)return null;const s=n(529)==r[n(470)]?n(583):n(630),o=[n(483),n(634)+s];return r[n(576)][n(626)]&&o[n(600)](n(634)+s+n(539)),this[n(687)]==r&&o[n(600)](n(670)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(475)][t(692)][t(641)](t(596))[t(529)]((e=>{const n=t;e.on(n(609),((t,e,i)=>{const r=n,s=e[r(558)][r(577)](0);if(!s||!s.is(r(520),r(528)))return;if(!i[r(420)][r(694)](s,{attributes:[r(503),r(683)]}))return;const o=e[r(654)][r(657)][r(454)];i[r(488)][r(705)](r(503),s[r(622)](r(503)),o),i[r(488)][r(705)](r(683),s[r(622)](r(683)),o)}),{priority:n(514)})})),this[t(475)][t(692)][t(641)](t(596))[t(529)]((e=>{const n=t;e.on(n(520),((t,e,i)=>{const r=n;if(!i[r(420)][r(694)](e[r(558)],{attributes:[r(503),r(683)]}))return;if(e[r(654)][r(679)])return;const s=e[r(654)][r(657)][r(454)];s[r(481)](r(503))||s[r(481)](r(685))||(i[r(488)][r(705)](r(503),e[r(558)][r(622)](r(503)),s),i[r(488)][r(705)](r(683),e[r(558)][r(622)](r(683)),s))}),{priority:n(514)})})),this[t(475)][t(692)][t(641)](t(596))[t(571)]({view:{name:t(419),attributes:{vid:!0}},model:{key:t(685),value:e=>e[t(622)](t(685))}}),this[t(475)][t(704)][t(424)].on(t(711),((e,[,n])=>{const i=t;[i(503),i(683),i(685)][i(691)](n)&&(e[i(625)]=!0,e[i(407)]())}),{priority:t(551)}),this[t(475)][t(692)][t(641)](t(540))[t(529)]((e=>{const n=t;e.on(n(637),((t,e,i)=>{const r=n;if(" "!=e[r(415)][r(576)]||e[r(415)][r(663)][r(648)]>1)return;if(!i[r(420)][r(694)](e[r(415)],t[r(466)]))return;const s=i[r(488)],o=i[r(647)][r(391)](e[r(620)]);s[r(569)](o,s[r(660)](r(419)))}))})),this[t(475)][t(692)][t(641)](t(540))[t(479)]({model:t(652)}),this[t(475)][t(510)][t(614)].on(t(405),function(e){const n=t,i=e[n(474)][n(616)](n(464));return(t,r,s)=>{const o=n,a=r[o(522)][o(482)](":")[1],c=i[o(696)](a);if(!c)return null;const u=o(529)==c[o(470)]?o(482):o(542);if(!s[o(420)][o(623)](r[o(434)],t[o(466)]))return;const l=r[o(434)][o(455)](),h=r[o(434)][o(657)],d=e[o(704)][o(424)];let f=null,v=null,p=!1,m=!1;for(const t of l){const e=t[o(415)];p=p||d[o(604)](e);const n=s[o(647)][o(610)](e);if(n&&n[o(701)](o(395)))return;o(649)==t[o(470)]&&d[o(566)](e)&&!d[o(501)](e)&&(e[o(494)]||h[o(500)]?f&&f[o(663)]==e||(f=e,y(t[o(714)]),m=!0):v=v||t[o(714)])}function y(t){const e=o,n=s[e(488)][e(400)](e(419),{class:e(634)+u}),a=s[e(647)][e(437)](t);c[e(576)][e(626)]&&s[e(488)][e(388)](e(634)+u+e(539),n),i[e(687)]==c&&s[e(488)][e(388)](e(670),n),s[e(488)][e(678)](a,n),s[e(647)][e(386)](n,r[e(522)])}p||m||!v||y(v)}}(this[t(475)]),{priority:t(628)}),this[t(475)][t(510)][t(614)].on(t(624),((e,n,i)=>{const r=t,s=i[r(647)][r(417)](n[r(522)]);if(s)for(const t of s)(t[r(567)](r(606))||t[r(567)](r(543)))&&(i[r(647)][r(490)](t,n[r(522)]),i[r(488)][r(703)](t))}),{priority:t(628)}),this[t(475)][t(510)][t(614)].on(t(405),((e,n,i)=>{const r=t,s=n[r(522)][r(482)](":")[1],o=this[r(696)](s);if(!o)return null;const a=r(529)==o[r(470)]?r(482):r(542);if(i[r(420)][r(623)](n[r(434)],e[r(466)]))for(const t of n[r(434)][r(478)]()){if(!t.is(r(520),r(435)))continue;const e=i[r(488)][r(400)](r(419),{class:r(634)+a}),s=i[r(647)][r(437)](this[r(475)][r(704)][r(387)](t));o[r(576)][r(626)]&&i[r(488)][r(388)](r(634)+a+r(539),e),this[r(687)]==o&&i[r(488)][r(388)](r(670),e),i[r(488)][r(678)](s,e),i[r(647)][r(386)](e,n[r(522)])}}),{priority:t(628)}),this[t(475)][t(704)][t(533)].on(t(513),(()=>{const e=t;this[e(475)][e(510)][e(398)][e(513)]((t=>{const n=e;for(const e of this[n(475)][n(704)][n(533)][n(709)]()){const i=this[n(475)][n(704)][n(533)][n(695)](e),r=this[n(475)][n(510)][n(398)][n(533)][n(695)](e);if(r){const e=i[n(622)](n(605));if(t[n(636)](n(717),r),t[n(665)](n(440),r),t[n(665)](n(658),r),t[n(665)](n(408),r),e){const i=this[n(696)](e);if(!i)return null;t[n(705)](n(717),e,r),t[n(388)](n(718)+i[n(470)],r),this[n(687)]==i&&t[n(388)](n(408),r)}}}}))})),this[t(475)][t(692)][t(641)](t(596))[t(591)]({view:t(562),model:e=>t(651)+e,converterPriority:t(551)}),this[t(475)][t(692)][t(641)](t(596))[t(591)]({view:t(385),model:e=>t(565)+e,converterPriority:t(551)}),this[t(475)][t(692)][t(641)](t(540))[t(479)]({model:t(489),view:e=>({name:t(456)+e,group:t(489)}),converterPriority:t(551)}),this[t(475)][t(692)][t(641)](t(462))[t(425)]({model:t(489),view:e=>{const n=t,i=e[n(522)][n(482)](":")[1];return n(583)!=i&&n(630)!=i?null:{classes:[n(446),n(438)+i]}}}),this[t(475)][t(510)][t(614)].on(t(643),dr(this[t(475)],t(542)),{priority:t(628)}),this[t(475)][t(510)][t(614)].on(t(493),dr(this[t(475)],t(482)),{priority:t(628)}),this[t(475)][t(510)][t(614)].on(t(594),((e,n,i)=>{const r=t,s=i[r(647)][r(417)](n[r(522)]);if(s)for(const t of s)t.is(r(453))&&(i[r(647)][r(490)](t,n[r(522)]),i[r(488)][r(703)](t))}),{priority:t(628)})}[ar(696)](t){const e=ar;return this[e(433)][e(616)](t)}[ar(578)](t){const e=ar;return this[e(707)]&&this[e(707)][e(631)](),this[e(707)]=new Yi(this[e(475)][e(430)],t),this[e(707)]}[ar(445)](){const t=ar;this[t(475)][t(704)][t(533)][t(429)][t(602)](t(652)),this.on(t(467),((e,n,i,r)=>{const s=t;r&&this[s(544)][s(703)](r),i&&(this[s(544)][s(529)]({view:i,stackId:s(698),position:{target:()=>{const t=s,e=this[t(475)][t(510)],n=this[t(696)](i[t(409)]);let r;if(n[t(576)][t(508)]){const i=e[t(398)][t(615)](n[t(436)]);r=Array[t(472)](i[t(675)]())}else{const n=this[t(475)][t(704)][t(708)][t(616)](t(480)+i[t(409)]);r=Array[t(472)](e[t(647)][t(417)](n[t(466)]))[t(461)]((n=>e[t(398)][t(413)][t(713)](n)))[t(461)]((e=>Array[t(472)](e[t(675)]())))[t(517)]()}return this[t(495)]&&r[t(700)]((e=>e[t(646)]-3<=this[t(495)].y&&e[t(644)]+3>=this[t(495)].y&&e[t(389)]-3<=this[t(495)].x&&e[t(451)]+3>=this[t(495)].x))||r[0]}}}),this[s(544)][s(716)](s(698)))})),this.on(t(487),((e,n,i,r)=>{const s=t;this[s(484)]=i?this[s(578)](i):null,this[s(475)][s(704)][s(513)]((()=>{const t=s,e=this[t(475)][t(510)];r&&(r[t(576)][t(508)]?e[t(398)][t(513)]((n=>{const i=t;n[i(665)](i(408),e[i(398)][i(533)][i(695)](r[i(436)]))})):e[t(579)](t(480)+r.id)),i&&(i[t(576)][t(508)]?e[t(398)][t(513)]((n=>{const r=t;n[r(388)](r(408),e[r(398)][r(533)][r(695)](i[r(436)]))})):e[t(579)](t(480)+i.id))}))})),this[t(632)](this[t(475)][t(510)][t(398)][t(533)],t(525),((e,n)=>{const i=t;if(this[i(687)])return;const r=this[i(682)](n[i(448)]),s=this[i(433)][i(616)](r);s?(this[i(495)]={x:n[i(612)].x,y:n[i(612)].y},this[i(484)]=this[i(578)](s)):(this[i(495)]=null,this[i(484)]=null)})),this[t(632)](this[t(475)][t(510)][t(398)][t(533)],t(671),((e,n)=>{const i=t,r=this[i(682)](n[i(448)]),s=this[i(433)][i(616)](r);s?(this[i(495)]={x:n[i(612)].x,y:n[i(612)].y},s===this[i(687)]?this[i(544)][i(589)]():this[i(687)]=s):(this[i(495)]=null,this[i(687)]=null)}))}[ar(682)](t){const e=ar;do{const n=t[e(622)](e(717));if(n)return n;t=t[e(663)]}while(t);return null}[ar(460)](){const t=ar;this[t(475)][t(704)][t(513)]((e=>{const n=t;for(const t of this[n(475)][n(704)][n(708)])e[n(590)](t)}))}}function dr(t,e){return(n,i,r)=>{const s=ur;if(!r[s(420)][s(623)](i[s(434)],n[s(466)]))return;const o=i[s(434)][s(455)](),a=i[s(434)][s(657)],c=t[s(704)][s(424)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(415)];h=h||c[s(604)](e);const n=r[s(647)][s(610)](e);if(n&&n[s(701)](s(395)))return;s(649)==t[s(470)]&&c[s(566)](e)&&!c[s(501)](e)&&(e[s(494)]||a[s(500)]?u&&u[s(663)]==e||(u=e,f(t[s(714)]),d=!0):l=l||t[s(714)])}function f(t){const n=s,o=r[n(647)][n(437)](t),a=r[n(488)][n(400)](n(419),{class:n(438)+e});r[n(488)][n(678)](o,a),r[n(647)][n(386)](a,i[n(522)])}h||d||!l||f(l)}}class fr extends t.Command{constructor(t){const e=ar;super(t);const n=t[e(474)][e(616)](hr);this[e(497)]=!1,this[e(632)](n,e(414),(()=>this[e(410)]())),this[e(632)](n,e(570),(()=>this[e(410)]()))}[ar(550)](){const t=ar,e=this[t(475)],n=e[t(474)][t(616)](hr),i=n[t(661)]?n[t(587)][t(463)]:null;e[t(532)][t(616)](t(412))[t(680)](i)}[ar(410)](){const t=ar,{isReady:e,isEnabled:n}=this[t(475)][t(474)][t(616)](hr);this[t(681)]=e&&n}}class vr extends t.Command{constructor(t,{direction:e}){const n=ar;super(t);const i=t[n(474)][n(616)](hr);this[n(497)]=!1,this[n(588)]=n(473)===e?1:-1,this[n(632)](i,n(414),(()=>this[n(410)]())),this[n(632)](i,n(570),(()=>this[n(410)]())),this[n(632)](i,n(487),(()=>this[n(410)]()))}[ar(550)](){const t=ar,n=this[t(475)],i=n[t(474)][t(616)](hr),{isNavigationMode:s,currentChangeNumber:o}=i;let a;if(i[t(687)]=s?i[t(587)][t(527)][t(616)](o+this[t(588)]):i[t(587)][t(527)][t(676)],i[t(687)][t(576)][t(508)])a=n[t(510)][t(398)][t(615)](i[t(687)][t(436)]);else{const e=n[t(704)][t(708)][t(616)](t(480)+i[t(687)].id);a=(0,r.getMarkerDomElement)(n[t(510)],e)}(0,e.scrollViewportToShowTarget)({target:a,viewportOffset:40})}[ar(410)](){const t=ar,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(475)][t(474)][t(616)](hr);this[t(681)]=!!(s&&r&&i)&&(!e||(1===this[t(588)]?n<i-1:n>0))}}var pr=n(528),mr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(pr.A,mr);pr.A.locals;function yr(){const t=["NUMBER_OF_CHANGES","isBackwardNavigationEnabled","currentChangeNumber","X_OF_Y_CHANGES","_isStatusLabelVisible","6sUrMJl","isNavigationMode","fire","isReady","span","No changes","set","Loading...","Total","ck-revision-history-ui__changes-navigation__wrapper","ck-revision-history-ui__changes-navigation__navigation","51368OGrxrF","25763004vFArQI","forward","904XHbouo","ck-revision-history-ui","169763AFmEVL","execute","ck-hidden","Show next change","backward","setTemplate","20EKyvXB","10716424KNOpzo","ck-revision-history-ui__changes-navigation","12670togzKr","isForwardNavigationEnabled","_statusText","numberOfChanges","div","EDIT_X_OF_Y_REVISIONS","9OAccMN","1394508vsiWDB","isEnabled","bind","1342271HZNHod","Show previous change","ck-revision-history-ui__changes-navigation__label","12bHmVcH","bindTemplate"];return(yr=function(){return t})()}function gr(t,e){const n=yr();return(gr=function(t,e){return n[t-=225]})(t,e)}!function(t,e){const n=gr,i=t();for(;;)try{if(798632===parseInt(n(231))/1*(parseInt(n(265))/2)+parseInt(n(252))/3+parseInt(n(234))/4*(parseInt(n(245))/5)+parseInt(n(258))/6*(parseInt(n(255))/7)+-parseInt(n(243))/8*(-parseInt(n(251))/9)+-parseInt(n(242))/10*(-parseInt(n(236))/11)+-parseInt(n(232))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(yr);class kr extends Mi.View{constructor(t){const e=gr;super(t);const n=this[e(259)],i=new Mi.ButtonView(t),r=new Mi.ButtonView(t);this[e(226)](e(266),!1),this[e(226)](e(268),!1),this[e(226)](e(262),0),this[e(226)](e(248),0),this[e(226)](e(246),!1),this[e(226)](e(261),!1),this[e(254)](e(264)).to(this,e(268),this,e(248),((t,e)=>t&&e>0)),this[e(254)](e(247)).to(this,e(268),this,e(262),this,e(248),this,e(266),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(227));if(!r)return $n(t,o(225));const a=$n(t,o(260),r);return s?$n(t,o(263),[i+1,r]):a})),i[e(226)]({label:$n(t,e(256)),tooltip:!0,icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.435 14.494a.75.75 0 0 0 1.197-.899l-.067-.089-6.992-8a.75.75 0 0 0-1.05-.078l-.079.078-7.008 8a.75.75 0 0 0 1.049 1.066l.08-.078 6.442-7.354 6.428 7.354z"/></svg>\n'}),r[e(226)]({label:$n(t,e(239)),tooltip:!0,icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.435 5.506a.75.75 0 0 1 1.197.899l-.067.089-6.992 8a.75.75 0 0 1-1.05.078l-.079-.078-7.008-8a.75.75 0 0 1 1.049-1.066l.08.078 6.442 7.354 6.428-7.354z"/></svg>\n'}),i[e(254)](e(253)).to(this,e(261)),r[e(254)](e(253)).to(this,e(246)),i.on(e(237),(()=>this[e(267)](e(237),e(240)))),r.on(e(237),(()=>this[e(267)](e(237),e(233)))),this[e(241)]({tag:e(249),attributes:{class:["ck",e(235),e(244)]},children:[{tag:e(269),attributes:{class:[e(229)]},children:[{tag:e(269),attributes:{class:[e(257),n.if(e(264),e(238),(t=>!t))]},children:[{text:n.to(e(266),(n=>n?$n(t,e(250))+": ":$n(t,e(228))+": "))}]},{text:n.to(e(247))}]},new Mi.ToolbarSeparatorView,{tag:e(249),attributes:{class:[e(230)]},children:[i,r]}]})}}var br=n(560),_r={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(br.A,_r);br.A.locals;const wr=Ir;function Ir(t,e){const n=Or();return(Ir=function(t,e){return n[t-=180]})(t,e)}!function(t,e){const n=Ir,i=t();for(;;)try{if(612691===-parseInt(n(185))/1*(parseInt(n(187))/2)+parseInt(n(189))/3*(parseInt(n(184))/4)+-parseInt(n(180))/5*(parseInt(n(197))/6)+-parseInt(n(183))/7+-parseInt(n(200))/8*(-parseInt(n(202))/9)+parseInt(n(198))/10+-parseInt(n(194))/11*(-parseInt(n(201))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Or);const Sr=wr(192);function Or(){const t=["60832DdfkCQ","15243036nIajKD","99xIjKfN","RevisionViewerLoadingOverlay","roots","50kyJnDV","editing","addClass","4646936JdsIzL","14420LpERvd","998851NKhZMc","change","2oKdDhf","show","501BGvLxA","document","pluginName","ck-editor__editable__loading-overlay","view","11IQnMAL","removeClass","editor","246588sScLzE","7304380NxewQc","hide"];return(Or=function(){return t})()}class Tr extends t.Plugin{static get[wr(191)](){return wr(203)}[wr(188)](){const t=wr,e=this[t(196)][t(181)][t(193)];e[t(186)]((n=>{const i=t;for(const t of e[i(190)][i(204)])n[i(182)](Sr,t)}))}[wr(199)](){const t=wr,e=this[t(196)][t(181)][t(193)];e[t(186)]((n=>{const i=t;for(const t of e[i(190)][i(204)])n[i(195)](Sr,t)}))}}const xr=Nr;function Nr(t,e){const n=Rr();return(Nr=function(t,e){return n[t-=108]})(t,e)}function Rr(){const t=["showNextChange","RevisionViewerUI","Back to editing","isBackwardNavigationEnabled","revisionHistory","init","Restore this revision","showPreviousChange","94806cbBEWA","commands","change:isReady","120242IYrenh","791082LnOfHV","changesNavigation","currentChangeNumber","930NYqTyr","exitToEditing","restoreRevision","isReady","componentFactory","hide","bind","plugins","execute","forward","150560fvhqIs","set","listenTo","add","1215744BnwEkL","editor","16vxWCsO","ck-revision-history-ui__back-to-editing","undo","numberOfChanges","show","get","isEnabled","693266KbDnGf","config","312ajnkCS","9037vskAPH","isNavigationMode","closeRevisionViewerCallback","isForwardNavigationEnabled","requires","pluginName"];return(Rr=function(){return t})()}!function(t,e){const n=Nr,i=t();for(;;)try{if(216854===parseInt(n(153))/1+-parseInt(n(133))/2+-parseInt(n(154))/3+-parseInt(n(126))/4*(parseInt(n(120))/5)+-parseInt(n(124))/6+-parseInt(n(136))/7*(-parseInt(n(135))/8)+parseInt(n(150))/9*(parseInt(n(110))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Rr);class Ar extends t.Plugin{static get[xr(141)](){return xr(143)}static get[xr(140)](){return[hr,Tr]}[xr(147)](){const e=xr,n=this[e(125)],i=n[e(117)][e(131)](hr),r=n[e(117)][e(131)](Tr);n.ui[e(114)][e(123)](e(111),(i=>{const r=e,s=new Mi.ButtonView(i);return s[r(121)]({label:$n(i,r(144)),icon:t.icons[r(128)],withText:!0,tooltip:!0,class:r(127)}),this[r(122)](s,r(118),(()=>{const t=r;n[t(134)][t(131)](t(146))[t(138)]()})),s})),n.ui[e(114)][e(123)](e(112),(t=>{const i=e,r=new Mi.ButtonView(t);return r[i(121)]({label:$n(t,i(148)),withText:!0,tooltip:!0}),r[i(116)](i(132)).to(n[i(151)][i(131)](i(112))),this[i(122)](r,i(118),(()=>n[i(118)](i(112)))),r})),n.ui[e(114)][e(123)](e(108),(t=>{const r=e,s=new kr(t),o=n[r(151)][r(131)](r(149)),a=n[r(151)][r(131)](r(142));return s[r(116)](r(145)).to(o,r(132)),s[r(116)](r(139)).to(a,r(132)),s[r(116)](r(113),r(109),r(129),r(137)).to(i),this[r(122)](s,r(118),((t,e)=>{const i=r;n[i(118)](i(119)===e?i(142):i(149))})),s})),r[e(130)](),i.on(e(152),((t,n,i)=>{const s=e;i?r[s(115)]():r[s(130)]()}))}}var Er=n(329),Mr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Er.A,Mr);Er.A.locals;function jr(){const t=["_tooltipString","7ZhwJoX","bindTemplate","11OWmEXO","ck-tooltip_multi-line","_updateTooltipText","fieldView","set","4509054hDjBNW","14529GFqbaz","ck-revision-history-sidebar__revision-name","Revision name","Enter the revision name","span","2560xIPjEC","extendTemplate","60YyxVIS","316wxnNtx","4636952kkGWFV","element","21yubKfq","6268710hYgdXo","8188349cYhyTM","value","destroy","clientWidth","input","placeholder","262075HlRKmO","scrollWidth","render","listenTo","36cbSIgY","_resizeObserver"];return(jr=function(){return t})()}const Vr=Dr;function Dr(t,e){const n=jr();return(Dr=function(t,e){return n[t-=120]})(t,e)}!function(t,e){const n=Dr,i=t();for(;;)try{if(350556===parseInt(n(148))/1*(parseInt(n(142))/2)+parseInt(n(137))/3*(-parseInt(n(145))/4)+parseInt(n(122))/5*(parseInt(n(144))/6)+parseInt(n(129))/7*(-parseInt(n(146))/8)+-parseInt(n(136))/9+parseInt(n(149))/10*(-parseInt(n(131))/11)+-parseInt(n(126))/12*(-parseInt(n(150))/13))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(jr);class Cr extends Mi.LabeledFieldView{constructor(t,e){const n=Dr;super(t,e),this[n(127)]=null;const i=this[n(130)];this[n(135)]({label:$n(t,n(139)),_tooltipString:""}),this[n(134)][n(121)]=$n(t,n(140)),this[n(143)]({tag:n(141),attributes:{class:[n(138)],"data-cke-tooltip-text":i.to(n(128)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(132)}})}[Vr(124)](){const t=Vr;super[t(124)](),this[t(127)]=new e.ResizeObserver(this[t(134)][t(147)],(()=>this[t(133)]())),this[t(125)](this[t(134)],t(120),(()=>this[t(133)]()))}[Vr(152)](){const t=Vr;super[t(152)](),this[t(127)]&&this[t(127)][t(152)]()}[Vr(133)](){const t=Vr,e=this[t(134)][t(147)];this[t(128)]=e[t(123)]>e[t(153)]&&e[t(151)]||""}}var Fr=n(249),Lr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Fr.A,Lr);Fr.A.locals;function zr(t,e){const n=Pr();return(zr=function(t,e){return n[t-=355]})(t,e)}function Pr(){const t=["18eVjmDr","push","setTemplate","1842284fGnbts","203742bPfbFa","span","ck-revision-history-sidebar__revision-author__name","597608kXdZQp","Revision author","2600984eAqilY","ck-revision-history-sidebar__revision-author_creator","ck-revision-history-sidebar__revision-author","18QxOQRQ","1341907kMWBKs","5AnpFBR","Revision creator","2253471olznwv","name","0 0 11 10","set","5800070jrzLaB"];return(Pr=function(){return t})()}!function(t,e){const n=zr,i=t();for(;;)try{if(801926===-parseInt(n(355))/1+parseInt(n(358))/2+parseInt(n(367))/3+-parseInt(n(375))/4*(-parseInt(n(365))/5)+-parseInt(n(363))/6*(parseInt(n(364))/7)+parseInt(n(360))/8*(parseInt(n(372))/9)+-parseInt(n(371))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Pr);class Hr extends Mi.View{constructor(t,e,n){const i=zr;super(t);const r=new Mi.IconView;r[i(370)]({content:'<svg viewBox="0 0 11 10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5.5 5C8.538 5 11 7.015 11 9.5c0 .17-.011.336-.034.5H.034A3.732 3.732 0 0 1 0 9.5C0 7.015 2.462 5 5.5 5zm0-5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z" /></svg>\n',viewBox:i(369)});const s=["ck",i(362)];n&&s[i(373)](i(361));const o=[{tag:i(356),attributes:{class:["ck",i(357)],title:$n(t,i(n?366:359))},children:[r,e[i(368)]]}];this[i(374)]({tag:"li",attributes:{class:s},children:o})}}function Ur(t,e){var n=Zr();return(Ur=function(t,e){return n[t-=326]})(t,e)}function Zr(){var t=["numeric","1367618mgChxc","5737850PHpSfp","316381ugykrB","1696520tHamEG","32TqiTry","long","toLocaleTimeString","66102nrwzph","13269BePeJA","884008LHaMFf","9sHEiEl","5zXHbSf","toLocaleDateString"];return(Zr=function(){return t})()}!function(t,e){for(var n=Ur,i=t();;)try{if(311286===parseInt(n(328))/1+parseInt(n(330))/2*(-parseInt(n(334))/3)+parseInt(n(335))/4+-parseInt(n(337))/5*(-parseInt(n(333))/6)+parseInt(n(326))/7+parseInt(n(329))/8+parseInt(n(336))/9*(-parseInt(n(327))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Zr);var qr=n(11),Br={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(qr.A,Br);qr.A.locals;function Wr(t,e){const n=Jr();return(Wr=function(t,e){return n[t-=335]})(t,e)}function Jr(){const t=["name","6YFENKs","isReady","buttonView","change:isActionsDropdownOpen","9064720xtUzXA","7248521VxeEqg","add","find","70284ucbLpW","bind","panelPosition","9xrSvrI","900446mGlkBC","isActionsDropdownOpen","items","button","children","isEnabled","ck-on","threeVerticalDots","set","121AspLFd","execute","model","2wAkIoB","1718910aSiXhV","class","function","first","source","action","9tPbUVo","locale","_action","Show more items","extendTemplate","382964tbVHQe","isOpen","Restore this revision","964725LbGrOF","listenTo","Name this revision","map","listView","Compare against selected","stopPropagation","ck-revision-history-sidebar__revision__actions","bindTemplate","isVisible"];return(Jr=function(){return t})()}!function(t,e){const n=Wr,i=t();for(;;)try{if(601117===-parseInt(n(341))/1*(-parseInt(n(379))/2)+-parseInt(n(378))/3*(parseInt(n(353))/4)+parseInt(n(356))/5*(parseInt(n(367))/6)+parseInt(n(372))/7+-parseInt(n(371))/8+parseInt(n(348))/9*(-parseInt(n(342))/10)+parseInt(n(338))/11*(parseInt(n(375))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Jr);var Yr=n(216),Gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Yr.A,Gr);Yr.A.locals;const Kr=Qr;function Xr(){const t=["ck-revision-history-sidebar__revision","setTemplate","render","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","change","fire","srcElement","authors","76iIDunE","254804pUUolD","length","highlight","bind","2369944PGvtUJ","span","bindTemplate","from","isHighlighted","_requireRevisionName","ck-revision-history-sidebar__revision__controls-wrapper","ck-reset","15FufZeu","fieldView","creator","closest","13263hASnEn","unhighlight","extendTemplate","ck-revision-history-sidebar__revision_selected","element","isSelected","220","7010469XvLyFC","ck-revision-history-sidebar__revision_highlighted","set","unshift","isActionsDropdownOpen","4962286xoPVIW","17075720YnhJLH","deselect",".ck-thread__remove-confirm","createdAt","map","listenTo","_createdAtFormatted","setName","4vJzghT","ck-disabled","revisionActionsView","isEnabled","select","filter","ck-revision-history-sidebar__revision-wrapper","ck-revision-history-sidebar__actions_dropdown_open","div","isConfirm","name","ck-revision-history-sidebar__revision-authors","isReady","revisionNameView","1581546qdMufh","uiLanguage","_revision","value","ck-revision-history-sidebar__revision__date"];return(Xr=function(){return t})()}function Qr(t,e){const n=Xr();return(Qr=function(t,e){return n[t-=353]})(t,e)}!function(t,e){const n=Qr,i=t();for(;;)try{if(441674===-parseInt(n(360))/1*(parseInt(n(397))/2)+parseInt(n(376))/3*(parseInt(n(359))/4)+parseInt(n(372))/5*(parseInt(n(411))/6)+parseInt(n(388))/7+parseInt(n(364))/8+parseInt(n(383))/9+-parseInt(n(389))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Xr);class $r extends((0,r.ConfirmMixin)(Mi.View)){constructor(n,i,r,s){const o=Qr;super(n);const a=this[o(366)],c=function(t,e){const n=o,i=Array[n(367)](e[n(358)])[n(402)]((t=>t!=e[n(374)]));return e[n(374)]&&i[n(386)](e[n(374)]),i[n(393)]((i=>new Hr(t,i,i==e[n(374)])))}(n,i);this.id=i.id,this[o(413)]=i,this[o(369)]=s,this[o(363)](o(407),o(392)).to(i),this[o(363)](o(395)).to(this,o(392),(t=>{return e=n[o(412)],(i=t)[(r=Ur)(338)](e,{month:r(331),day:r(339)})+", "+i[r(332)](e,{hour:r(339),minute:r(339)});var e,i,r})),this[o(385)](o(381),!1),this[o(385)](o(368),!1),this[o(385)](o(387),!1),this[o(385)](o(409),!1),this[o(385)](o(400),!1),this[o(410)]=new Cr(n,Mi.createLabeledInputText),this[o(410)][o(373)][o(378)]({attributes:{maxlength:o(382)}}),this[o(410)][o(373)][o(363)](o(414)).to(this,o(407),(t=>t||this[o(395)])),this[o(410)][o(363)](o(400)).to(this,o(381),this,o(400),((t,e)=>t&&e)),this[o(399)]=r&&r[o(361)]?function(n,i){const r=Wr,s=n[r(364)],o=n[r(349)],a=(0,Mi.createDropdown)(o);a[r(377)]="sw";const c=function(t,n){const i=r,s=function(t,e){const n=Wr,i=t[n(349)],r={"Compare against selected":$n(i,n(361)),"Name this revision":$n(i,n(358)),"Restore this revision":$n(i,n(355))};return e[n(359)]((t=>{const e=n,i=r[t[e(366)]];return i&&i!==t[e(366)]&&(t[e(366)]=i),t}))}(t,n),o=new e.Collection;for(const e of s){const n={type:i(382),model:new Mi.ViewModel({label:e[i(366)],class:e[i(343)],withText:!0,_action:e[i(347)]})};n[i(340)][i(376)](i(384)).to(t,i(380),(n=>i(344)!=typeof e[i(384)]||!n||e[i(384)](t))),o[i(373)](n)}return o}(n,i);return n[r(376)](r(380)).to(a,r(354)),a[r(369)][r(337)]({label:$n(o,r(351)),tooltip:!0,tooltipPosition:"sw",icon:t.icons[r(336)]}),a[r(352)]({attributes:{class:[r(363),s.if(r(380),r(335))]},on:{click:s.to((t=>t[r(362)]()))}}),a.on(r(339),(t=>{const e=r;n[e(368)]&&e(344)==typeof t[e(346)][e(350)]&&t[e(346)][e(350)](n)})),(0,Mi.addListToDropdown)(a,c),a[r(357)](n,r(370),((t,e,s)=>{const o=r;if(s)for(const t of a[o(360)][o(381)]){const e=t[o(383)][o(345)],r=i[o(374)]((t=>t[o(347)]===e[o(350)]))[o(365)];t[o(365)]=void 0===r||r(n)}})),a}(this,r):"",this[o(399)]&&this[o(399)][o(363)](o(400)).to(this),this[o(417)]({tag:o(405),attributes:{class:["ck",o(371),o(403),a.if(o(406),o(354))]},children:[{tag:o(405),attributes:{class:["ck",o(371),o(416),a.if(o(400),o(398),(t=>!t)),a.if(o(381),o(379)),a.if(o(368),o(384)),a.if(o(387),o(404))]},children:[this[o(410)],{tag:o(365),attributes:{class:["ck",o(415)]},children:[{text:a.to(o(395))}]},{tag:o(405),attributes:{class:["ck",o(370)]},children:[{tag:"ul",attributes:{class:["ck",o(408)]},children:c}]},this[o(399)]],on:{click:a.to((t=>{const e=o;t[e(357)][e(375)](e(391))||this[e(409)]&&this[e(400)]&&this[e(356)](e(401),{id:this.id})}))}}]})}[Kr(353)](){const t=Kr;super[t(353)]();const e=this[t(410)][t(373)][t(380)];this[t(394)](e,t(355),(()=>{const n=t;this[n(369)]&&!e[n(414)]||this[n(356)](n(396),{id:this.id,name:e[n(414)]}),e[n(414)]||(e[n(414)]=this[n(407)]?this[n(407)]:this[n(395)])}))}[Kr(401)](){this[Kr(381)]=!0}[Kr(390)](){this[Kr(381)]=!1}[Kr(362)](){this[Kr(368)]=!0}[Kr(377)](){this[Kr(368)]=!1}}var ts=n(675);function es(t,e){const n=ns,i=ts.c9[n(297)](t)[n(306)](e),r=ts.c9[n(311)](),s=r[n(310)]({days:1})[n(304)](n(316));let o,a;return i[n(296)](r,n(316))?(o=i[n(304)](n(316))[n(318)](),a=i[n(307)]()):i[n(296)](s,n(316))?(o=s[n(318)](),a=i[n(307)]()):i[n(296)](r,n(302))?(o=i[n(304)](n(302))[n(318)](),a=i[n(298)]||""):i[n(296)](r,n(309))?(o=i[n(304)](n(300))[n(318)](),a=i[n(308)]||""):(o=i[n(304)](n(309))[n(318)](),a=String(i[n(309)])),{startDate:o,localizedPeriodName:a}}function ns(t,e){const n=is();return(ns=function(t,e){return n[t-=296]})(t,e)}function is(){const t=["1054344dPDKbp","week","37590nazsDA","startOf","559760GzXRkc","setLocale","toRelativeCalendar","monthLong","year","minus","local","6muOCGn","9VpOIKS","2292689NIBZio","874240MZzlSx","day","330140gOHkLE","toJSDate","7553100mWjIdx","hasSame","fromJSDate","weekdayLong","4ctvKOC","month"];return(is=function(){return t})()}!function(t,e){const n=ns,i=t();for(;;)try{if(238449===-parseInt(n(317))/1+-parseInt(n(303))/2*(parseInt(n(312))/3)+-parseInt(n(299))/4*(-parseInt(n(305))/5)+parseInt(n(301))/6+-parseInt(n(314))/7+-parseInt(n(315))/8+parseInt(n(313))/9*(parseInt(n(319))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(is);var rs=n(45),ss={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(rs.A,ss);rs.A.locals;const os=as;function as(t,e){const n=cs();return(as=function(t,e){return n[t-=444]})(t,e)}function cs(){const t=["ck-revision-history-sidebar__time-period__label","startDate","382898ucMuau","_requireRevisionName","_revisionActions","4788258jERmPY","createCollection","find","setName","localizedPeriodName","ck-revision-history-sidebar__time-period","7hfyKAV","delegate","div","remove","ck-revision-history-sidebar__time-period__revisions","removeRevision","2334860FWPLSl","1556072lrjHvL","952135tQpWMZ","uiLanguage","setTemplate","locale","select","span","addRevision","revisionViews","991028hPJXAL","add","1084983FRahvY"];return(cs=function(){return t})()}!function(t,e){const n=as,i=t();for(;;)try{if(467455===parseInt(n(471))/1+-parseInt(n(466))/2+parseInt(n(468))/3+-parseInt(n(456))/4+-parseInt(n(458))/5+parseInt(n(444))/6+-parseInt(n(450))/7*(-parseInt(n(457))/8))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(cs);class us extends Mi.View{constructor(t,e,n,i){const r=as;super(t);const s=es(e,this[r(461)][r(459)])[r(448)];this[r(470)]=e,this[r(465)]=this[r(445)](),this[r(473)]=n,this[r(472)]=i,this[r(465)][r(451)](r(462)).to(this),this[r(465)][r(451)](r(447)).to(this),this[r(460)]({tag:r(452),attributes:{class:["ck",r(449)]},children:[{tag:r(463),attributes:{class:["ck",r(469)]},children:[{text:s}]},{tag:r(452),attributes:{class:["ck",r(454)]},children:this[r(465)]}]})}[os(464)](t){const e=os,n=new $r(this[e(461)],t,this[e(473)],this[e(472)]);this[e(465)][e(467)](n)}[os(455)](t){const e=os,n=this[e(465)][e(446)]((e=>e.id===t.id));this[e(465)][e(453)](n)}}var ls=n(173),hs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(ls.A,hs);ls.A.locals;function ds(){const t=["ck-revision-history-sidebar__header__label","47871pdZyDd","span","Revision history","ck-reset_all","ck-revision-history-sidebar__header","936341qtnQdu","536sanbJk","content","119958DrYdHa","3SkoZvs","210VQZGwS","3871100vTCNkO","history","1610458xNEiPM","div","98748OtbBUY","setTemplate","6431510QnYfVm"];return(ds=function(){return t})()}function fs(t,e){const n=ds();return(fs=function(t,e){return n[t-=288]})(t,e)}!function(t,e){const n=fs,i=t();for(;;)try{if(567633===parseInt(n(288))/1+-parseInt(n(296))/2*(parseInt(n(292))/3)+-parseInt(n(298))/4+parseInt(n(294))/5+-parseInt(n(291))/6*(parseInt(n(293))/7)+-parseInt(n(289))/8*(parseInt(n(302))/9)+parseInt(n(300))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ds);class vs extends Mi.View{constructor(e){const n=fs;super(e);const i=new Mi.IconView;i[n(290)]=t.icons[n(295)],this[n(299)]({tag:n(297),attributes:{class:["ck",n(305),n(306)]},children:[i,{tag:n(303),attributes:{class:["ck",n(301)]},children:[$n(e,n(304))]}]})}}var ps=n(722),ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(ps.A,ms);ps.A.locals;const ys=gs;function gs(t,e){const n=ks();return(gs=function(t,e){return n[t-=228]})(t,e)}function ks(){const t=["select","set","ck-reset","revisionViews","addRevision","1134648DnStOj","add","revisionSelected","remove","1049916onbjNf","createdAt","ck-revision-history-sidebar","delegate","div","474932tgjhNa","_revisions","highlightRevisions","unhighlight","_getTimePeriodViewByStartDate","revisionSetName","bindTemplate","getTime","_revisionActions","_requireRevisionName","546882RMjPLm","uiLanguage","15AXYWhM","render","_addRevision","locale","selectRevision","highlight","createCollection","385668KNWZAg","fire","deselect","isEnabled","timePeriodViews","ck-rounded-corners","ck-disabled","220587TCIhuF","get","3970162SwoKeH","flat","removeRevision","map","_removeRevision","startDate","setName","ck-revision-history-sidebar__timeline","find","some","setTemplate"];return(ks=function(){return t})()}!function(t,e){const n=gs,i=t();for(;;)try{if(408418===parseInt(n(266))/1+-parseInt(n(261))/2+-parseInt(n(239))/3+parseInt(n(232))/4+parseInt(n(278))/5*(-parseInt(n(276))/6)+parseInt(n(241))/7+parseInt(n(257))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ks);class bs extends Mi.View{constructor(t,e,n,i){const r=gs;super(t);const s=this[r(272)];this[r(236)]=this[r(231)](),this[r(236)][r(264)](r(252)).to(this),this[r(236)][r(264)](r(247)).to(this),this[r(267)]=e,this[r(274)]=n,this[r(275)]=i,this.on(r(252),((t,e)=>{const n=r;this[n(233)](n(259),e)})),this.on(r(247),((t,e)=>{const n=r;this[n(233)](n(271),e)})),this[r(253)](r(235),!1),this[r(251)]({tag:r(265),attributes:{class:["ck",r(254),r(237),r(263)]},children:[new vs(t),{tag:r(265),attributes:{class:["ck",r(248),s.if(r(235),r(238),(t=>!t))]},children:this[r(236)]}]})}[ys(279)](){const t=ys;super[t(279)]();for(const e of this[t(267)])this[t(280)](e);this[t(267)].on(t(258),((e,n)=>{this[t(280)](n)})),this[t(267)].on(t(260),((e,n)=>{this[t(245)](n)}))}get[ys(255)](){const t=ys;return this[t(236)][t(244)]((e=>e[t(255)][t(244)]((t=>t))))[t(242)]()}[ys(229)](t){const e=ys;for(const n of this[e(255)])t&&t.id===n.id?n[e(252)]():n[e(234)]()}[ys(268)](t){const e=ys;for(const n of this[e(255)])t[e(250)]((({id:t})=>t===n.id))?n[e(230)]():n[e(269)]()}[ys(280)](t){const e=ys,n=es(t[e(262)],this[e(228)][e(277)])[e(246)];let i=this[e(236)][e(240)](0);i&&i[e(246)][e(273)]()===n[e(273)]()||(i=new us(this[e(228)],n,this[e(274)],this[e(275)]),this[e(236)][e(258)](i)),i[e(256)](t)}[ys(245)](t){const e=ys,n=es(t[e(262)],this[e(228)][e(277)])[e(246)];this[e(270)](n)[e(243)](t)}[ys(270)](t){const e=ys;return this[e(236)][e(249)]((n=>n[e(246)][e(273)]()===t[e(273)]()))}}const _s=Is;function ws(){const t=["name","136280NdAffK","RevisionsSidebar","newRevisionId","init","render","isEnabled","getIndex","_handleDiffChange","ready","_handleRevisionSetName","focus","config","getRevisionsInDiff","availableRevisionActions","nameRevision","Compare against selected","action","highlightRevisions","repository","bind","defaultRevisionActions","string","locale","compare","revisionHistory.requireRevisionName","listenTo","remove","editor","_revisionsRepository","78836xzkGAr","isReady","10tCqNeN","15NWUCRC","381110DvtEWz","get","_revisionViewer","length","_sidebarView","data","getEarlierVisibleRevision","revisionViews","7EVFZpF","pluginName","revisionHistory.revisionActions","selectRevision","plugins","add","requires","isSelected","revisionHistory","Name this revision","change:diff","revisionSetName","isVisible","destroy","2059551eChFIv","604150WzcnYr","element","appendChild","restoreRevisionCallback","Restore this revision","map","5685647OsNsQU","_revisions","fieldView","diff","_handleEditorDataReady","restoreRevision","_createRevisionActions","assign","_handleRevisionSelected","getLaterVisibleRevision","select","15YmYNrP","setName","722382EyoBJH","revisionSelected","compareAgainstSelected","timePeriodViews","revisionHistory.viewerSidebarContainer","getRevision"];return(ws=function(){return t})()}function Is(t,e){const n=ws();return(Is=function(t,e){return n[t-=480]})(t,e)}!function(t,e){const n=Is,i=t();for(;;)try{if(525760===parseInt(n(537))/1+parseInt(n(514))/2+-parseInt(n(513))/3*(-parseInt(n(510))/4)+parseInt(n(554))/5*(parseInt(n(556))/6)+-parseInt(n(522))/7*(-parseInt(n(481))/8)+-parseInt(n(536))/9+parseInt(n(512))/10*(-parseInt(n(543))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ws);class Ss extends t.Plugin{static get[_s(523)](){return _s(482)}static get[_s(528)](){return[hr]}constructor(t){const e=_s;super(t),this[e(516)]=t[e(526)][e(515)](hr),this[e(509)]=this[e(516)][e(499)],this[e(518)]=null}[_s(484)](){const t=_s,e=this[t(509)][t(544)],n=this[t(549)](),i=this[t(508)][t(492)][t(515)](t(560));this[t(518)]=new bs(this[t(508)][t(503)],e,n,this[t(508)][t(492)][t(515)](t(505))),this[t(518)].on(t(557),this[t(551)][t(500)](this)),this[t(518)].on(t(533),this[t(490)][t(500)](this)),this[t(518)][t(500)](t(486)).to(this[t(516)]),this[t(518)][t(559)].on(t(527),((e,n)=>{const i=t;n[i(521)].on(i(527),((t,e)=>{const n=i;e[n(500)](n(486),n(511)).to(this[n(516)])}))})),this[t(518)][t(485)](),this[t(506)](this[t(508)][t(519)],t(489),this[t(547)][t(500)](this)),this[t(506)](this[t(516)],t(532),this[t(488)][t(500)](this)),i[t(539)](this[t(518)][t(538)])}[_s(535)](){const t=_s;this[t(518)][t(538)][t(507)](),this[t(518)][t(535)]()}[_s(547)](){const t=_s,e=this[t(509)][t(561)](0);if(e){const n=this[t(509)][t(520)](e.id);this[t(516)][t(504)](e,n)}}[_s(551)](t,e){const n=_s,i=this[n(509)][n(561)](e.id),r=this[n(509)][n(520)](i.id);this[n(516)][n(504)](i,r)}[_s(490)](t,e){const n=_s;this[n(509)][n(561)](e.id)[n(555)](e[n(480)])}[_s(488)](t,e,n){const i=_s,r=this[i(509)][i(493)](n);r[i(517)]>2?(this[i(518)][i(498)](r),this[i(518)][i(525)](null)):(this[i(518)][i(498)]([]),this[i(518)][i(525)](r[0]))}[_s(549)](){const t=_s,e=this[t(508)],n=Ss[t(494)],i=e[t(492)][t(515)](t(524))||Ss[t(501)];if(i[t(517)])return i[t(542)]((i=>{const r=t,s=r(502)==typeof i?Object[r(550)]({},n[i]):i;return s[r(497)]=s[r(497)][r(500)](this,e),s[r(534)]&&(s[r(534)]=s[r(534)][r(500)](this,e)),s}))}}function Os(t,e){const n=Ns();return(Os=function(t,e){return n[t-=162]})(t,e)}Ss[_s(494)]={compareAgainstSelected:{name:_s(496),action:({plugins:t},e)=>{const n=_s,i=t[n(515)](hr),r=i[n(499)];let s=i[n(546)][n(483)],o=e.id;r[n(487)](s)>r[n(487)](o)&&([s,o]=[o,s]),i[n(504)](s,o)},isVisible:({plugins:t},e)=>{const n=_s,i=t[n(515)](hr);return!(i[n(499)][n(493)](i[n(546)])[n(517)]>2||e[n(529)])}},restoreRevision:{name:_s(541),action:(t,{id:e})=>{const n=_s;t[n(492)][n(515)](n(530))[n(540)](e)},isVisible:({plugins:t},e)=>!!t[_s(515)](hr)[_s(499)][_s(552)](e.id)},nameRevision:{name:_s(531),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=_s,r=t[i(515)](hr),s=r[i(499)][i(520)](e);r[i(504)](e,s),n[i(491)](),n[i(545)][i(553)]()}}},Ss[_s(501)]=[_s(558),_s(548),_s(495)];const Ts=Os;!function(t,e){const n=Os,i=t();for(;;)try{if(485033===-parseInt(n(179))/1+parseInt(n(169))/2+parseInt(n(187))/3*(-parseInt(n(203))/4)+-parseInt(n(208))/5+parseInt(n(172))/6*(parseInt(n(202))/7)+-parseInt(n(182))/8*(parseInt(n(192))/9)+parseInt(n(178))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ns);class xs extends Mi.EditorUI{get[Ts(176)](){return this[Ts(174)]}constructor(t,n){const i=Ts;super(t),this[i(174)]=n,this[i(184)]=(0,Mi.normalizeToolbarConfig)(t[i(188)][i(198)](i(170))),this[i(200)]=new e.ElementReplacer}get[Ts(167)](){const t=Ts;return this[t(176)][t(167)]}[Ts(180)](t){const e=Ts,n=this[e(201)],i=this[e(176)],r=n[e(186)][e(176)],s=i[e(196)],o=r[e(171)][e(164)]();s[e(206)]=o[e(168)],i[e(162)]();const a=s[e(167)];this[e(204)](s[e(206)],a),i[e(196)][e(183)](e(191)).to(this[e(165)]),r[e(199)](a),this[e(200)][e(175)](t,this[e(167)]),this[e(193)](),this[e(177)](e(207))}[Ts(185)](){const t=Ts;super[t(185)]();const e=this[t(176)],n=this[t(201)][t(186)][t(176)];this[t(200)][t(166)](),n[t(181)](e[t(196)][t(206)]),e[t(185)]()}[Ts(193)](){const t=Ts,e=this[t(176)];e[t(173)][t(183)](t(190)).to(this[t(165)],t(191)),e[t(173)][t(205)]=e[t(167)],e[t(173)][t(183)](t(163)).to(this,t(189),(({top:t})=>t)),e[t(170)][t(194)](this[t(184)],this[t(195)]),this[t(197)](e[t(170)])}}function Ns(){const t=["810299ApzDSP","init","detachDomRoot","944umhTrm","bind","_toolbarConfig","destroy","editing","2260152PRJEep","config","viewportOffset","isActive","isFocused","17883yuofFr","_initToolbar","fillFromConfig","componentFactory","editable","addToolbar","get","attachDomRoot","_elementReplacer","editor","7WiIAfy","4TqJJMc","setEditableElement","limiterElement","name","ready","1747610KXZqkH","render","viewportTopOffset","getRoot","focusTracker","restore","element","rootName","1198756pnrAGO","toolbar","document","136998EsRlHq","stickyPanel","_view","replace","view","fire","20104930ZteRKJ"];return(Ns=function(){return t})()}var Rs=n(161),As={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Rs.A,As);Rs.A.locals;var Es=Ms;function Ms(t,e){var n=js();return(Ms=function(t,e){return n[t-=430]})(t,e)}function js(){var t=["add","render","1138aNXFZd","2740041CKfVCk","main","46947tjXCRl","editable","1483bXkYyV","3592792quZSiR","484hBFNIo","_editable","top","shouldToolbarGroupWhenFull","315080gPugKN","7CHDdzk","stickyPanel","toolbar","737370daCWFu","140lZreio","content","3539424qzugrC"];return(js=function(){return t})()}!function(t,e){for(var n=Ms,i=t();;)try{if(581890===parseInt(n(440))/1*(-parseInt(n(435))/2)+-parseInt(n(438))/3*(parseInt(n(430))/4)+-parseInt(n(450))/5+parseInt(n(432))/6+-parseInt(n(447))/7*(-parseInt(n(441))/8)+-parseInt(n(436))/9+-parseInt(n(446))/10*(-parseInt(n(442))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(js);class Vs extends Mi.BoxedEditorUIView{get[Es(439)](){return this[Es(443)]}constructor(t,e,n={}){var i=Es;super(t),this[i(448)]=new Mi.StickyPanelView(t),this[i(449)]=new Mi.ToolbarView(t,{shouldGroupWhenFull:n[i(445)]}),this[i(443)]=new Mi.InlineEditableUIView(t,e)}[Es(434)](){var t=Es;super[t(434)](),this[t(448)][t(431)][t(433)](this[t(449)]),this[t(444)][t(433)](this[t(448)]),this[t(437)][t(433)](this[t(439)])}}function Ds(t,e){const n=Fs();return(Ds=function(t,e){return n[t-=178]})(t,e)}const Cs=Ds;function Fs(){const t=["619250ihOjfD","_ui","152pRhCtZ","destroy","1yHJrct","get","initialData","locale","config","sourceElement","data","create","7162162aMjFaS","ready","77qNLKuK","view","2624815fAAPuy","1747000lYDNDb","editing","fire","1017432LAFsus","93195qbLCVL","createRoot","init","2629690IqzOXj","6OwZbpD","document","initPlugins","updateSourceElement","model"];return(Fs=function(){return t})()}!function(t,e){const n=Ds,i=t();for(;;)try{if(670968===-parseInt(n(189))/1*(-parseInt(n(179))/2)+-parseInt(n(205))/3+-parseInt(n(202))/4+parseInt(n(201))/5*(parseInt(n(180))/6)+-parseInt(n(197))/7+-parseInt(n(187))/8*(-parseInt(n(206))/9)+-parseInt(n(185))/10*(-parseInt(n(199))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Fs);class Ls extends((0,t.DataApiMixin)((0,t.ElementApiMixin)(t.Editor))){get ui(){return this[Ds(186)]}constructor(t,e){const n=Ds;super(e),this[n(194)]=t,this[n(184)][n(181)][n(207)]();const i=new Vs(this[n(192)],this[n(203)][n(200)],{shouldToolbarGroupWhenFull:!0});this[n(186)]=new xs(this,i)}[Cs(188)](){const t=Cs;return this[t(183)](),this.ui[t(188)](),super[t(188)]()}static async[Cs(196)](t,e){const n=Cs,i=new this(t,e);return await i[n(182)](),await i.ui[n(178)](t),await i[n(195)][n(178)](i[n(193)][n(190)](n(191))||""),i[n(204)](n(198)),i}}const zs=Ps;function Ps(t,e){const n=Hs();return(Ps=function(t,e){return n[t-=122]})(t,e)}function Hs(){const t=["_cleanUp","_getRevisionViewerEditorConfig","Annotations","removeMarker","plugins","isReadOnly","change","lazyRoots","RevisionViewer","restoreRevision","indexOf","numeric","restrictedEditingException","save","getRoot","then","result","long","2626281OaAvGN","none","isAttached","refreshVisibility","locale","config","_showRevisionViewer","keys","toolbar","document","saveRevision","RevisionsRepository","getRevisionData","removeSelectionAttribute","disableReadOnlyMode","182384SSGaut","_enhanceShowRevisionViewerCallback","enqueueChange","revisionHistory.showRevisionViewerCallback","addRoot","Autosave","data","changesNavigation","showRevisionViewerCallback","block","_update","style","repository","fromVersion","toLocaleTimeString","isEnabled","_closeRevisionViewer","getRevisions","revisionHistory.closeRevisionViewerCallback","users","removeAttribute","closeRevisionViewerCallback","Users","remove","setSelection","toLocaleDateString","init","20166jiATiN","includes","addUser","addRevisionData","2OglOqR","RestrictedEditingMode","PaginationLookup","uiLanguage","end","947379IDNGlQ","699456qeRkEG","model","destroy","RevisionHistoryUI","parse","_recalculatePageBreaks","getAttributeKeys","_enhanceCloseRevisionViewerCallback","get","revisionHistory.viewerContainer","revision-history-missing-configuration","RevisionHistory","adapter","push","getRevisionRootsAttributes","pluginName","create","roots","getMarkersGroup","editor","error","getUser","detachRoot","from","has","_viewerEditor","exitToEditing","revisionHistory.requireRevisionName","createRangeIn","revision-history-viewer-opened","_restoreRevision","revisionHistory.viewerEditorElement","toJSON","display","creator","define","createdAt","revisionHistory","305smfnQP","commands","update","rootName","insert","refreshPositioning","selection","bind","revisionHistory.editorContainer","RevisionViewerIntegration","getRevision","$graveyard","set","enableReadOnlyMode","Restored","catch","5979006UaqaHo","isAnonymous","350362CKyniS","toVersion","markers","setAttribute","name","RevisionTracker","isReady","revisionHistory.restoreRevisionCallback","requires"];return(Hs=function(){return t})()}!function(t,e){const n=Ps,i=t();for(;;)try{if(324049===parseInt(n(142))/1*(parseInt(n(204))/2)+parseInt(n(147))/3+parseInt(n(148))/4+parseInt(n(186))/5*(-parseInt(n(138))/6)+parseInt(n(231))/7+-parseInt(n(246))/8+-parseInt(n(202))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Hs);const Us=[zs(151),zs(143)];class Zs extends t.Plugin{static get[zs(163)](){return zs(195)}constructor(t){const e=zs;super(t),this[e(229)]=e(146)}}class qs extends t.Plugin{static get[zs(163)](){return zs(159)}static get[zs(212)](){return[Si,Wi]}constructor(t){const n=zs;if(super(t),!this[n(167)][n(236)][n(156)](n(185)))throw new e.CKEditorError(n(158),this);this[n(173)]=null,this[n(167)][n(236)][n(183)](n(249),(t=>this[n(237)](t))),this[n(167)][n(236)][n(183)](n(129),(t=>this[n(127)](t))),this[n(167)][n(236)][n(183)](n(211),(t=>this[n(178)](t))),this[n(167)][n(236)][n(183)](n(175),!1),this[n(247)](),this[n(155)]()}set[zs(160)](t){const e=zs;this[e(167)][e(217)][e(156)](e(209))[e(160)]=t}get[zs(160)](){const t=zs;return this[t(167)][t(217)][t(156)](t(209))[t(160)]}[zs(141)](t){const e=zs;return this[e(167)][e(217)][e(156)](e(209))[e(141)](t)}[zs(196)](t){const e=zs;return this[e(167)][e(217)][e(156)](e(242))[e(196)](t)}[zs(128)](t={toJSON:!1}){const e=zs;return this[e(167)][e(217)][e(156)](e(242))[e(128)](t)}[zs(214)](){const n=zs,i=this[n(167)],s=(0,r.sanitizeEditorConfig)(i,Us),o=i[n(217)][n(156)](n(209)),a=i[n(217)][n(156)](n(133))[n(130)];return s[n(239)]=[n(174),n(222),n(253)],delete s[n(220)],s[n(217)][n(161)](Zs,hr,Ar,class extends t.Plugin{static get[n(212)](){return[hr,n(133)]}[n(137)](){const t=n,r=this[t(167)][t(217)][t(156)](t(133));for(const e of a)e[t(203)]||r[t(169)](e.id)||r[t(140)](e);const s=o[t(123)][t(128)]();let c=null;const u=this[t(167)][t(217)][t(156)](t(221));u[t(160)]=o[t(160)],u[t(193)](t(126)).to(o),this[t(167)][t(187)][t(156)](t(222))[t(193)](t(126)).to(i,t(218),(t=>!t));for(const n of s){const i=null===n[t(182)];if(i&&n[t(205)]===n[t(124)])continue;const r=n[t(180)]();u[t(141)](r,((r,s,a)=>{const u=t;if(i){if(c)c[u(256)](r,s);else if(!s){const t=a[u(180)]();t.id=(0,e.uid)(),o[u(241)](t,a[u(205)])[u(228)]((t=>{c=t}))}}else n[u(256)](r,s)}))}}},Ss),s}[zs(247)](){const t=zs,e=this[t(167)][t(236)][t(156)](t(185))[t(254)];this[t(167)][t(236)][t(198)](t(249),(async()=>{const n=t;this[n(167)][n(199)](n(177));const i=this[n(167)][n(217)][n(156)](n(209));if(this[n(167)][n(217)][n(172)](n(251))){const t=this[n(167)][n(217)][n(156)](n(251));await t[n(226)]()}else await i[n(188)]();this[n(167)][n(217)][n(172)](n(144))&&this[n(167)][n(217)][n(156)](n(144))[n(153)]();const r=this[n(214)]();return e(r)[n(228)]((t=>{const e=n;return this[e(173)]=t,this[e(167)][e(217)][e(172)](e(215))&&this[e(167)][e(217)][e(156)](e(215))[e(234)](),t}))[n(201)]((t=>(console[n(168)](t),this[n(167)][n(245)](n(177)),null)))}))}[zs(155)](){const t=zs,e=this[t(167)][t(236)][t(156)](t(185))[t(132)];this[t(167)][t(236)][t(198)](t(129),(()=>(this[t(167)][t(217)][t(172)](t(144))&&this[t(167)][t(217)][t(156)](t(144))[t(153)](),this[t(173)][t(217)][t(156)](t(221))[t(213)](),e(this[t(173)])[t(228)]((()=>{const e=t;if(this[e(167)][e(245)](e(177)),this[e(173)]=null,this[e(167)][e(217)][e(172)](e(215))){const t=this[e(167)][e(217)][e(156)](e(215));t[e(234)](),t[e(191)]()}})))))}[zs(237)](t){const e=zs,n=this[e(167)][e(236)][e(156)](e(194)),i=this[e(167)][e(236)][e(156)](e(157)),r=this[e(167)][e(236)][e(156)](e(179));return Ls[e(164)](r,t)[e(228)]((t=>(i[e(122)][e(181)]=e(255),n[e(122)][e(181)]=e(232),t)))}[zs(127)](t){const e=zs,n=this[e(167)][e(236)][e(156)](e(194));return this[e(167)][e(236)][e(156)](e(157))[e(122)][e(181)]=e(232),n[e(122)][e(181)]="",t[e(150)]()}async[zs(178)](t){const e=zs,n=this[e(167)],i=this[e(173)][e(217)][e(156)](e(221)),r=n[e(217)][e(156)](e(209)),s=i[e(123)][e(196)](t);let o,a,c;try{o=await i[e(243)](s),a=await i[e(162)](s)}catch(t){return void console[e(168)](t)}n[e(149)][e(219)]((t=>{const i=e;for(const e of Array[i(171)](n[i(149)][i(206)][i(166)](i(225))))t[i(216)](e)})),i[e(210)]=!1,n[e(149)][e(248)]((t=>{const i=e;t[i(135)](null),t[i(244)](n[i(149)][i(240)][i(192)][i(154)]());const r=Object[i(238)](o);for(const e of n[i(149)][i(240)][i(165)])i(197)!=e[i(189)]&&e[i(233)]()&&!r[i(139)](e[i(189)])&&t[i(170)](e);for(const e of r){let r=n[i(149)][i(240)][i(227)](e);r&&r[i(233)]()||(r=t[i(250)](e));const s=a[e],c=Object[i(238)](s),u=o[e];for(const e of r[i(154)]())c[i(139)](e)||t[i(131)](e,r);for(const n of c)t[i(207)](n,a[e][n],r);t[i(134)](t[i(176)](r)),t[i(190)](n[i(252)][i(152)](u,r),r,0)}}));const u=$n(n[e(235)],e(200));return c=s[e(208)]?-1==s[e(208)][e(223)](u)?u+": "+s[e(208)]:s[e(208)]:u+": "+s[e(184)][e(136)](n[e(235)][e(145)],{month:e(230),day:e(224)})+", "+s[e(184)][e(125)](n[e(235)][e(145)],{hour:e(224),minute:e(224)}),await r[e(241)]({name:c}),i[e(210)]=!0,n[e(236)][e(156)](e(185))[e(132)]()}}function Bs(t,e){var n=Ws();return(Bs=function(t,e){return n[t-=129]})(t,e)}function Ws(){var t=["20XKpKWF","1237221dmdWdw","1902632NowfYU","4058094WkUhKT","2908880sbsVRU","5vfVdfr","4319217HWDZna","4940152uxkymY","348633WbHMzx","16BJUoPj"];return(Ws=function(){return t})()}!function(t,e){for(var n=Bs,i=t();;)try{if(735589===parseInt(n(129))/1+-parseInt(n(130))/2+parseInt(n(136))/3*(parseInt(n(138))/4)+-parseInt(n(133))/5*(parseInt(n(131))/6)+-parseInt(n(135))/7+-parseInt(n(137))/8*(-parseInt(n(134))/9)+parseInt(n(132))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ws)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
|
|
5
|
+
*/(()=>{var t={528:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation{align-items:center;display:flex;margin-left:auto}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__wrapper{display:flex;margin-right:var(--ck-spacing-standard)}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__label{font-weight:700;white-space:pre}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__navigation{margin-left:var(--ck-spacing-small)}",""]);const s=r},216:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-revision-background-color:var(--ck-color-base-background);--ck-revision-history-revision-border-color:#47576b;--ck-revision-history-revision-box-shadow:0 1px 1px 1px #e6e6e6;--ck-revision-history-revision-author-icon-offset:20px;--ck-revision-history-revision-transitions:background 100ms ease-in,border 100ms ease-in;--ck-revision-history-revision-selected-text-color:var(--ck-color-base-background);--ck-revision-history-revision-selected-input-text-color-empty:var(--ck-color-base-background);--ck-revision-history-revision-selected-background-color:var(--ck-color-base-active);--ck-revision-history-revision-highlighted-background-color:#e0f1ff;--ck-revision-history-revision-highlighted-background-color-hover:#cce7ff;--ck-revision-history-revision-delete-confirmation-background:#fcc;--ck-revision-history-revision-delete-confirmation-active-button-background:#ffb3b3}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision{background:var(--ck-revision-history-revision-background-color);border-left:3px solid var(--ck-revision-history-revision-border-color);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:block;padding:var(--ck-spacing-large) calc(var(--ck-spacing-standard)*2);position:relative;transition:transform .3s ease;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision:last-child{margin-bottom:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__date{display:block;font-size:var(--ck-font-size-small);font-weight:700;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__controls-wrapper{align-items:flex-start;display:flex;flex-direction:row;margin:var(--ck-spacing-standard) 0 0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision-authors{flex:0 1 auto;margin:0 0 0 var(--ck-revision-history-revision-author-icon-offset);min-width:0;padding:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted,.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{border-bottom-left-radius:0;border-left-color:transparent;border-top-left-radius:0;transform:translateX(calc(var(--ck-revision-history-sidebar-timeline-padding)*-1))}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{background:var(--ck-revision-history-revision-selected-background-color);color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input{color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input.ck-input-text_empty::placeholder{opacity:.7}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted{background:var(--ck-revision-history-revision-highlighted-background-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__actions_dropdown_open{z-index:var(--ck-z-default)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision{box-shadow:none;position:relative;transform:translate3d(-100%,0,0)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision,.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision *{--ck-revision-history-revision-background-color:transparent;--ck-revision-history-revision-selected-background-color:transparent;--ck-revision-history-revision-highlighted-background-color:transparent}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm{align-items:center;background:var(--ck-revision-history-revision-delete-confirmation-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:flex;flex-direction:row;height:100%;justify-content:space-around;left:100%;position:absolute;top:0;user-select:none;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{margin-top:var(--ck-spacing-small);text-align:center}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner p{color:var(--ck-color-text);font-weight:700;margin:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions{display:flex;flex-direction:row;justify-content:space-evenly}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:active,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:focus,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:hover{background:var(--ck-revision-history-revision-delete-confirmation-active-button-background)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__subrevisions{margin-left:var(--ck-spacing-large)}",""]);const s=r},11:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions{display:none;position:absolute;right:var(--ck-spacing-small);top:var(--ck-spacing-small)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{min-height:unset;min-width:unset}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button .ck-button__icon{transform:scale(.7)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__arrow{display:none}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-list__item__danger{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{color:var(--ck-color-base-background)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-color-base-active-focus)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-revision-history-revision-highlighted-background-color-hover)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision:hover:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions,.ck.ck-revision-history-sidebar__revision:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions.ck-on{display:block}",""]);const s=r},249:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-author{display:block;position:relative;transition:var(--ck-revision-history-revision-transitions)}.ck.ck-revision-history-sidebar__revision-author .ck-revision-history-sidebar__revision-author__name{display:block;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-author .ck-icon{height:10px;left:calc(var(--ck-revision-history-revision-author-icon-offset)*-1);position:absolute;top:3px;width:11px}.ck.ck-revision-history-sidebar__revision-author:not(:first-of-type) .ck-icon{display:none}",""]);const s=r},329:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-name{display:block;font-size:1.2em;font-weight:700;left:calc(var(--ck-spacing-small)*-1);margin-right:30px;position:relative}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-label{display:none}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input{background:transparent;border-radius:var(--ck-border-radius);color:inherit;font-family:inherit;font-size:var(--ck-font-size-normal);font-weight:700;min-height:auto;min-width:auto;padding:var(--ck-spacing-tiny) var(--ck-spacing-small);text-overflow:ellipsis;transition:var(--ck-revision-history-revision-transitions);width:100%}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:focus,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{background:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:not(.ck-input_focused){border-color:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input::placeholder{color:inherit}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{pointer-events:none}",""]);const s=r},426:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-save-revision-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;width:400px}.ck.ck-revision-history-save-revision-form .ck-labeled-field-view{width:100%}.ck.ck-revision-history-save-revision-form .ck-label{display:none}.ck.ck-revision-history-save-revision-form .ck-input{width:100%}",""]);const s=r},722:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-period-background:#ff5724;--ck-revision-history-sidebar-timeline-padding:var(--ck-spacing-large)}.ck.ck-revision-history-sidebar{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline{align-items:start;display:flex;flex-direction:column;font-size:var(--ck-font-size-base);height:100%;overflow-x:hidden;overflow-y:auto;padding:var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline.ck-disabled{filter:grayscale(1) opacity(var(--ck-disabled-opacity))}",""]);const s=r},173:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__header{--header-height:calc(var(--ck-ui-component-min-height) + var(--ck-spacing-small)*2 + 1px);align-items:center;border-bottom:1px solid var(--ck-color-toolbar-border);color:inherit;display:flex;flex-direction:row;font-family:inherit;font-weight:700;height:var(--header-height);line-height:var(--header-height);min-height:var(--header-height);overflow:hidden;padding:0 var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar__header .ck-revision-history-sidebar__header__label{color:inherit;font-family:inherit;font-size:1.2em;font-weight:700}.ck.ck-revision-history-sidebar__header .ck-icon{margin-right:var(--ck-spacing-large)}",""]);const s=r},45:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-revision-vertical-spacing:calc(var(--ck-spacing-standard)*2)}.ck.ck-revision-history-sidebar__time-period{width:100%}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label{background:var(--ck-revision-history-sidebar-period-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-background);font-size:9px;font-weight:700;padding:var(--ck-spacing-tiny) var(--ck-spacing-standard);text-transform:uppercase}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label:first-child{margin-top:var(--ck-spacing-standard)}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions .ck-revision-history-sidebar__revision-wrapper,.ck.ck-revision-history-sidebar__time-period:not(.ck-hidden)+.ck-revision-history-sidebar__time-period{margin-top:var(--ck-revision-history-sidebar-revision-vertical-spacing)}",""]);const s=r},536:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck .ck-revision-change{border-top-left-radius:var(--ck-border-radius);outline:0;padding:var(--ck-spacing-small) var(--ck-spacing-large)}.ck .ck-revision-change>*{font-size:var(--ck-font-size-standard);vertical-align:bottom}.ck .ck-revision-change.ck-revision-change__add{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-revision-change.ck-revision-change__remove{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-revision-change .ck-revision-change__label{font-size:inherit;font-weight:700;vertical-align:inherit}.ck.ck-button.ck-revision-history-ui__back-to-editing{background:var(--ck-color-base-active);color:var(--ck-color-base-background)}.ck.ck-button.ck-revision-history-ui__back-to-editing:hover:not(.ck-disabled){background:var(--ck-color-base-active-focus)}.ck-content .ck-suggestion-preview-marker,.ck-content .ck-suggestion-preview-marker-split{opacity:.75}.ck-content .ck-suggestion-preview-marker-split:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-merge{opacity:.75;text-decoration:line-through}.ck-content .ck-suggestion-preview-marker-merge:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-deletion{text-decoration:line-through}.ck-content .ck-suggestion-marker-deletion-new:not(.ck-widget),.ck-content .ck-suggestion-marker-merge-new{--ck-color-suggestion-marker-deletion-border:none;--ck-color-suggestion-marker-deletion-border-active:none;--ck-color-suggestion-marker-deletion-background:none;--ck-color-suggestion-marker-deletion-background-active:none;--ck-color-suggestion-marker-deletion-stroke:rgba(122,31,54,.8);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.03);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.05)}.ck-content .ck-suggestion-marker-merge-new:after{color:inherit}.ck-content .ck-suggestion-marker-insertion-new,.ck-content .ck-suggestion-marker-split-new{opacity:.75}.ck-content .ck-suggestion-marker-deletion-new.ck-suggestion-marker--active:not(.table),.ck-content .ck-suggestion-marker-merge-new.ck-suggestion-marker--active{--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.08);--ck-color-suggestion-marker-deletion-stroke:#7a1f36;opacity:1}.ck-content .ck-suggestion-marker-insertion-new.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-split-new.ck-suggestion-marker--active{opacity:1}.ck.ck-editor__editable_inline.ck-revision-history-root-add{border:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-add.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove{border:3px solid var(--ck-color-suggestion-marker-deletion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}',""]);const s=r},560:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck{--ck-revision-history-loading-overlay-transition-duration:.2s;--ck-revision-history-loading-overlay-transition-delay:0s;--ck-revision-history-loading-overlay-spinner-rotation-duration:1s;--ck-revision-history-loading-overlay-spinner-size:60px;--ck-revision-history-loading-overlay-visible-background:#fff}.ck.ck-editor__editable:after,.ck.ck-editor__editable:before{content:"";opacity:0;position:absolute;transition:opacity var(--ck-revision-history-loading-overlay-transition-duration) ease;transition-delay:0;visibility:hidden}.ck.ck-editor__editable:before{background:var(--ck-revision-history-loading-overlay-visible-background);height:100%;left:0;top:0;width:100%;z-index:var(--ck-z-default)}.ck.ck-editor__editable:after{animation:ck-revision-history-spinner-animation var(--ck-revision-history-loading-overlay-spinner-rotation-duration) linear infinite;border-radius:50%;border-right:3px solid transparent;border-top:3px solid var(--ck-color-base-text);box-sizing:border-box;height:var(--ck-revision-history-loading-overlay-spinner-size);left:50%;top:50%;transform:translate(-50%,-50%);width:var(--ck-revision-history-loading-overlay-spinner-size);z-index:var(--ck-z-default)}.ck.ck-editor__editable.ck-editor__editable__loading-overlay,.ck.ck-editor__editable.ck-editor__editable__overlay{min-height:calc(var(--ck-revision-history-loading-overlay-spinner-size) + var(--ck-spacing-large)*2);position:relative}.ck.ck-editor__editable.ck-editor__editable__loading-overlay:after,.ck.ck-editor__editable.ck-editor__editable__loading-overlay:before,.ck.ck-editor__editable.ck-editor__editable__overlay:after,.ck.ck-editor__editable.ck-editor__editable__overlay:before{opacity:.8;transition-delay:var(--ck-revision-history-loading-overlay-transition-delay);visibility:visible}.ck.ck-editor__editable.ck-editor__editable__overlay:after{visibility:hidden}@keyframes ck-revision-history-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}',""]);const s=r},161:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-panel)}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border:solid var(--ck-color-base-border);border-width:1px 1px 0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{border:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}",""]);const s=r},959:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck-vertical-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck-vertical-form .ck-button:focus:after{display:none}@media screen and (max-width:600px){.ck.ck-responsive-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck.ck-responsive-form .ck-button:focus:after{display:none}}.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form{padding:var(--ck-spacing-large)}.ck.ck-responsive-form:focus{outline:none}[dir=ltr] .ck.ck-responsive-form>:not(:first-child),[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width:600px){.ck.ck-responsive-form{padding:0;width:calc(var(--ck-input-width)*.8)}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form>.ck-button:last-child,.ck.ck-responsive-form>.ck-button:nth-last-child(2){border-radius:0;margin-top:var(--ck-spacing-large);padding:var(--ck-spacing-standard)}.ck.ck-responsive-form>.ck-button:last-child:not(:focus),.ck.ck-responsive-form>.ck-button:nth-last-child(2):not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:last-child,[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2),[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child:last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}',""]);const s=r},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,i){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(i)for(var s=0;s<this.length;s++){var o=this[s][0];null!=o&&(r[o]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);i&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},675:(t,e)=>{"use strict";function n(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function i(t,e,i){return e&&n(t.prototype,e),i&&n(t,i),t}function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function s(t){return s=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},s(t)}function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}function a(t,e,n){return a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&o(r,n.prototype),r},a.apply(null,arguments)}function c(t){var e="function"==typeof Map?new Map:void 0;return c=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return a(t,arguments,s(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),o(i,t)},c(t)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function l(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}var h=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(c(Error)),d=function(t){function e(e){return t.call(this,"Invalid DateTime: "+e.toMessage())||this}return r(e,t),e}(h),f=function(t){function e(e){return t.call(this,"Invalid Interval: "+e.toMessage())||this}return r(e,t),e}(h),v=function(t){function e(e){return t.call(this,"Invalid Duration: "+e.toMessage())||this}return r(e,t),e}(h),m=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),p=function(t){function e(e){return t.call(this,"Invalid unit "+e)||this}return r(e,t),e}(h),y=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),g=function(t){function e(){return t.call(this,"Zone is an abstract class")||this}return r(e,t),e}(h),k="numeric",b="short",_="long",w={year:k,month:k,day:k},I={year:k,month:b,day:k},S={year:k,month:b,day:k,weekday:b},O={year:k,month:_,day:k},T={year:k,month:_,day:k,weekday:_},x={hour:k,minute:k},R={hour:k,minute:k,second:k},N={hour:k,minute:k,second:k,timeZoneName:b},A={hour:k,minute:k,second:k,timeZoneName:_},M={hour:k,minute:k,hour12:!1},E={hour:k,minute:k,second:k,hour12:!1},j={hour:k,minute:k,second:k,hour12:!1,timeZoneName:b},V={hour:k,minute:k,second:k,hour12:!1,timeZoneName:_},C={year:k,month:k,day:k,hour:k,minute:k},D={year:k,month:k,day:k,hour:k,minute:k,second:k},L={year:k,month:b,day:k,hour:k,minute:k},F={year:k,month:b,day:k,hour:k,minute:k,second:k},z={year:k,month:b,day:k,weekday:b,hour:k,minute:k},P={year:k,month:_,day:k,hour:k,minute:k,timeZoneName:b},H={year:k,month:_,day:k,hour:k,minute:k,second:k,timeZoneName:b},U={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function q(t){return void 0===t}function B(t){return"number"==typeof t}function J(t){return"number"==typeof t&&t%1==0}function G(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function Y(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function W(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function K(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function X(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function $(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Q(t,e,n){return J(t)&&t>=e&&t<=n}function tt(t,e){void 0===e&&(e=2);var n=t<0?"-":"",i=n?-1*t:t;return""+n+(i.toString().length<e?("0".repeat(e)+i).slice(-e):i.toString())}function et(t){return q(t)||null===t||""===t?void 0:parseInt(t,10)}function nt(t){if(!q(t)&&null!==t&&""!==t){var e=1e3*parseFloat("0."+t);return Math.floor(e)}}function it(t,e,n){void 0===n&&(n=!1);var i=Math.pow(10,e);return(n?Math.trunc:Math.round)(t*i)/i}function rt(t){return t%4==0&&(t%100!=0||t%400==0)}function st(t){return rt(t)?366:365}function ot(t,e){var n=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===n?rt(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function at(t){var e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e)).setUTCFullYear(e.getUTCFullYear()-1900),+e}function ct(t){var e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,i=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return 4===e||3===i?53:52}function ut(t){return t>99?t:t>60?1900+t:2e3+t}function lt(t,e,n,i){void 0===i&&(i=null);var r=new Date(t),s={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);var o=Object.assign({timeZoneName:e},s),a=G();if(a&&Y()){var c=new Intl.DateTimeFormat(n,o).formatToParts(r).find((function(t){return"timezonename"===t.type.toLowerCase()}));return c?c.value:null}if(a){var u=new Intl.DateTimeFormat(n,s).format(r);return new Intl.DateTimeFormat(n,o).format(r).substring(u.length).replace(/^[, \u200e]+/,"")}return null}function ht(t,e){var n=parseInt(t,10);Number.isNaN(n)&&(n=0);var i=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-i:i)}function dt(t){var e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new y("Invalid unit value "+t);return e}function ft(t,e,n){var i={};for(var r in t)if($(t,r)){if(n.indexOf(r)>=0)continue;var s=t[r];if(null==s)continue;i[e(r)]=dt(s)}return i}function vt(t,e){var n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return""+r+tt(n,2)+":"+tt(i,2);case"narrow":return""+r+n+(i>0?":"+i:"");case"techie":return""+r+tt(n,2)+tt(i,2);default:throw new RangeError("Value format "+e+" is out of range for property format")}}function mt(t){return X(t,["hour","minute","second","millisecond"])}var pt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],St=["M","T","W","T","F","S","S"];function Ot(t){switch(t){case"narrow":return[].concat(St);case"short":return[].concat(It);case"long":return[].concat(wt);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var Tt=["AM","PM"],xt=["Before Christ","Anno Domini"],Rt=["BC","AD"],Nt=["B","A"];function At(t){switch(t){case"narrow":return[].concat(Nt);case"short":return[].concat(Rt);case"long":return[].concat(xt);default:return null}}function Mt(t,e){for(var n,i="",r=l(t);!(n=r()).done;){var s=n.value;s.literal?i+=s.val:i+=e(s.val)}return i}var Et={D:w,DD:I,DDD:O,DDDD:T,t:x,tt:R,ttt:N,tttt:A,T:M,TT:E,TTT:j,TTTT:V,f:C,ff:L,fff:P,ffff:U,F:D,FF:F,FFF:H,FFFF:Z},jt=function(){function t(t,e){this.opts=e,this.loc=t,this.systemLoc=null}t.create=function(e,n){return void 0===n&&(n={}),new t(e,n)},t.parseFormat=function(t){for(var e=null,n="",i=!1,r=[],s=0;s<t.length;s++){var o=t.charAt(s);"'"===o?(n.length>0&&r.push({literal:i,val:n}),e=null,n="",i=!i):i||o===e?n+=o:(n.length>0&&r.push({literal:!1,val:n}),n=o,e=o)}return n.length>0&&r.push({literal:i,val:n}),r},t.macroTokenToFormatOpts=function(t){return Et[t]};var e=t.prototype;return e.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTime=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTimeParts=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},e.resolvedOptions=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},e.num=function(t,e){if(void 0===e&&(e=0),this.opts.forceSimple)return tt(t,e);var n=Object.assign({},this.opts);return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},e.formatDateTimeFromString=function(e,n){var i=this,r="en"===this.loc.listingMode(),s=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&Y(),o=function(t,n){return i.loc.extract(e,t,n)},a=function(t){return e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):""},c=function(){return r?function(t){return Tt[t.hour<12?0:1]}(e):o({hour:"numeric",hour12:!0},"dayperiod")},u=function(t,n){return r?function(t,e){return _t(e)[t.month-1]}(e,t):o(n?{month:t}:{month:t,day:"numeric"},"month")},l=function(t,n){return r?function(t,e){return Ot(e)[t.weekday-1]}(e,t):o(n?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday")},h=function(t){return r?function(t,e){return At(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return Mt(t.parseFormat(n),(function(n){switch(n){case"S":return i.num(e.millisecond);case"u":case"SSS":return i.num(e.millisecond,3);case"s":return i.num(e.second);case"ss":return i.num(e.second,2);case"m":return i.num(e.minute);case"mm":return i.num(e.minute,2);case"h":return i.num(e.hour%12==0?12:e.hour%12);case"hh":return i.num(e.hour%12==0?12:e.hour%12,2);case"H":return i.num(e.hour);case"HH":return i.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:i.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return s?o({day:"numeric"},"day"):i.num(e.day);case"dd":return s?o({day:"2-digit"},"day"):i.num(e.day,2);case"c":case"E":return i.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return s?o({month:"numeric",day:"numeric"},"month"):i.num(e.month);case"LL":return s?o({month:"2-digit",day:"numeric"},"month"):i.num(e.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return s?o({month:"numeric"},"month"):i.num(e.month);case"MM":return s?o({month:"2-digit"},"month"):i.num(e.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return s?o({year:"numeric"},"year"):i.num(e.year);case"yy":return s?o({year:"2-digit"},"year"):i.num(e.year.toString().slice(-2),2);case"yyyy":return s?o({year:"numeric"},"year"):i.num(e.year,4);case"yyyyyy":return s?o({year:"numeric"},"year"):i.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return i.num(e.weekYear.toString().slice(-2),2);case"kkkk":return i.num(e.weekYear,4);case"W":return i.num(e.weekNumber);case"WW":return i.num(e.weekNumber,2);case"o":return i.num(e.ordinal);case"ooo":return i.num(e.ordinal,3);case"q":return i.num(e.quarter);case"qq":return i.num(e.quarter,2);case"X":return i.num(Math.floor(e.ts/1e3));case"x":return i.num(e.ts);default:return function(n){var r=t.macroTokenToFormatOpts(n);return r?i.formatWithSystemDefault(e,r):n}(n)}}))},e.formatDurationFromString=function(e,n){var i,r=this,s=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=t.parseFormat(n),a=o.reduce((function(t,e){var n=e.literal,i=e.val;return n?t:t.concat(i)}),[]),c=e.shiftTo.apply(e,a.map(s).filter((function(t){return t})));return Mt(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),Vt=function(){function t(t,e){this.reason=t,this.explanation=e}return t.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},t}(),Ct=function(){function t(){}var e=t.prototype;return e.offsetName=function(t,e){throw new g},e.formatOffset=function(t,e){throw new g},e.offset=function(t){throw new g},e.equals=function(t){throw new g},i(t,[{key:"type",get:function(){throw new g}},{key:"name",get:function(){throw new g}},{key:"universal",get:function(){throw new g}},{key:"isValid",get:function(){throw new g}}]),t}(),Dt=null,Lt=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){return-new Date(t).getTimezoneOffset()},n.equals=function(t){return"local"===t.type},i(e,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return G()?(new Intl.DateTimeFormat).resolvedOptions().timeZone:"local"}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===Dt&&(Dt=new e),Dt}}]),e}(Ct),Ft=RegExp("^"+pt.source+"$"),zt={};var Pt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Ht={},Ut=function(t){function e(n){var i;return(i=t.call(this)||this).zoneName=n,i.valid=e.isValidZone(n),i}r(e,t),e.create=function(t){return Ht[t]||(Ht[t]=new e(t)),Ht[t]},e.resetCache=function(){Ht={},zt={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Ft))},e.isValidZone=function(t){try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}},e.parseGMTOffset=function(t){if(t){var e=t.match(/^Etc\/GMT(0|[+-]\d{1,2})$/i);if(e)return-60*parseInt(e[1])}return null};var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale,this.name)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){var e=new Date(t);if(isNaN(e))return NaN;var n,i=(n=this.name,zt[n]||(zt[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),zt[n]),r=i.formatToParts?function(t,e){for(var n=t.formatToParts(e),i=[],r=0;r<n.length;r++){var s=n[r],o=s.type,a=s.value,c=Pt[o];q(c)||(i[c]=parseInt(a,10))}return i}(i,e):function(t,e){var n=t.format(e).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n),r=i[1],s=i[2];return[i[3],r,s,i[4],i[5],i[6]]}(i,e),s=r[0],o=r[1],a=r[2],c=r[3],u=+e,l=u%1e3;return(at({year:s,month:o,day:a,hour:24===c?0:c,minute:r[4],second:r[5],millisecond:0})-(u-=l>=0?l:1e3+l))/6e4},n.equals=function(t){return"iana"===t.type&&t.name===this.name},i(e,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),e}(Ct),Zt=null,qt=function(t){function e(e){var n;return(n=t.call(this)||this).fixed=e,n}r(e,t),e.instance=function(t){return 0===t?e.utcInstance:new e(t)},e.parseSpecifier=function(t){if(t){var n=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new e(ht(n[1],n[2]))}return null},i(e,null,[{key:"utcInstance",get:function(){return null===Zt&&(Zt=new e(0)),Zt}}]);var n=e.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(t,e){return vt(this.fixed,e)},n.offset=function(){return this.fixed},n.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},i(e,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+vt(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),e}(Ct),Bt=function(t){function e(e){var n;return(n=t.call(this)||this).zoneName=e,n}r(e,t);var n=e.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},i(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),e}(Ct);function Jt(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Ct)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Ut.parseGMTOffset(t))?qt.instance(n):Ut.isValidSpecifier(i)?Ut.create(t):qt.parseSpecifier(i)||new Bt(t)}return B(t)?qt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Bt(t)}var Gt=function(){return Date.now()},Yt=null,Wt=null,Kt=null,Xt=null,$t=!1,Qt=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Ut.resetCache()},i(t,null,[{key:"now",get:function(){return Gt},set:function(t){Gt=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Yt=t?Jt(t):null}},{key:"defaultZone",get:function(){return Yt||Lt.instance}},{key:"defaultLocale",get:function(){return Wt},set:function(t){Wt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Xt},set:function(t){Xt=t}},{key:"throwOnInvalid",get:function(){return $t},set:function(t){$t=t}}]),t}(),te={};function ee(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.DateTimeFormat(t,e),te[n]=i),i}var ne={};var ie={};function re(t,e){void 0===e&&(e={});var n=e,i=(n.base,function(t,e){if(null==t)return{};var n,i,r={},s=Object.keys(t);for(i=0;i<s.length;i++)n=s[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(n,["base"])),r=JSON.stringify([t,i]),s=ie[r];return s||(s=new Intl.RelativeTimeFormat(t,e),ie[r]=s),s}var se=null;function oe(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var ae=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&G()){var i={useGrouping:!1};n.padTo>0&&(i.minimumIntegerDigits=n.padTo),this.inf=function(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=ne[n];return i||(i=new Intl.NumberFormat(t,e),ne[n]=i),i}(t,i)}}return t.prototype.format=function(t){if(this.inf){var e=this.floor?Math.floor(t):t;return this.inf.format(e)}return tt(this.floor?Math.floor(t):it(t,3),this.padTo)},t}(),ce=function(){function t(t,e,n){var i;if(this.opts=n,this.hasIntl=G(),t.zone.universal&&this.hasIntl){var r=t.offset/60*-1,s=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,o=Ut.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:fi.fromMillis(t.ts+60*t.offset*1e3))}else"local"===t.zone.type?this.dt=t:(this.dt=t,i=t.zone.name);if(this.hasIntl){var a=Object.assign({},this.opts);i&&(a.timeZone=i),this.dtf=ee(e,a)}}var e=t.prototype;return e.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var t=function(t){var e="EEEE, LLLL d, yyyy, h:mm a";switch(yt(X(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case yt(w):return"M/d/yyyy";case yt(I):return"LLL d, yyyy";case yt(S):return"EEE, LLL d, yyyy";case yt(O):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(R):return"h:mm:ss a";case yt(N):case yt(A):return"h:mm a";case yt(M):return"HH:mm";case yt(E):return"HH:mm:ss";case yt(j):case yt(V):return"HH:mm";case yt(C):return"M/d/yyyy, h:mm a";case yt(L):return"LLL d, yyyy, h:mm a";case yt(P):return"LLLL d, yyyy, h:mm a";case yt(U):return e;case yt(D):return"M/d/yyyy, h:mm:ss a";case yt(F):return"LLL d, yyyy, h:mm:ss a";case yt(z):return"EEE, d LLL yyyy, h:mm a";case yt(H):return"LLLL d, yyyy, h:mm:ss a";case yt(Z):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return e}}(this.opts),e=le.create("en-US");return jt.create(e).formatDateTimeFromString(this.dt,t)},e.formatToParts=function(){return this.hasIntl&&Y()?this.dtf.formatToParts(this.dt.toJSDate()):[]},e.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},t}(),ue=function(){function t(t,e,n){this.opts=Object.assign({style:"long"},n),!e&&W()&&(this.rtf=re(t,n))}var e=t.prototype;return e.format=function(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,n,i){void 0===n&&(n="always"),void 0===i&&(i=!1);var r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===n&&s){var o="days"===t;switch(e){case 1:return o?"tomorrow":"next "+r[t][0];case-1:return o?"yesterday":"last "+r[t][0];case 0:return o?"today":"this "+r[t][0]}}var a=Object.is(e,-0)||e<0,c=Math.abs(e),u=1===c,l=r[t],h=i?u?l[1]:l[2]||l[1]:u?r[t][0]:t;return a?c+" "+h+" ago":"in "+c+" "+h}(e,t,this.opts.numeric,"long"!==this.opts.style)},e.formatToParts=function(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]},t}(),le=function(){function t(t,e,n,i){var r=function(t){var e=t.indexOf("-u-");if(-1===e)return[t];var n,i=t.substring(0,e);try{n=ee(t).resolvedOptions()}catch(t){n=ee(i).resolvedOptions()}var r=n;return[i,r.numberingSystem,r.calendar]}(t),s=r[0],o=r[1],a=r[2];this.locale=s,this.numberingSystem=e||o||null,this.outputCalendar=n||a||null,this.intl=function(t,e,n){return G()?n||e?(t+="-u",n&&(t+="-ca-"+n),e&&(t+="-nu-"+e),t):t:[]}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}t.fromOpts=function(e){return t.create(e.locale,e.numberingSystem,e.outputCalendar,e.defaultToEN)},t.create=function(e,n,i,r){void 0===r&&(r=!1);var s=e||Qt.defaultLocale;return new t(s||(r?"en-US":function(){if(se)return se;if(G()){var t=(new Intl.DateTimeFormat).resolvedOptions().locale;return se=t&&"und"!==t?t:"en-US"}return se="en-US"}()),n||Qt.defaultNumberingSystem,i||Qt.defaultOutputCalendar,s)},t.resetCache=function(){se=null,te={},ne={},ie={}},t.fromObject=function(e){var n=void 0===e?{}:e,i=n.locale,r=n.numberingSystem,s=n.outputCalendar;return t.create(i,r,s)};var e=t.prototype;return e.listingMode=function(t){void 0===t&&(t=!0);var e=G()&&Y(),n=this.isEnglish(),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e||n&&i||t?!e||n&&i?"en":"intl":"error"},e.clone=function(e){return e&&0!==Object.getOwnPropertyNames(e).length?t.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1):this},e.redefaultToEN=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!0}))},e.redefaultToSystem=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!1}))},e.months=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,_t,(function(){var n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return i.monthsCache[r][t]||(i.monthsCache[r][t]=function(t){for(var e=[],n=1;n<=12;n++){var i=fi.utc(2016,n,1);e.push(t(i))}return e}((function(t){return i.extract(t,n,"month")}))),i.monthsCache[r][t]}))},e.weekdays=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,Ot,(function(){var n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return i.weekdaysCache[r][t]||(i.weekdaysCache[r][t]=function(t){for(var e=[],n=1;n<=7;n++){var i=fi.utc(2016,11,13+n);e.push(t(i))}return e}((function(t){return i.extract(t,n,"weekday")}))),i.weekdaysCache[r][t]}))},e.meridiems=function(t){var e=this;return void 0===t&&(t=!0),oe(this,void 0,t,(function(){return Tt}),(function(){if(!e.meridiemCache){var t={hour:"numeric",hour12:!0};e.meridiemCache=[fi.utc(2016,11,13,9),fi.utc(2016,11,13,19)].map((function(n){return e.extract(n,t,"dayperiod")}))}return e.meridiemCache}))},e.eras=function(t,e){var n=this;return void 0===e&&(e=!0),oe(this,t,e,At,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[fi.utc(-40,1,1),fi.utc(2017,1,1)].map((function(t){return n.extract(t,e,"era")}))),n.eraCache[t]}))},e.extract=function(t,e,n){var i=this.dtFormatter(t,e).formatToParts().find((function(t){return t.type.toLowerCase()===n}));return i?i.value:null},e.numberFormatter=function(t){return void 0===t&&(t={}),new ae(this.intl,t.forceSimple||this.fastNumbers,t)},e.dtFormatter=function(t,e){return void 0===e&&(e={}),new ce(t,this.intl,e)},e.relFormatter=function(t){return void 0===t&&(t={}),new ue(this.intl,this.isEnglish(),t)},e.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||G()&&new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},e.equals=function(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar},i(t,[{key:"fastNumbers",get:function(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||G()&&"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}}]),t}();function he(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=e.reduce((function(t,e){return t+e.source}),"");return RegExp("^"+i+"$")}function de(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){return e.reduce((function(e,n){var i=e[0],r=e[1],s=e[2],o=n(t,s),a=o[0],c=o[1],u=o[2];return[Object.assign(i,a),r||c,u]}),[{},null,1]).slice(0,2)}}function fe(t){if(null==t)return[null,null];for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];for(var r=0,s=n;r<s.length;r++){var o=s[r],a=o[0],c=o[1],u=a.exec(t);if(u)return c(u)}return[null,null]}function ve(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t,n){var i,r={};for(i=0;i<e.length;i++)r[e[i]]=et(t[n+i]);return[r,null,n+i]}}var me=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,pe=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,ye=RegExp(""+pe.source+me.source+"?"),ge=RegExp("(?:T"+ye.source+")?"),ke=ve("weekYear","weekNumber","weekDay"),be=ve("year","ordinal"),_e=RegExp(pe.source+" ?(?:"+me.source+"|("+pt.source+"))?"),we=RegExp("(?: "+_e.source+")?");function Ie(t,e,n){var i=t[e];return q(i)?n:et(i)}function Se(t,e){return[{year:Ie(t,e),month:Ie(t,e+1,1),day:Ie(t,e+2,1)},null,e+3]}function Oe(t,e){return[{hours:Ie(t,e,0),minutes:Ie(t,e+1,0),seconds:Ie(t,e+2,0),milliseconds:nt(t[e+3])},null,e+4]}function Te(t,e){var n=!t[e]&&!t[e+1],i=ht(t[e+1],t[e+2]);return[{},n?null:qt.instance(i),e+3]}function xe(t,e){return[{},t[e]?Ut.create(t[e]):null,e+1]}var Re=RegExp("^T?"+pe.source+"$"),Ne=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function Ae(t){var e=t[0],n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l="-"===e[0],h=c&&"-"===c[0],d=function(t,e){return void 0===e&&(e=!1),void 0!==t&&(e||t&&l)?-t:t};return[{years:d(et(n)),months:d(et(i)),weeks:d(et(r)),days:d(et(s)),hours:d(et(o)),minutes:d(et(a)),seconds:d(et(c),"-0"===c),milliseconds:d(nt(u),h)}]}var Me={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ee(t,e,n,i,r,s,o){var a={year:2===e.length?ut(et(e)):et(e),month:kt.indexOf(n)+1,day:et(i),hour:et(r),minute:et(s)};return o&&(a.second=et(o)),t&&(a.weekday=t.length>3?wt.indexOf(t)+1:It.indexOf(t)+1),a}var je=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Ve(t){var e,n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l=t[9],h=t[10],d=t[11],f=Ee(n,s,r,i,o,a,c);return e=u?Me[u]:l?0:ht(h,d),[f,new qt(e)]}var Ce=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,De=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Le=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Fe(t){var e=t[1],n=t[2],i=t[3];return[Ee(e,t[4],i,n,t[5],t[6],t[7]),qt.utcInstance]}function ze(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],o=t[6];return[Ee(e,t[7],n,i,r,s,o),qt.utcInstance]}var Pe=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),He=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),Ue=he(/(\d{4})-?(\d{3})/,ge),Ze=he(ye),qe=de(Se,Oe,Te),Be=de(ke,Oe,Te),Je=de(be,Oe,Te),Ge=de(Oe,Te);var Ye=de(Oe);var We=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Xe=de(Se,Oe,Te,xe),$e=de(Oe,Te,xe);var Qe={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},tn=Object.assign({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},Qe),en=365.2425,nn=30.436875,rn=Object.assign({years:{quarters:4,months:12,weeks:52.1775,days:en,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:nn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},Qe),sn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],on=sn.slice(0).reverse();function an(t,e,n){void 0===n&&(n=!1);var i={values:n?e.values:Object.assign({},t.values,e.values||{}),loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new un(i)}function cn(t,e,n,i,r){var s=t[r][n],o=e[n]/s,a=!(Math.sign(o)===Math.sign(i[r]))&&0!==i[r]&&Math.abs(o)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(o):Math.trunc(o);i[r]+=a,e[n]-=a*s}var un=function(){function t(t){var e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||le.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?rn:tn,this.isLuxonDuration=!0}t.fromMillis=function(e,n){return t.fromObject(Object.assign({milliseconds:e},n))},t.fromObject=function(e){if(null==e||"object"!=typeof e)throw new y("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new t({values:ft(e,t.normalizeUnit,["locale","numberingSystem","conversionAccuracy","zone"]),loc:le.fromObject(e),conversionAccuracy:e.conversionAccuracy})},t.fromISO=function(e,n){var i=function(t){return fe(t,[Ne,Ae])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.fromISOTime=function(e,n){var i=function(t){return fe(t,[Re,Ye])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Duration is invalid");var i=e instanceof Vt?e:new Vt(e,n);if(Qt.throwOnInvalid)throw new v(i);return new t({invalid:i})},t.normalizeUnit=function(t){var e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new p(t);return e},t.isDuration=function(t){return t&&t.isLuxonDuration||!1};var e=t.prototype;return e.toFormat=function(t,e){void 0===e&&(e={});var n=Object.assign({},e,{floor:!1!==e.round&&!1!==e.floor});return this.isValid?jt.create(this.loc,n).formatDurationFromString(this,t):"Invalid Duration"},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.values);return t.includeConfig&&(e.conversionAccuracy=this.conversionAccuracy,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toISO=function(){if(!this.isValid)return null;var t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=it(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t},e.toISOTime=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var e=this.toMillis();if(e<0||e>=864e5)return null;t=Object.assign({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},t);var n=this.shiftTo("hours","minutes","seconds","milliseconds"),i="basic"===t.format?"hhmm":"hh:mm";t.suppressSeconds&&0===n.seconds&&0===n.milliseconds||(i+="basic"===t.format?"ss":":ss",t.suppressMilliseconds&&0===n.milliseconds||(i+=".SSS"));var r=n.toFormat(i);return t.includePrefix&&(r="T"+r),r},e.toJSON=function(){return this.toISO()},e.toString=function(){return this.toISO()},e.toMillis=function(){return this.as("milliseconds")},e.valueOf=function(){return this.toMillis()},e.plus=function(t){if(!this.isValid)return this;for(var e,n=ln(t),i={},r=l(sn);!(e=r()).done;){var s=e.value;($(n.values,s)||$(this.values,s))&&(i[s]=n.get(s)+this.get(s))}return an(this,{values:i},!0)},e.minus=function(t){if(!this.isValid)return this;var e=ln(t);return this.plus(e.negate())},e.mapUnits=function(t){if(!this.isValid)return this;for(var e={},n=0,i=Object.keys(this.values);n<i.length;n++){var r=i[n];e[r]=dt(t(this.values[r],r))}return an(this,{values:e},!0)},e.get=function(e){return this[t.normalizeUnit(e)]},e.set=function(e){return this.isValid?an(this,{values:Object.assign(this.values,ft(e,t.normalizeUnit,[]))}):this},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.conversionAccuracy,s={loc:this.loc.clone({locale:n,numberingSystem:i})};return r&&(s.conversionAccuracy=r),an(this,s)},e.as=function(t){return this.isValid?this.shiftTo(t).get(t):NaN},e.normalize=function(){if(!this.isValid)return this;var t=this.toObject();return function(t,e){on.reduce((function(n,i){return q(e[i])?n:(n&&cn(t,e,n,e,i),i)}),null)}(this.matrix,t),an(this,{values:t},!0)},e.shiftTo=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!this.isValid)return this;if(0===n.length)return this;n=n.map((function(e){return t.normalizeUnit(e)}));for(var r,s,o={},a={},c=this.toObject(),u=l(sn);!(s=u()).done;){var h=s.value;if(n.indexOf(h)>=0){r=h;var d=0;for(var f in a)d+=this.matrix[f][h]*a[f],a[f]=0;B(c[h])&&(d+=c[h]);var v=Math.trunc(d);for(var m in o[h]=v,a[h]=d-v,c)sn.indexOf(m)>sn.indexOf(h)&&cn(this.matrix,c,m,o,h)}else B(c[h])&&(a[h]=c[h])}for(var p in a)0!==a[p]&&(o[r]+=p===r?a[p]:a[p]/this.matrix[r][p]);return an(this,{values:o},!0).normalize()},e.negate=function(){if(!this.isValid)return this;for(var t={},e=0,n=Object.keys(this.values);e<n.length;e++){var i=n[e];t[i]=-this.values[i]}return an(this,{values:t},!0)},e.equals=function(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(var e,n=l(sn);!(e=n()).done;){var i=e.value;if(r=this.values[i],s=t.values[i],!(void 0===r||0===r?void 0===s||0===s:r===s))return!1}var r,s;return!0},i(t,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}();function ln(t){if(B(t))return un.fromMillis(t);if(un.isDuration(t))return t;if("object"==typeof t)return un.fromObject(t);throw new y("Unknown duration argument "+t+" of type "+typeof t)}var hn="Invalid Interval";function dn(t,e){return t&&t.isValid?e&&e.isValid?e<t?fn.invalid("end before start","The end of an interval must be after its start, but you had start="+t.toISO()+" and end="+e.toISO()):null:fn.invalid("missing or invalid end"):fn.invalid("missing or invalid start")}var fn=function(){function t(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Interval is invalid");var i=e instanceof Vt?e:new Vt(e,n);if(Qt.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=vi(e),r=vi(n),s=dn(i,r);return null==s?new t({start:i,end:r}):s},t.after=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r.minus(i),r)},t.fromISO=function(e,n){var i=(e||"").split("/",2),r=i[0],s=i[1];if(r&&s){var o,a,c,u;try{a=(o=fi.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=fi.fromISO(s,n)).isValid}catch(s){u=!1}if(a&&u)return t.fromDateTimes(o,c);if(a){var l=un.fromISO(s,n);if(l.isValid)return t.after(o,l)}else if(u){var h=un.fromISO(r,n);if(h.isValid)return t.before(c,h)}}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.isInterval=function(t){return t&&t.isLuxonInterval||!1};var e=t.prototype;return e.length=function(t){return void 0===t&&(t="milliseconds"),this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},e.count=function(t){if(void 0===t&&(t="milliseconds"),!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return Math.floor(n.diff(e,t).get(t))+1},e.hasSame=function(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))},e.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},e.isAfter=function(t){return!!this.isValid&&this.s>t},e.isBefore=function(t){return!!this.isValid&&this.e<=t},e.contains=function(t){return!!this.isValid&&(this.s<=t&&this.e>t)},e.set=function(e){var n=void 0===e?{}:e,i=n.start,r=n.end;return this.isValid?t.fromDateTimes(i||this.s,r||this.e):this},e.splitAt=function(){var e=this;if(!this.isValid)return[];for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];for(var s=i.map(vi).filter((function(t){return e.contains(t)})).sort(),o=[],a=this.s,c=0;a<this.e;){var u=s[c]||this.e,l=+u>+this.e?this.e:u;o.push(t.fromDateTimes(a,l)),a=l,c+=1}return o},e.splitBy=function(e){var n=ln(e);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var i,r=this.s,s=1,o=[];r<this.e;){var a=this.start.plus(n.mapUnits((function(t){return t*s})));i=+a>+this.e?this.e:a,o.push(t.fromDateTimes(r,i)),r=i,s+=1}return o},e.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},e.overlaps=function(t){return this.e>t.s&&this.s<t.e},e.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},e.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},e.engulfs=function(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)},e.equals=function(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))},e.intersection=function(e){if(!this.isValid)return this;var n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:t.fromDateTimes(n,i)},e.union=function(e){if(!this.isValid)return this;var n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return t.fromDateTimes(n,i)},t.merge=function(t){var e=t.sort((function(t,e){return t.s-e.s})).reduce((function(t,e){var n=t[0],i=t[1];return i?i.overlaps(e)||i.abutsStart(e)?[n,i.union(e)]:[n.concat([i]),e]:[n,e]}),[[],null]),n=e[0],i=e[1];return i&&n.push(i),n},t.xor=function(e){for(var n,i,r=null,s=0,o=[],a=e.map((function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]})),c=l((n=Array.prototype).concat.apply(n,a).sort((function(t,e){return t.time-e.time})));!(i=c()).done;){var u=i.value;1===(s+="s"===u.type?1:-1)?r=u.time:(r&&+r!=+u.time&&o.push(t.fromDateTimes(r,u.time)),r=null)}return t.merge(o)},e.difference=function(){for(var e=this,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.xor([this].concat(i)).map((function(t){return e.intersection(t)})).filter((function(t){return t&&!t.isEmpty()}))},e.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":hn},e.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):hn},e.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():hn},e.toISOTime=function(t){return this.isValid?this.s.toISOTime(t)+"/"+this.e.toISOTime(t):hn},e.toFormat=function(t,e){var n=(void 0===e?{}:e).separator,i=void 0===n?" – ":n;return this.isValid?""+this.s.toFormat(t)+i+this.e.toFormat(t):hn},e.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):un.invalid(this.invalidReason)},e.mapEndpoints=function(e){return t.fromDateTimes(e(this.s),e(this.e))},i(t,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}(),vn=function(){function t(){}return t.hasDST=function(t){void 0===t&&(t=Qt.defaultZone);var e=fi.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Ut.isValidSpecifier(t)&&Ut.isValidZone(t)},t.normalizeZone=function(t){return Jt(t,Qt.defaultZone)},t.months=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj,c=void 0===a?null:a,u=n.outputCalendar,l=void 0===u?"gregory":u;return(c||le.create(r,o,l)).months(t)},t.monthsFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj,c=void 0===a?null:a,u=n.outputCalendar,l=void 0===u?"gregory":u;return(c||le.create(r,o,l)).months(t,!0)},t.weekdays=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj;return((void 0===a?null:a)||le.create(r,o,null)).weekdays(t)},t.weekdaysFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj;return((void 0===a?null:a)||le.create(r,o,null)).weekdays(t,!0)},t.meridiems=function(t){var e=(void 0===t?{}:t).locale,n=void 0===e?null:e;return le.create(n).meridiems()},t.eras=function(t,e){void 0===t&&(t="short");var n=(void 0===e?{}:e).locale,i=void 0===n?null:n;return le.create(i,null,"gregory").eras(t)},t.features=function(){var t=!1,e=!1,n=!1,i=!1;if(G()){t=!0,e=Y(),i=W();try{n="America/New_York"===new Intl.DateTimeFormat("en",{timeZone:"America/New_York"}).resolvedOptions().timeZone}catch(t){n=!1}}return{intl:t,intlTokens:e,zones:n,relative:i}},t}();function mn(t,e){var n=function(t){return t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},i=n(e)-n(t);return Math.floor(un.fromMillis(i).as("days"))}function pn(t,e,n,i){var r=function(t,e,n){for(var i,r,s={},o=0,a=[["years",function(t,e){return e.year-t.year}],["quarters",function(t,e){return e.quarter-t.quarter}],["months",function(t,e){return e.month-t.month+12*(e.year-t.year)}],["weeks",function(t,e){var n=mn(t,e);return(n-n%7)/7}],["days",mn]];o<a.length;o++){var c=a[o],u=c[0],l=c[1];if(n.indexOf(u)>=0){var h;i=u;var d,f=l(t,e);(r=t.plus(((h={})[u]=f,h)))>e?(t=t.plus(((d={})[u]=f-1,d)),f-=1):t=r,s[u]=f}}return[t,s,r,i]}(t,e,n),s=r[0],o=r[1],a=r[2],c=r[3],u=e-s,l=n.filter((function(t){return["hours","minutes","seconds","milliseconds"].indexOf(t)>=0}));if(0===l.length){var h;if(a<e)a=s.plus(((h={})[c]=1,h));a!==s&&(o[c]=(o[c]||0)+u/(a-s))}var d,f=un.fromObject(Object.assign(o,i));return l.length>0?(d=un.fromMillis(u,i)).shiftTo.apply(d,l).plus(f):f}var yn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},gn={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},kn=yn.hanidec.replace(/[\[|\]]/g,"").split("");function bn(t,e){var n=t.numberingSystem;return void 0===e&&(e=""),new RegExp(""+yn[n||"latn"]+e)}var _n="missing Intl.DateTimeFormat.formatToParts support";function wn(t,e){return void 0===e&&(e=function(t){return t}),{regex:t,deser:function(t){var n=t[0];return e(function(t){var e=parseInt(t,10);if(isNaN(e)){e="";for(var n=0;n<t.length;n++){var i=t.charCodeAt(n);if(-1!==t[n].search(yn.hanidec))e+=kn.indexOf(t[n]);else for(var r in gn){var s=gn[r],o=s[0],a=s[1];i>=o&&i<=a&&(e+=i-o)}}return parseInt(e,10)}return e}(n))}}}var In="( |"+String.fromCharCode(160)+")",Sn=new RegExp(In,"g");function On(t){return t.replace(/\./g,"\\.?").replace(Sn,In)}function Tn(t){return t.replace(/\./g,"").replace(Sn," ").toLowerCase()}function xn(t,e){return null===t?null:{regex:RegExp(t.map(On).join("|")),deser:function(n){var i=n[0];return t.findIndex((function(t){return Tn(i)===Tn(t)}))+e}}}function Rn(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function Nn(t){return{regex:t,deser:function(t){return t[0]}}}var An={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var Mn=null;function En(t,e){if(t.literal)return t;var n=jt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=jt.create(e,n).formatDateTimeParts((Mn||(Mn=fi.fromMillis(1555555555555)),Mn)).map((function(t){return function(t,e,n){var i=t.type,r=t.value;if("literal"===i)return{literal:!0,val:r};var s=n[i],o=An[i];return"object"==typeof o&&(o=o[s]),o?{literal:!1,val:o}:void 0}(t,0,n)}));return i.includes(void 0)?t:i}function jn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return En(t,e)})))}(jt.parseFormat(n),t),r=i.map((function(e){return n=e,r=bn(i=t),s=bn(i,"{2}"),o=bn(i,"{3}"),a=bn(i,"{4}"),c=bn(i,"{6}"),u=bn(i,"{1,2}"),l=bn(i,"{1,3}"),h=bn(i,"{1,6}"),d=bn(i,"{1,9}"),f=bn(i,"{2,4}"),v=bn(i,"{4,6}"),m=function(t){return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:function(t){return t[0]},literal:!0};var e},p=function(t){if(n.literal)return m(t);switch(t.val){case"G":return xn(i.eras("short",!1),0);case"GG":return xn(i.eras("long",!1),0);case"y":return wn(h);case"yy":case"kk":return wn(f,ut);case"yyyy":case"kkkk":return wn(a);case"yyyyy":return wn(v);case"yyyyyy":return wn(c);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return wn(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return wn(s);case"MMM":return xn(i.months("short",!0,!1),1);case"MMMM":return xn(i.months("long",!0,!1),1);case"LLL":return xn(i.months("short",!1,!1),1);case"LLLL":return xn(i.months("long",!1,!1),1);case"o":case"S":return wn(l);case"ooo":case"SSS":return wn(o);case"u":return Nn(d);case"a":return xn(i.meridiems(),0);case"E":case"c":return wn(r);case"EEE":return xn(i.weekdays("short",!1,!1),1);case"EEEE":return xn(i.weekdays("long",!1,!1),1);case"ccc":return xn(i.weekdays("short",!0,!1),1);case"cccc":return xn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return Rn(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return Rn(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return Nn(/[a-z_+-/]{1,256}?/i);default:return m(t)}}(n)||{invalidReason:_n},p.token=n,p;var n,i,r,s,o,a,c,u,l,h,d,f,v,m,p})),s=r.find((function(t){return t.invalidReason}));if(s)return{input:e,tokens:i,invalidReason:s.invalidReason};var o=function(t){return["^"+t.map((function(t){return t.regex})).reduce((function(t,e){return t+"("+e.source+")"}),"")+"$",t]}(r),a=o[0],c=o[1],u=RegExp(a,"i"),l=function(t,e,n){var i=t.match(e);if(i){var r={},s=1;for(var o in n)if($(n,o)){var a=n[o],c=a.groups?a.groups+1:1;!a.literal&&a.token&&(r[a.token.val[0]]=a.deser(i.slice(s,s+c))),s+=c}return[i,r]}return[i,{}]}(e,u,c),h=l[0],d=l[1],f=d?function(t){var e;return e=q(t.Z)?q(t.z)?null:Ut.create(t.z):new qt(t.Z),q(t.q)||(t.M=3*(t.q-1)+1),q(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),q(t.u)||(t.S=nt(t.u)),[Object.keys(t).reduce((function(e,n){var i=function(t){switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(n);return i&&(e[i]=t[n]),e}),{}),e]}(d):[null,null],v=f[0],p=f[1];if($(d,"a")&&$(d,"H"))throw new m("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:i,regex:u,rawMatches:h,matches:d,result:v,zone:p}}var Vn=[0,31,59,90,120,151,181,212,243,273,304,334],Cn=[0,31,60,91,121,152,182,213,244,274,305,335];function Dn(t,e){return new Vt("unit out of range","you specified "+e+" (of type "+typeof e+") as a "+t+", which is invalid")}function Ln(t,e,n){var i=new Date(Date.UTC(t,e-1,n)).getUTCDay();return 0===i?7:i}function Fn(t,e,n){return n+(rt(t)?Cn:Vn)[e-1]}function zn(t,e){var n=rt(t)?Cn:Vn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Pn(t){var e,n=t.year,i=t.month,r=t.day,s=Fn(n,i,r),o=Ln(n,i,r),a=Math.floor((s-o+10)/7);return a<1?a=ct(e=n-1):a>ct(n)?(e=n+1,a=1):e=n,Object.assign({weekYear:e,weekNumber:a,weekday:o},mt(t))}function Hn(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Ln(n,1,4),o=st(n),a=7*i+r-s-3;a<1?a+=st(e=n-1):a>o?(e=n+1,a-=st(n)):e=n;var c=zn(e,a),u=c.month,l=c.day;return Object.assign({year:e,month:u,day:l},mt(t))}function Un(t){var e=t.year,n=Fn(e,t.month,t.day);return Object.assign({year:e,ordinal:n},mt(t))}function Zn(t){var e=t.year,n=zn(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},mt(t))}function qn(t){var e=J(t.year),n=Q(t.month,1,12),i=Q(t.day,1,ot(t.year,t.month));return e?n?!i&&Dn("day",t.day):Dn("month",t.month):Dn("year",t.year)}function Bn(t){var e=t.hour,n=t.minute,i=t.second,r=t.millisecond,s=Q(e,0,23)||24===e&&0===n&&0===i&&0===r,o=Q(n,0,59),a=Q(i,0,59),c=Q(r,0,999);return s?o?a?!c&&Dn("millisecond",r):Dn("second",i):Dn("minute",n):Dn("hour",e)}var Jn="Invalid DateTime",Gn=864e13;function Yn(t){return new Vt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Wn(t){return null===t.weekData&&(t.weekData=Pn(t.c)),t.weekData}function Kn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new fi(Object.assign({},n,e,{old:n}))}function Xn(t,e,n){var i=t-60*e*1e3,r=n.offset(i);if(e===r)return[i,e];i-=60*(r-e)*1e3;var s=n.offset(i);return r===s?[i,r]:[t-60*Math.min(r,s)*1e3,Math.max(r,s)]}function $n(t,e){var n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function Qn(t,e,n){return Xn(at(t),e,n)}function ti(t,e){var n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s=Object.assign({},t.c,{year:i,month:r,day:Math.min(t.c.day,ot(i,r))+Math.trunc(e.days)+7*Math.trunc(e.weeks)}),o=un.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Xn(at(s),n,t.zone),c=a[0],u=a[1];return 0!==o&&(c+=o,u=t.zone.offset(c)),{ts:c,o:u}}function ei(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=fi.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return fi.invalid(new Vt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ni(t,e,n){return void 0===n&&(n=!0),t.isValid?jt.create(le.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function ii(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,o=e.includeOffset,a=e.includePrefix,c=void 0!==a&&a,u=e.includeZone,l=void 0!==u&&u,h=e.spaceZone,d=void 0!==h&&h,f=e.format,v=void 0===f?"extended":f,m="basic"===v?"HHmm":"HH:mm";i&&0===t.second&&0===t.millisecond||(m+="basic"===v?"ss":":ss",s&&0===t.millisecond||(m+=".SSS")),(l||o)&&d&&(m+=" "),l?m+="z":o&&(m+="basic"===v?"ZZZ":"ZZ");var p=ni(t,m);return c&&(p="T"+p),p}var ri={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},si={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},oi={ordinal:1,hour:0,minute:0,second:0,millisecond:0},ai=["year","month","day","hour","minute","second","millisecond"],ci=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ui=["year","ordinal","hour","minute","second","millisecond"];function li(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new p(t);return e}function hi(t,e){for(var n,i=l(ai);!(n=i()).done;){var r=n.value;q(t[r])&&(t[r]=ri[r])}var s=qn(t)||Bn(t);if(s)return fi.invalid(s);var o=Qt.now(),a=Qn(t,e.offset(o),e),c=a[0],u=a[1];return new fi({ts:c,zone:e,o:u})}function di(t,e,n){var i=!!q(n.round)||n.round,r=function(t,r){return t=it(t,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(t,r)},s=function(i){return n.calendary?e.hasSame(t,i)?0:e.startOf(i).diff(t.startOf(i),i).get(i):e.diff(t,i).get(i)};if(n.unit)return r(s(n.unit),n.unit);for(var o,a=l(n.units);!(o=a()).done;){var c=o.value,u=s(c);if(Math.abs(u)>=1)return r(u,c)}return r(t>e?-0:0,n.units[n.units.length-1])}var fi=function(){function t(t){var e=t.zone||Qt.defaultZone,n=t.invalid||(Number.isNaN(t.ts)?new Vt("invalid input"):null)||(e.isValid?null:Yn(e));this.ts=q(t.ts)?Qt.now():t.ts;var i=null,r=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e)){var s=[t.old.c,t.old.o];i=s[0],r=s[1]}else{var o=e.offset(this.ts);i=$n(this.ts,o),i=(n=Number.isNaN(i.year)?new Vt("invalid input"):null)?null:i,r=n?null:o}this._zone=e,this.loc=t.loc||le.create(),this.invalid=n,this.weekData=null,this.c=i,this.o=r,this.isLuxonDateTime=!0}t.now=function(){return new t({})},t.local=function(e,n,i,r,s,o,a){return q(e)?t.now():hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},Qt.defaultZone)},t.utc=function(e,n,i,r,s,o,a){return q(e)?new t({ts:Qt.now(),zone:qt.utcInstance}):hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},qt.utcInstance)},t.fromJSDate=function(e,n){void 0===n&&(n={});var i,r=(i=e,"[object Date]"===Object.prototype.toString.call(i)?e.valueOf():NaN);if(Number.isNaN(r))return t.invalid("invalid input");var s=Jt(n.zone,Qt.defaultZone);return s.isValid?new t({ts:r,zone:s,loc:le.fromObject(n)}):t.invalid(Yn(s))},t.fromMillis=function(e,n){if(void 0===n&&(n={}),B(e))return e<-Gn||e>Gn?t.invalid("Timestamp out of range"):new t({ts:e,zone:Jt(n.zone,Qt.defaultZone),loc:le.fromObject(n)});throw new y("fromMillis requires a numerical input, but received a "+typeof e+" with value "+e)},t.fromSeconds=function(e,n){if(void 0===n&&(n={}),B(e))return new t({ts:1e3*e,zone:Jt(n.zone,Qt.defaultZone),loc:le.fromObject(n)});throw new y("fromSeconds requires a numerical input")},t.fromObject=function(e){var n=Jt(e.zone,Qt.defaultZone);if(!n.isValid)return t.invalid(Yn(n));var i=Qt.now(),r=n.offset(i),s=ft(e,li,["zone","locale","outputCalendar","numberingSystem"]),o=!q(s.ordinal),a=!q(s.year),c=!q(s.month)||!q(s.day),u=a||c,h=s.weekYear||s.weekNumber,d=le.fromObject(e);if((u||o)&&h)throw new m("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(c&&o)throw new m("Can't mix ordinal dates with month/day");var f,v,p=h||s.weekday&&!u,y=$n(i,r);p?(f=ci,v=si,y=Pn(y)):o?(f=ui,v=oi,y=Un(y)):(f=ai,v=ri);for(var g,k=!1,b=l(f);!(g=b()).done;){var _=g.value;q(s[_])?s[_]=k?v[_]:y[_]:k=!0}var w=p?function(t){var e=J(t.weekYear),n=Q(t.weekNumber,1,ct(t.weekYear)),i=Q(t.weekday,1,7);return e?n?!i&&Dn("weekday",t.weekday):Dn("week",t.week):Dn("weekYear",t.weekYear)}(s):o?function(t){var e=J(t.year),n=Q(t.ordinal,1,st(t.year));return e?!n&&Dn("ordinal",t.ordinal):Dn("year",t.year)}(s):qn(s),I=w||Bn(s);if(I)return t.invalid(I);var S=Qn(p?Hn(s):o?Zn(s):s,r,n),O=new t({ts:S[0],zone:n,o:S[1],loc:d});return s.weekday&&u&&e.weekday!==O.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+O.toISO()):O},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Pe,qe],[He,Be],[Ue,Je],[Ze,Ge])}(t);return ei(n[0],n[1],e,"ISO 8601",t)},t.fromRFC2822=function(t,e){void 0===e&&(e={});var n=function(t){return fe(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[je,Ve])}(t);return ei(n[0],n[1],e,"RFC 2822",t)},t.fromHTTP=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Ce,Fe],[De,Fe],[Le,ze])}(t);return ei(n[0],n[1],e,"HTTP",e)},t.fromFormat=function(e,n,i){if(void 0===i&&(i={}),q(e)||q(n))throw new y("fromFormat requires an input string and a format");var r=i,s=r.locale,o=void 0===s?null:s,a=r.numberingSystem,c=void 0===a?null:a,u=function(t,e,n){var i=jn(t,e,n);return[i.result,i.zone,i.invalidReason]}(le.fromOpts({locale:o,numberingSystem:c,defaultToEN:!0}),e,n),l=u[0],h=u[1],d=u[2];return d?t.invalid(d):ei(l,h,i,"format "+n,e)},t.fromString=function(e,n,i){return void 0===i&&(i={}),t.fromFormat(e,n,i)},t.fromSQL=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[We,Xe],[Ke,$e])}(t);return ei(n[0],n[1],e,"SQL",t)},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the DateTime is invalid");var i=e instanceof Vt?e:new Vt(e,n);if(Qt.throwOnInvalid)throw new d(i);return new t({invalid:i})},t.isDateTime=function(t){return t&&t.isLuxonDateTime||!1};var e=t.prototype;return e.get=function(t){return this[t]},e.resolvedLocaleOpts=function(t){void 0===t&&(t={});var e=jt.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},e.toUTC=function(t,e){return void 0===t&&(t=0),void 0===e&&(e={}),this.setZone(qt.instance(t),e)},e.toLocal=function(){return this.setZone(Qt.defaultZone)},e.setZone=function(e,n){var i=void 0===n?{}:n,r=i.keepLocalTime,s=void 0!==r&&r,o=i.keepCalendarTime,a=void 0!==o&&o;if((e=Jt(e,Qt.defaultZone)).equals(this.zone))return this;if(e.isValid){var c=this.ts;if(s||a){var u=e.offset(this.ts);c=Qn(this.toObject(),u,e)[0]}return Kn(this,{ts:c,zone:e})}return t.invalid(Yn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Kn(this,{loc:this.loc.clone({locale:n,numberingSystem:i,outputCalendar:r})})},e.setLocale=function(t){return this.reconfigure({locale:t})},e.set=function(t){if(!this.isValid)return this;var e,n=ft(t,li,[]),i=!q(n.weekYear)||!q(n.weekNumber)||!q(n.weekday),r=!q(n.ordinal),s=!q(n.year),o=!q(n.month)||!q(n.day),a=s||o,c=n.weekYear||n.weekNumber;if((a||r)&&c)throw new m("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&r)throw new m("Can't mix ordinal dates with month/day");i?e=Hn(Object.assign(Pn(this.c),n)):q(n.ordinal)?(e=Object.assign(this.toObject(),n),q(n.day)&&(e.day=Math.min(ot(e.year,e.month),e.day))):e=Zn(Object.assign(Un(this.c),n));var u=Qn(e,this.o,this.zone);return Kn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Kn(this,ti(this,ln(t))):this},e.minus=function(t){return this.isValid?Kn(this,ti(this,ln(t).negate())):this},e.startOf=function(t){if(!this.isValid)return this;var e={},n=un.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===n&&(e.weekday=1),"quarters"===n){var i=Math.ceil(this.month/3);e.month=3*(i-1)+1}return this.set(e)},e.endOf=function(t){var e;return this.isValid?this.plus((e={},e[t]=1,e)).startOf(t).minus(1):this},e.toFormat=function(t,e){return void 0===e&&(e={}),this.isValid?jt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Jn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?jt.create(this.loc.clone(t),t).formatDateTime(this):Jn},e.toLocaleParts=function(t){return void 0===t&&(t={}),this.isValid?jt.create(this.loc.clone(t),t).formatDateTimeParts(this):[]},e.toISO=function(t){return void 0===t&&(t={}),this.isValid?this.toISODate(t)+"T"+this.toISOTime(t):null},e.toISODate=function(t){var e=(void 0===t?{}:t).format,n="basic"===(void 0===e?"extended":e)?"yyyyMMdd":"yyyy-MM-dd";return this.year>9999&&(n="+"+n),ni(this,n)},e.toISOWeekDate=function(){return ni(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,o=e.includeOffset,a=void 0===o||o,c=e.includePrefix,u=void 0!==c&&c,l=e.format;return ii(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ni(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ni(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ni(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return ii(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():Jn},e.valueOf=function(){return this.toMillis()},e.toMillis=function(){return this.isValid?this.ts:NaN},e.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},e.toJSON=function(){return this.toISO()},e.toBSON=function(){return this.toJSDate()},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},e.diff=function(t,e,n){if(void 0===e&&(e="milliseconds"),void 0===n&&(n={}),!this.isValid||!t.isValid)return un.invalid(this.invalid||t.invalid,"created by diffing an invalid DateTime");var i,r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),s=(i=e,Array.isArray(i)?i:[i]).map(un.normalizeUnit),o=t.valueOf()>this.valueOf(),a=pn(o?this:t,o?t:this,s,r);return o?a.negate():a},e.diffNow=function(e,n){return void 0===e&&(e="milliseconds"),void 0===n&&(n={}),this.diff(t.now(),e,n)},e.until=function(t){return this.isValid?fn.fromDateTimes(this,t):this},e.hasSame=function(t,e){if(!this.isValid)return!1;var n=t.valueOf(),i=this.setZone(t.zone,{keepLocalTime:!0});return i.startOf(e)<=n&&n<=i.endOf(e)},e.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},e.toRelative=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var n=e.base||t.fromObject({zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0,r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),di(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?di(e.base||t.fromObject({zone:this.zone}),this,Object.assign(e,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},t.min=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("min requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.min)},t.max=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("max requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.max)},t.fromFormatExplain=function(t,e,n){void 0===n&&(n={});var i=n,r=i.locale,s=void 0===r?null:r,o=i.numberingSystem,a=void 0===o?null:o;return jn(le.fromOpts({locale:s,numberingSystem:a,defaultToEN:!0}),t,e)},t.fromStringExplain=function(e,n,i){return void 0===i&&(i={}),t.fromFormatExplain(e,n,i)},i(t,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Wn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Wn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Wn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Un(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?vn.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?vn.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?vn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?vn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return rt(this.year)}},{key:"daysInMonth",get:function(){return ot(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?st(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ct(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return w}},{key:"DATE_MED",get:function(){return I}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return S}},{key:"DATE_FULL",get:function(){return O}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return R}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return N}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return A}},{key:"TIME_24_SIMPLE",get:function(){return M}},{key:"TIME_24_WITH_SECONDS",get:function(){return E}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return j}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return V}},{key:"DATETIME_SHORT",get:function(){return C}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return D}},{key:"DATETIME_MED",get:function(){return L}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return F}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return z}},{key:"DATETIME_FULL",get:function(){return P}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return H}},{key:"DATETIME_HUGE",get:function(){return U}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return Z}}]),t}();function vi(t){if(fi.isDateTime(t))return t;if(t&&t.valueOf&&B(t.valueOf()))return fi.fromJSDate(t);if(t&&"object"==typeof t)return fi.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.c9=fi},673:(t,e,n)=>{"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},s=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],c=e.base?s[0]+e.base:s[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var h=a(l),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==h?(o[h].references++,o[h].updater(d)):o.push({identifier:l,updater:p(d,e),references:1}),i.push(l)}return i}function u(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var r=n.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var o=s(t.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(e)}return e}var l,h=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function d(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=h(e,r);else{var s=document.createTextNode(r),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(s,o[e]):t.appendChild(s)}}function f(t,e,n){var i=n.css,r=n.media,s=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),s&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(s))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var v=null,m=0;function p(t,e){var n,i,r;if(e.singleton){var s=m++;n=v||(v=u(e)),i=d.bind(null,n,s,!1),r=d.bind(null,n,s,!0)}else n=u(e),i=f.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=a(n[i]);o[r].references--}for(var s=c(t,e),u=0;u<n.length;u++){var l=a(n[u]);0===o[l].references&&(o[l].updater(),o.splice(l,1))}n=s}}}},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var r=e[i];if(void 0!==r)return r.exports;var s=e[i]={id:i,exports:{}};return t[i](s,s.exports,n),s.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var i={};(()=>{"use strict";n.r(i),n.d(i,{RevisionHistory:()=>Hs,RevisionHistoryUI:()=>Zi,RevisionTracker:()=>Oi,RevisionViewer:()=>cr,RevisionViewerLoadingOverlay:()=>Ir,RevisionViewerUI:()=>xr,RevisionsRepository:()=>Xn,RevisionsSidebar:()=>_s});var t=n(782),e=n(584),r=n(211),s=n(783);const o=function(){this.__data__=[],this.size=0};const a=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(a(t[n][0],e))return n;return-1};var u=Array.prototype.splice;const l=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():u.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const f=function(t,e){var n=this.__data__,i=c(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function v(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}v.prototype.clear=o,v.prototype.delete=l,v.prototype.get=h,v.prototype.has=d,v.prototype.set=f;const m=v;const p=function(){this.__data__=new m,this.size=0};const y=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=b||_||Function("return this")();const I=w.Symbol;var S=Object.prototype,O=S.hasOwnProperty,T=S.toString,x=I?I.toStringTag:void 0;const R=function(t){var e=O.call(t,x),n=t[x];try{t[x]=void 0;var i=!0}catch(t){}var r=T.call(t);return i&&(e?t[x]=n:delete t[x]),r};var N=Object.prototype.toString;const A=function(t){return N.call(t)};var M=I?I.toStringTag:void 0;const E=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?R(t):A(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!j(t))return!1;var e=E(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const C=w["__core-js_shared__"];var D,L=(D=/[^.]+$/.exec(C&&C.keys&&C.keys.IE_PROTO||""))?"Symbol(src)_1."+D:"";const F=function(t){return!!L&&L in t};var z=Function.prototype.toString;const P=function(t){if(null!=t){try{return z.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var H=/^\[object .+?Constructor\]$/,U=Function.prototype,Z=Object.prototype,q=U.toString,B=Z.hasOwnProperty,J=RegExp("^"+q.call(B).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const G=function(t){return!(!j(t)||F(t))&&(V(t)?J:H).test(P(t))};const Y=function(t,e){return null==t?void 0:t[e]};const W=function(t,e){var n=Y(t,e);return G(n)?n:void 0};const K=W(w,"Map");const X=W(Object,"create");const $=function(){this.__data__=X?X(null):{},this.size=0};const Q=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var tt=Object.prototype.hasOwnProperty;const et=function(t){var e=this.__data__;if(X){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return tt.call(e,t)?e[t]:void 0};var nt=Object.prototype.hasOwnProperty;const it=function(t){var e=this.__data__;return X?void 0!==e[t]:nt.call(e,t)};const rt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=X&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}st.prototype.clear=$,st.prototype.delete=Q,st.prototype.get=et,st.prototype.has=it,st.prototype.set=rt;const ot=st;const at=function(){this.size=0,this.__data__={hash:new ot,map:new(K||m),string:new ot}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ut=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const lt=function(t){var e=ut(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ut(this,t).get(t)};const dt=function(t){return ut(this,t).has(t)};const ft=function(t,e){var n=ut(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}vt.prototype.clear=at,vt.prototype.delete=lt,vt.prototype.get=ht,vt.prototype.has=dt,vt.prototype.set=ft;const mt=vt;const pt=function(t,e){var n=this.__data__;if(n instanceof m){var i=n.__data__;if(!K||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(i)}return n.set(t,e),this.size=n.size,this};function yt(t){var e=this.__data__=new m(t);this.size=e.size}yt.prototype.clear=p,yt.prototype.delete=y,yt.prototype.get=g,yt.prototype.has=k,yt.prototype.set=pt;const gt=yt;const kt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const bt=function(){try{var t=W(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const _t=function(t,e,n){"__proto__"==e&&bt?bt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var wt=Object.prototype.hasOwnProperty;const It=function(t,e,n){var i=t[e];wt.call(t,e)&&a(i,n)&&(void 0!==n||e in t)||_t(t,e,n)};const St=function(t,e,n,i){var r=!n;n||(n={});for(var s=-1,o=e.length;++s<o;){var a=e[s],c=i?i(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),r?_t(n,a,c):It(n,a,c)}return n};const Ot=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const Tt=function(t){return null!=t&&"object"==typeof t};const xt=function(t){return Tt(t)&&"[object Arguments]"==E(t)};var Rt=Object.prototype,Nt=Rt.hasOwnProperty,At=Rt.propertyIsEnumerable;const Mt=xt(function(){return arguments}())?xt:function(t){return Tt(t)&&Nt.call(t,"callee")&&!At.call(t,"callee")};const Et=Array.isArray;const jt=function(){return!1};var Vt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ct=Vt&&"object"==typeof module&&module&&!module.nodeType&&module,Dt=Ct&&Ct.exports===Vt?w.Buffer:void 0;const Lt=(Dt?Dt.isBuffer:void 0)||jt;var Ft=/^(?:0|[1-9]\d*)$/;const zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ft.test(t))&&t>-1&&t%1==0&&t<e};const Pt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ht={};Ht["[object Float32Array]"]=Ht["[object Float64Array]"]=Ht["[object Int8Array]"]=Ht["[object Int16Array]"]=Ht["[object Int32Array]"]=Ht["[object Uint8Array]"]=Ht["[object Uint8ClampedArray]"]=Ht["[object Uint16Array]"]=Ht["[object Uint32Array]"]=!0,Ht["[object Arguments]"]=Ht["[object Array]"]=Ht["[object ArrayBuffer]"]=Ht["[object Boolean]"]=Ht["[object DataView]"]=Ht["[object Date]"]=Ht["[object Error]"]=Ht["[object Function]"]=Ht["[object Map]"]=Ht["[object Number]"]=Ht["[object Object]"]=Ht["[object RegExp]"]=Ht["[object Set]"]=Ht["[object String]"]=Ht["[object WeakMap]"]=!1;const Ut=function(t){return Tt(t)&&Pt(t.length)&&!!Ht[E(t)]};const Zt=function(t){return function(e){return t(e)}};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Bt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Jt=Bt&&Bt.exports===qt&&b.process;const Gt=function(){try{var t=Bt&&Bt.require&&Bt.require("util").types;return t||Jt&&Jt.binding&&Jt.binding("util")}catch(t){}}();var Yt=Gt&&Gt.isTypedArray;const Wt=Yt?Zt(Yt):Ut;var Kt=Object.prototype.hasOwnProperty;const Xt=function(t,e){var n=Et(t),i=!n&&Mt(t),r=!n&&!i&&Lt(t),s=!n&&!i&&!r&&Wt(t),o=n||i||r||s,a=o?Ot(t.length,String):[],c=a.length;for(var u in t)!e&&!Kt.call(t,u)||o&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||zt(u,c))||a.push(u);return a};var $t=Object.prototype;const Qt=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||$t)};const te=function(t,e){return function(n){return t(e(n))}};const ee=te(Object.keys,Object);var ne=Object.prototype.hasOwnProperty;const ie=function(t){if(!Qt(t))return ee(t);var e=[];for(var n in Object(t))ne.call(t,n)&&"constructor"!=n&&e.push(n);return e};const re=function(t){return null!=t&&Pt(t.length)&&!V(t)};const se=function(t){return re(t)?Xt(t):ie(t)};const oe=function(t,e){return t&&St(e,se(e),t)};const ae=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var ce=Object.prototype.hasOwnProperty;const ue=function(t){if(!j(t))return ae(t);var e=Qt(t),n=[];for(var i in t)("constructor"!=i||!e&&ce.call(t,i))&&n.push(i);return n};const le=function(t){return re(t)?Xt(t,!0):ue(t)};const he=function(t,e){return t&&St(e,le(e),t)};var de="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=de&&"object"==typeof module&&module&&!module.nodeType&&module,ve=fe&&fe.exports===de?w.Buffer:void 0,me=ve?ve.allocUnsafe:void 0;const pe=function(t,e){if(e)return t.slice();var n=t.length,i=me?me(n):new t.constructor(n);return t.copy(i),i};const ye=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const ge=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,s=[];++n<i;){var o=t[n];e(o,n,t)&&(s[r++]=o)}return s};const ke=function(){return[]};var be=Object.prototype.propertyIsEnumerable,_e=Object.getOwnPropertySymbols;const we=_e?function(t){return null==t?[]:(t=Object(t),ge(_e(t),(function(e){return be.call(t,e)})))}:ke;const Ie=function(t,e){return St(t,we(t),e)};const Se=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const Oe=te(Object.getPrototypeOf,Object);const Te=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Se(e,we(t)),t=Oe(t);return e}:ke;const xe=function(t,e){return St(t,Te(t),e)};const Re=function(t,e,n){var i=e(t);return Et(t)?i:Se(i,n(t))};const Ne=function(t){return Re(t,se,we)};const Ae=function(t){return Re(t,le,Te)};const Me=W(w,"DataView");const Ee=W(w,"Promise");const je=W(w,"Set");const Ve=W(w,"WeakMap");var Ce="[object Map]",De="[object Promise]",Le="[object Set]",Fe="[object WeakMap]",ze="[object DataView]",Pe=P(Me),He=P(K),Ue=P(Ee),Ze=P(je),qe=P(Ve),Be=E;(Me&&Be(new Me(new ArrayBuffer(1)))!=ze||K&&Be(new K)!=Ce||Ee&&Be(Ee.resolve())!=De||je&&Be(new je)!=Le||Ve&&Be(new Ve)!=Fe)&&(Be=function(t){var e=E(t),n="[object Object]"==e?t.constructor:void 0,i=n?P(n):"";if(i)switch(i){case Pe:return ze;case He:return Ce;case Ue:return De;case Ze:return Le;case qe:return Fe}return e});const Je=Be;var Ge=Object.prototype.hasOwnProperty;const Ye=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Ge.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const We=w.Uint8Array;const Ke=function(t){var e=new t.constructor(t.byteLength);return new We(e).set(new We(t)),e};const Xe=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var $e=/\w*$/;const Qe=function(t){var e=new t.constructor(t.source,$e.exec(t));return e.lastIndex=t.lastIndex,e};var tn=I?I.prototype:void 0,en=tn?tn.valueOf:void 0;const nn=function(t){return en?Object(en.call(t)):{}};const rn=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const sn=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return Ke(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Xe(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return rn(t,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return Qe(t);case"[object Symbol]":return nn(t)}};var on=Object.create;const an=function(){function t(){}return function(e){if(!j(e))return{};if(on)return on(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const cn=function(t){return"function"!=typeof t.constructor||Qt(t)?{}:an(Oe(t))};const un=function(t){return Tt(t)&&"[object Map]"==Je(t)};var ln=Gt&&Gt.isMap;const hn=ln?Zt(ln):un;const dn=function(t){return Tt(t)&&"[object Set]"==Je(t)};var fn=Gt&&Gt.isSet;const vn=fn?Zt(fn):dn;var mn="[object Arguments]",pn="[object Function]",yn="[object Object]",gn={};gn[mn]=gn["[object Array]"]=gn["[object ArrayBuffer]"]=gn["[object DataView]"]=gn["[object Boolean]"]=gn["[object Date]"]=gn["[object Float32Array]"]=gn["[object Float64Array]"]=gn["[object Int8Array]"]=gn["[object Int16Array]"]=gn["[object Int32Array]"]=gn["[object Map]"]=gn["[object Number]"]=gn[yn]=gn["[object RegExp]"]=gn["[object Set]"]=gn["[object String]"]=gn["[object Symbol]"]=gn["[object Uint8Array]"]=gn["[object Uint8ClampedArray]"]=gn["[object Uint16Array]"]=gn["[object Uint32Array]"]=!0,gn["[object Error]"]=gn[pn]=gn["[object WeakMap]"]=!1;const kn=function t(e,n,i,r,s,o){var a,c=1&n,u=2&n,l=4&n;if(i&&(a=s?i(e,r,s,o):i(e)),void 0!==a)return a;if(!j(e))return e;var h=Et(e);if(h){if(a=Ye(e),!c)return ye(e,a)}else{var d=Je(e),f=d==pn||"[object GeneratorFunction]"==d;if(Lt(e))return pe(e,c);if(d==yn||d==mn||f&&!s){if(a=u||f?{}:cn(e),!c)return u?xe(e,he(a,e)):Ie(e,oe(a,e))}else{if(!gn[d])return s?e:{};a=sn(e,d,c)}}o||(o=new gt);var v=o.get(e);if(v)return v;o.set(e,a),vn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):hn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var m=h?void 0:(l?u?Ae:Ne:u?le:se)(e);return kt(m||e,(function(r,s){m&&(r=e[s=r]),It(a,s,t(r,n,i,s,e,o))})),a};const bn=function(t){return kn(t,5)};const _n=function(t){return"symbol"==typeof t||Tt(t)&&"[object Symbol]"==E(t)};var wn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,In=/^\w*$/;const Sn=function(t,e){if(Et(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!_n(t))||(In.test(t)||!wn.test(t)||null!=e&&t in Object(e))};function On(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],s=n.cache;if(s.has(r))return s.get(r);var o=t.apply(this,i);return n.cache=s.set(r,o)||s,o};return n.cache=new(On.Cache||mt),n}On.Cache=mt;const Tn=On;var xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Rn=/\\(\\)?/g;const Nn=function(t){var e=Tn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(xn,(function(t,n,i,r){e.push(i?r.replace(Rn,"$1"):n||t)})),e}));const An=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r};var Mn=I?I.prototype:void 0,En=Mn?Mn.toString:void 0;const jn=function t(e){if("string"==typeof e)return e;if(Et(e))return An(e,t)+"";if(_n(e))return En?En.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const Vn=function(t){return null==t?"":jn(t)};const Cn=function(t,e){return Et(t)?t:Sn(t,e)?[t]:Nn(Vn(t))};const Dn=function(t){if("string"==typeof t||_n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const Ln=function(t,e,n,i){if(!j(t))return t;for(var r=-1,s=(e=Cn(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=Dn(e[r]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(r!=o){var l=a[c];void 0===(u=i?i(l,c,a):void 0)&&(u=j(l)?l:zt(e[r+1])?[]:{})}It(a,c,u),a=a[c]}return t};const Fn=function(t,e,n){return null==t?t:Ln(t,e,n)};const zn=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Pn=function(t,e){for(var n=0,i=(e=Cn(e,t)).length;null!=t&&n<i;)t=t[Dn(e[n++])];return n&&n==i?t:void 0};const Hn=function(t,e,n){var i=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++i<r;)s[i]=t[i+e];return s};const Un=function(t,e){return e.length<2?t:Pn(t,Hn(e,0,-1))};const Zn=function(t,e){return e=Cn(e,t),null==(t=Un(t,e))||delete t[Dn(zn(e))]};const qn=function(t,e){return null==t||Zn(t,e)},Bn=Gn;function Jn(){const t=["_update","8rbIUAg","set","toVersion","diffData","creatorId","creator","createdAt","14736060LsANHh","468HAGvRZ","1198794BhMuTd","name","132424TbsJCh","225BPCxXJ","map","4206EVnpSi","3965178zyiekW","405147NVVvfm","attributes","setAttribute","authorsIds","fire","authors","setName","toJSON","removeAttribute","fromVersion","367585AvNyPM"];return(Jn=function(){return t})()}function Gn(t,e){const n=Jn();return(Gn=function(t,e){return n[t-=381]})(t,e)}!function(t,e){const n=Gn,i=t();for(;;)try{if(292653===parseInt(n(408))/1+-parseInt(n(400))/2*(-parseInt(n(406))/3)+parseInt(n(392))/4*(-parseInt(n(390))/5)+parseInt(n(401))/6+parseInt(n(407))/7+-parseInt(n(403))/8*(-parseInt(n(404))/9)+-parseInt(n(399))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Jn);class Yn extends((0,e.ObservableMixin)()){constructor(t){const n=Gn;super(),this.id=t.id||(0,e.uid)(),this[n(397)]=t[n(397)]||null,this[n(385)]=t[n(385)]||[],this[n(395)]=t[n(395)]||null,this[n(394)]=t[n(394)]||0,this[n(389)]=t[n(389)]||0,this[n(393)](n(402),t[n(402)]||""),this[n(393)](n(398),t[n(398)]||new Date),this[n(393)](n(381),t[n(381)]||{})}[Bn(386)](t){this[Bn(391)]({name:t})}[Bn(382)](t,e){const n=Bn,i=bn(this[n(381)]);Fn(i,t,e),this[n(391)]({attributes:i})}[Bn(388)](t){const e=Bn,n=bn(this[e(381)]);qn(n,t),this[e(391)]({attributes:n})}[Bn(391)](t,e=!1){const n=Bn;let i=!1;const r={id:this.id},s=[n(402),n(398),n(395),n(385),n(381),n(394),n(389),n(396)];for(const e of s){const n=t[e];void 0!==n&&n!==this[e]&&(this[e]=n,r[e]=n,i=!0)}i&&(r[n(385)]&&(r[n(383)]=r[n(385)][n(405)]((t=>t.id)),delete r[n(385)]),this[n(384)](n(391),r,e))}[Bn(387)](){const t=Bn;return{id:this.id,name:this[t(402)],creatorId:this[t(397)]?this[t(397)].id:null,authorsIds:this[t(385)][t(405)]((t=>t.id)),diffData:this[t(395)],createdAt:this[t(398)],attributes:this[t(381)],fromVersion:this[t(389)],toVersion:this[t(394)]}}}const Wn=Kn;function Kn(t,e){const n=$n();return(Kn=function(t,e){return n[t-=106]})(t,e)}!function(t,e){const n=Kn,i=t();for(;;)try{if(693325===-parseInt(n(129))/1+-parseInt(n(146))/2*(parseInt(n(151))/3)+-parseInt(n(120))/4+-parseInt(n(106))/5*(-parseInt(n(115))/6)+-parseInt(n(147))/7*(parseInt(n(124))/8)+-parseInt(n(122))/9+parseInt(n(159))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}($n);class Xn extends t.Plugin{static get[Wn(150)](){return[r.Users]}static get[Wn(109)](){return Wn(134)}get[Wn(125)](){const t=Wn;return this[t(145)][t(125)]}constructor(t){const n=Wn;super(t),this[n(145)]=new e.Collection}[Wn(131)](){!function(e){function n(t){const e=Kn;return t[e(123)]((t=>String[e(133)](t)))[e(139)]("")}(e=>{const i=Kn;function r(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const s=[1,85,78,115,198,255,50,112,83,87,161],o=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const i=function(t){const e=atob(t),[i,r]=e[n([115,112,108,105,116])](n([45]));try{if(atob(r))return atob(i)}catch(t){}return e}(t),r=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let i=0;i<t[n([108,101,110,103,116,104])];i++)e[i]=t[n([99,104,97,114,67,111,100,101,65,116])](i);return e}(i)),s=r[n([112,111,112])](),o=r[n([112,111,112])]();return function(t){let e="";for(const i of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](i);return e}(function(t,e,i){const r={};r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},r[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],r[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],r[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],r[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],r[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],r[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],r[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],r[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],r[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],r[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const s=new Uint8Array(16);for(let t=15;t>=0;--t)s[t]=i%256,i=parseInt(i/256);let o=null,a=16;const c=new Uint8Array(e),u=[],l=[];!function(){const t=r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),i=c[n([108,101,110,103,116,104])]/4,s=h(c);let o;for(let e=0;e<i;e++)o=e>>2,u[o][e%4]=s[e],l[t-o][e%4]=s[e];let a,d=0,f=i;for(;f<e;){a=s[i-1],s[0]^=r[n([83])][a>>16&255]<<24^r[n([83])][a>>8&255]<<16^r[n([83])][255&a]<<8^r[n([83])][a>>24&255]^r[n([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<i/2;t++)s[t]^=s[t-1];a=s[i/2-1],s[i/2]^=r[n([83])][255&a]^r[n([83])][a>>8&255]<<8^r[n([83])][a>>16&255]<<16^r[n([83])][a>>24&255]<<24;for(let t=i/2+1;t<i;t++)s[t]^=s[t-1];let o,c,h=0;for(;h<i&&f<e;)o=f>>2,c=f%4,u[o][c]=s[h],l[t-o][c]=s[h++],f++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=l[e][t],l[e][t]=r[n([85,49])][a>>24&255]^r[n([85,50])][a>>16&255]^r[n([85,51])][a>>8&255]^r[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(o=f(s),a=0,d(s)),t[e]^=o[a++];return t;function h(t){const e=[];for(let i=0;i<t[n([108,101,110,103,116,104])];i+=4)e[n([112,117,115,104])](t[i]<<24|t[i+1]<<16|t[i+2]<<8|t[i+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function f(t){const e=u[n([108,101,110,103,116,104])]-1,i=[0,0,0,0];let s=h(t);for(let t=0;t<4;t++)s[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)i[e]=r[n([84,49])][s[e]>>24&255]^r[n([84,50])][s[(e+1)%4]>>16&255]^r[n([84,51])][s[(e+2)%4]>>8&255]^r[n([84,52])][255&s[(e+3)%4]]^u[t][e];s=i[n([115,108,105,99,101])]()}const o=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[e][t],o[4*t]=255&(r[n([83])][s[t]>>24&255]^a>>24),o[4*t+1]=255&(r[n([83])][s[(t+1)%4]>>16&255]^a>>16),o[4*t+2]=255&(r[n([83])][s[(t+2)%4]>>8&255]^a>>8),o[4*t+3]=255&(r[n([83])][255&s[(t+3)%4]]^a);return o}}(r,e,o+256*s))}(t,new Uint8Array([...s,29,221,175,90,231,133,239,240,75,180,...o]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,r(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){y(p(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){y(function(t,e){try{if(S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const i=O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(i)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return p(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const i=o[0]*s[1],r=o[0]*s[2],a=o[2]*s[2];function c(t,e){u(),g(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?i:r}function u(){const t=h;function e(){S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=w,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=w,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=w,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=w)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const i=Kn;if(S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const r=O(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),s=r[i(111)](0),o=r[i(107)](s[n([105,100])]);O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](s[n([105,100])],o?o[n([105,100])]:null,1)[i(130)]((()=>e()))}}))}S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=Kn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(144)](Number(e))){if(window[e]===i)return n([116,105,109,101]);if(window[e]===r)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=o[6]*s[8]*s[6];return S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=O(h,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=Kn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(144)](Number(e))&&window[e]===a)return!0;return!1}()?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):p(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],h=n([99,111,110,116,101,120,116])in e?e[i(152)]:e[i(116)],d=n([52,48,52,56,48,56,48,56]),f=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),v=h[i(117)][i(140)](n([108,105,99,101,110,115,101,75,101,121])),m=c[n([102,105,108,116,101,114])](r)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===l));function p(t,e){try{return function(t){if(!S(h,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},i=e[n([97,105,119,115,103,105,99])]||!1,r=e[n([97,105,116,99,100,103,105,108])]||!1,s=e[n([97,105,114,118,105,105,108])]||!1;return!(!S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!i)||(!(!S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r)||!(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||O(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s))}(e)?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const r=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),s=function(t,e){const r=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!r&&c[n([102,105,108,116,101,114])]((t=>r[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=i,r={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:I};return!!t[e(156)]&&r[t[e(156)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return r||s}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(d)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function y(e,i){if(h instanceof t.Context){const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?b(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{b(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),o[6]*s[8]*s[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,r)=>{e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(r)}))}else{const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((r,s)=>{s[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),r[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function g(t){const e=k();return h[e]=t,t}function k(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let i=0;i<t[n([108,101,110,103,116,104])];i+=2){let r=parseInt(t[n([115,117,98,115,116,114,105,110,103])](i,i+2));r>=f[n([108,101,110,103,116,104])]&&(r-=f[n([108,101,110,103,116,104])]),e+=f[r]}return e}function b(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=w}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function w(){return null}function I(){return!window[n([68,114,117,112,97,108])]||!S(h,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function S(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function O(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}m&&function t(e,i){u[i[n([104,97,110,100,108,101,114])]](e,i),i[n([99,104,101,99,107,65,108,115,111])]&&i[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>S(h,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),i=JSON[n([112,97,114,115,101])](e),r=parseInt(i[n([49])]),s=i[n([50])]||"",o=parseInt(i[n([51])]),c=parseInt(i[n([52])])||0,u=parseInt(i[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:s,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:r,[n([105,115,84,114,105,97,108])]:o,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(v),m)})(e)}(this)}[Wn(141)](t){const e=Wn,n=this[e(116)][e(137)][e(140)](e(149));return new Yn({id:t.id,name:t[e(138)],creator:t[e(153)]?n[e(148)](t[e(153)]):null,diffData:t[e(143)]||t[e(132)],authors:t[e(160)][e(123)]((t=>n[e(148)](t))),createdAt:new Date(t[e(154)]),attributes:t[e(135)],fromVersion:t[e(161)],toVersion:t[e(118)]})}[Wn(114)](t,e=0){const n=Wn;this[n(145)][n(157)](t,e)}[Wn(111)](t){const e=Wn;return this[e(145)][e(140)](t)}[Wn(119)](t={toJSON:!1}){const e=Wn,n=Array[e(121)](this[e(145)]);return n[e(155)](),t[e(136)]?n[e(123)]((t=>t[e(136)]())):n}[Wn(112)](t){const e=Wn;return this[e(145)][e(112)](t)}[Wn(107)](t){const e=Wn,[,n]=this[e(110)](t,{direction:e(128)});return n}[Wn(158)](t){const e=Wn,[,n]=this[e(110)](t,{direction:e(127)});return n}[Wn(113)](t){const e=Wn,n=[];for(const i of this[e(110)](t[e(108)]))if(n[e(126)](i),i.id===t[e(142)])break;return n}*[Wn(110)](t,{direction:e=Wn(128),filter:n=(t=>!0)}={}){const i=Wn,r=i(128)===e?1:-1;let s=this[i(145)][i(140)](t),o=this[i(112)](s);for(yield s;s;){if(o+=r,s=this[i(111)](o),!s)return;n(s)&&(yield s)}}}function $n(){const t=["getRevisionsIterator","getRevision","getIndex","getRevisionsInDiff","addRevision","384vfKwTG","editor","config","toVersion","getRevisions","646172EQOeIA","from","8652060fSczDy","map","3144ygoMOc","length","push","later","earlier","353311TYumLn","then","afterInit","data","fromCharCode","RevisionsRepository","attributes","toJSON","plugins","name","join","get","createRevision","oldRevisionId","diffData","isNaN","_revisions","16418xvSFxo","15659vXsXpC","getUser","Users","requires","114tgvDKP","context","creatorId","createdAt","reverse","forbiddenHandler","add","getLaterVisibleRevision","21990660crHACP","authorsIds","fromVersion","90745JcSqZH","getEarlierVisibleRevision","newRevisionId","pluginName"];return($n=function(){return t})()}function Qn(t,e,n){const i=t.t;switch(e){case"Revision history":return i("Revision history");case"Open revision history":return i("Open revision history");case"Restored":return i("Restored");case"Empty document":return i("Empty document");case"Initial revision":return i("Initial revision");case"Suggested by":return i("Suggested by");case"Added by":return i("Added by");case"Removed by":return i("Removed by");case"Show more items":return i("Show more items");case"Compare against selected":return i("Compare against selected");case"Name this revision":return i("Name this revision");case"Restore this revision":return i("Restore this revision");case"Back to editing":return i("Back to editing");case"Loading...":return i("Loading...");case"No changes":return i("No changes");case"NUMBER_OF_CHANGES":return i({string:"%0 change",plural:"%0 changes",id:"NUMBER_OF_CHANGES"},n);case"X_OF_Y_CHANGES":return i({string:"%0 of %1",id:"X_OF_Y_CHANGES"},n);case"Show previous change":return i("Show previous change");case"Show next change":return i("Show next change");case"EDIT_X_OF_Y_REVISIONS":return i({string:"Edit",id:"EDIT_X_OF_Y_REVISIONS"});case"Total":return i("Total");case"Revision creator":return i("Revision creator");case"Revision author":return i("Revision author");case"Revision name":return i("Revision name");case"Save current revision":return i("Save current revision");case"Save":return i("Save");case"Cancel":return i("Cancel");case"Name of the revision":return i("Name of the revision");case"optional":return i("optional");case"PENDING_ACTION_REVISION_HISTORY":return i({string:"Unsaved change in revision history.",id:"PENDING_ACTION_REVISION_HISTORY"});case"The revision name cannot be empty.":return i("The revision name cannot be empty.");case"Enter the revision name":return i("Enter the revision name");default:return""}}const ti=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const ei=function(t){return this.__data__.has(t)};function ni(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}ni.prototype.add=ni.prototype.push=ti,ni.prototype.has=ei;const ii=ni;const ri=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1};const si=function(t,e){return t.has(e)};const oi=function(t,e,n,i,r,s){var o=1&n,a=t.length,c=e.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(t),l=s.get(e);if(u&&l)return u==e&&l==t;var h=-1,d=!0,f=2&n?new ii:void 0;for(s.set(t,e),s.set(e,t);++h<a;){var v=t[h],m=e[h];if(i)var p=o?i(m,v,h,e,t,s):i(v,m,h,t,e,s);if(void 0!==p){if(p)continue;d=!1;break}if(f){if(!ri(e,(function(t,e){if(!si(f,e)&&(v===t||r(v,t,n,i,s)))return f.push(e)}))){d=!1;break}}else if(v!==m&&!r(v,m,n,i,s)){d=!1;break}}return s.delete(t),s.delete(e),d};const ai=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n};const ci=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var ui=I?I.prototype:void 0,li=ui?ui.valueOf:void 0;const hi=function(t,e,n,i,r,s,o){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new We(t),new We(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=ai;case"[object Set]":var u=1&i;if(c||(c=ci),t.size!=e.size&&!u)return!1;var l=o.get(t);if(l)return l==e;i|=2,o.set(t,e);var h=oi(c(t),c(e),i,r,s,o);return o.delete(t),h;case"[object Symbol]":if(li)return li.call(t)==li.call(e)}return!1};var di=Object.prototype.hasOwnProperty;const fi=function(t,e,n,i,r,s){var o=1&n,a=Ne(t),c=a.length;if(c!=Ne(e).length&&!o)return!1;for(var u=c;u--;){var l=a[u];if(!(o?l in e:di.call(e,l)))return!1}var h=s.get(t),d=s.get(e);if(h&&d)return h==e&&d==t;var f=!0;s.set(t,e),s.set(e,t);for(var v=o;++u<c;){var m=t[l=a[u]],p=e[l];if(i)var y=o?i(p,m,l,e,t,s):i(m,p,l,t,e,s);if(!(void 0===y?m===p||r(m,p,n,i,s):y)){f=!1;break}v||(v="constructor"==l)}if(f&&!v){var g=t.constructor,k=e.constructor;g==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"function"==typeof k&&k instanceof k||(f=!1)}return s.delete(t),s.delete(e),f};var vi="[object Arguments]",mi="[object Array]",pi="[object Object]",yi=Object.prototype.hasOwnProperty;const gi=function(t,e,n,i,r,s){var o=Et(t),a=Et(e),c=o?mi:Je(t),u=a?mi:Je(e),l=(c=c==vi?pi:c)==pi,h=(u=u==vi?pi:u)==pi,d=c==u;if(d&&Lt(t)){if(!Lt(e))return!1;o=!0,l=!1}if(d&&!l)return s||(s=new gt),o||Wt(t)?oi(t,e,n,i,r,s):hi(t,e,c,n,i,r,s);if(!(1&n)){var f=l&&yi.call(t,"__wrapped__"),v=h&&yi.call(e,"__wrapped__");if(f||v){var m=f?t.value():t,p=v?e.value():e;return s||(s=new gt),r(m,p,n,i,s)}}return!!d&&(s||(s=new gt),fi(t,e,n,i,r,s))};const ki=function t(e,n,i,r,s){return e===n||(null==e||null==n||!Tt(e)&&!Tt(n)?e!=e&&n!=n:gi(e,n,i,r,t,s))};const bi=function(t,e){return ki(t,e)},_i=Ii;function wi(){const t=["_baseRootsAttributes","saveRevision","revision","4LpwOAr","getOperation","NEGATIVE_INFINITY","adapter","_diffRootsAttributes","_markers","marked","userId","get","_revisionDataBuilder","document","resolve","dataDowncast","path","shift","_transformMarkers","_fixPosition","addRevisionData","baseVersion","_createFromRanges","62hFoWYH","position","trim","_update","_handleMergeOperation","2333421GYjpAc","elementStart","_loadState","getCurrentRevisionId","isEnabled","deletions","_authorId","_getFromVersion","getLatestVersion","toData","$text","model","deletion","_saveMetaData","insertions","sourcePosition","splitPosition","_pendingAction","vid","4521390eapOJe","_initialRevisionId","keys","type","attributesAfter","from","elementEnd","_markChanges","revisionHistory.resumeUnsavedRevision","_idsRoots","filter","getIndex","_replaceEditorDataWithRevisionData","dataToMarker","buildRevisionData","hasContent","_cloneOperation","_execute","fromVersion","_copyMarkers","_generateTape","getUser","_getBaseVids","_startingVersion","insert","_getPreviousFrom","name","_lastFrom","getRevisions","getMovedRangeStart","getRevision","history","howMany","updateRevisions","version","392fivoKx","createRevision","nodeAfter","split","toVersion","includes","_isAttached","element","sort","getAttribute","sendBufferedUpdates","Users","affectsData","attributesBefore","init","_fixRange","getTime","createRangeIn","_handleInsertOperation","editor-initial-data-replaced-with-revision-data","_prepareViewToSave","revision-end","diffData","toView","_getViewJson","getRoot","_baseIdsRoots","createdAt","isAttached","_addPendingAction","insertionPosition","isReady","_operations","detachRoot","markerToData","attachChange","editing","afterInit","paragraph","tableCell","_touchedMarkers","remove","upcast","slice","_startingRevisionId","_loadedStateData","reinsert","_createInitialRevision","children","attributes","clear","_lastTo","isAdd","insertion","childCount","_touchedRoots","_makeIdsRoot","roots","Empty document","getData","changeRootAttribute","_makeModelFromViewString","PENDING_ACTION_REVISION_HISTORY","default","getWalker","_handleRootAttributeOperation","start","_fixOperation","has","$graveyard","clone","vid_end","locale","initial","pluginName","nodes","length","conversion","newValue","createPositionFromPath","_baseRoots","stickiness","addRoot","createRange","_clone","graveyardPosition","data","documentFragment","_handleRootOperation","move","_handleMarkerOperation","range","previousPosition","getTransformedByOperation","setSource","_createCurrentRevision","add","merge","5lMMaLL","setRevisionData","set","item","map","processor","bind","key","vid_start","createPositionAt","end","27291PRsavP","addRootAttribute","_applyOperations","size","source","rootsAttributes","plugins","newRange","addRevision","_touched","_appendChild","string","ready","initialData","_continueCurrentRevision","1570624ErUCPs","createPositionAfter","PendingActions","getRootNames","update","define","collaboration.channelId","getNodeByPath","getAncestors","createPositionBefore","toModel","_getVidAttributeName","startsWith","getRevisionDocumentData","_isInit","root","find","push","_savedMetaData","RevisionsRepository","_removeRevisionMarkers","getChild","fromEntries","config","_diffRoots","_removeMetaData","_makeRevision","creator","delete","Initial revision","parent","RealTimeCollaborationClient","getRange","some","_setAttribute","values","revision-start","authors","getOperations","authorsIds","_reset","getAttributes","_revisionId","isEqual","requires","_removePendingAction","_handleMoveOperation","rootName","loadState","data-revision-","_source","_isPendingUpdate","getChildren","_setConversion","_findInsertionIndex","reInit","targetPosition","useFillerType","136164zBoFrX","revision:","creatorId","then","keepParagraph","forEach","_processRootBeforeSave","offsetSize","reverse","max","finally","29003jrByYR","editor","_calculateMetaData","removeRootAttribute","for","getRevisionRootsAttributes","currentRevision","_getState","text","_handleOperation","offset","stringify","view","oldRange","_handleSplitOperation","marker","repository","_insertChild","7172180aaLCCE","_bufferedUpdates","RevisionTracker","_bufferUpdate","parse","markers","_loadRevisionData"];return(wi=function(){return t})()}function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=480]})(t,e)}!function(t,e){const n=Ii,i=t();for(;;)try{if(488846===parseInt(n(546))/1*(parseInt(n(594))/2)+-parseInt(n(762))/3*(parseInt(n(574))/4)+-parseInt(n(751))/5*(parseInt(n(618))/6)+-parseInt(n(535))/7*(-parseInt(n(653))/8)+parseInt(n(599))/9+-parseInt(n(564))/10+-parseInt(n(777))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(wi);const Si={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class Oi extends t.Plugin{static get[_i(727)](){return _i(566)}static get[_i(521)](){return[r.Users,Xn,t.PendingActions]}constructor(t){const n=_i;super(t),this[n(577)]=null,this[n(552)]=null,this[n(583)]=new xi(this[n(547)]),this[n(619)]=this[n(547)][n(500)][n(582)](n(483))||n(726),this[n(565)]=new Map,this[n(698)]=null;const i=(0,e.uid)();this[n(527)]={history:this[n(547)][n(610)][n(584)][n(649)],getLatestVersion:()=>Promise[n(585)](this[n(547)][n(610)][n(584)][n(652)]),getCurrentRevisionId:()=>i},this[n(753)](n(684),!1),this[n(753)](n(603),!0),this[n(753)](n(528),!1),this[n(547)][n(500)][n(482)](n(626),!0),this[n(547)][n(730)][n(550)](n(695))[n(631)]({view:n(573)})}[_i(667)](){const t=_i;this[t(562)]=this[t(547)][t(768)][t(582)](t(496)),this[t(530)](),this[t(547)][t(739)].on(t(774),(()=>{const e=t,n=this[e(562)][e(648)](0),i=n&&null===n[e(504)]?n:null;if(this[e(776)]=!!i&&this[e(547)][e(500)][e(582)](e(626)),this[e(547)][e(768)][e(721)](e(508))){const t=this[e(527)][e(602)](),r=this[e(562)][e(648)](t);if(r)this[e(641)]=r[e(636)],this[e(776)]=!1;else{const t=this[e(527)][e(649)][e(685)][e(493)]((t=>!t[e(491)])),r=t?t[e(592)]:this[e(527)][e(649)][e(652)];n?(n[e(657)]<r&&n[e(597)]({toVersion:r}),this[e(776)]?(this[e(527)][e(602)]=()=>i.id,this[e(641)]=i[e(636)]):(this[e(641)]=n[e(657)],this[e(776)]=!1)):(this[e(641)]=r,this[e(776)]=!1)}}else i&&(this[e(547)][e(610)][e(584)][e(649)][e(652)]=Math[e(544)](i[e(657)],this[e(547)][e(610)][e(584)][e(649)][e(652)]),i[e(636)]===i[e(657)]?(0!==i[e(636)]&&(this[e(527)][e(602)]=()=>i.id),this[e(776)]=!1):this[e(776)]&&(this[e(527)][e(602)]=()=>i.id,this[e(641)]=i[e(636)])),this[e(776)]||(this[e(641)]=this[e(547)][e(610)][e(584)][e(652)]);this[e(583)][e(667)](this[e(527)][e(649)]),this[e(700)](this[e(641)]),this[e(748)](this[e(641)]),this[e(577)]&&this[e(663)]()})),this[t(757)](t(684)).to(this,t(528),(t=>!t))}async[_i(690)](){const t=_i;if(this[t(562)][t(729)]>0){const e=this[t(562)][t(648)](0),n=await this[t(490)](e),i=await this[t(551)](e);this[t(630)](n,i)}}[_i(747)](t){this[_i(527)]=t}async[_i(481)](){const t=_i,e=await this[t(527)][t(607)]();if(e>this[t(552)][t(657)]){await this[t(601)]();const n=this[t(632)]({revision:this[t(552)],to:e});n[t(514)]=n[t(516)][t(755)]((e=>this[t(547)][t(768)][t(582)](t(664))[t(639)](e))),this[t(552)][t(597)](n)}}async[_i(601)](){const t=_i;this[t(776)]&&!this[t(698)]&&(await this[t(570)](this[t(552)]),this[t(583)][t(525)](this[t(552)]),this[t(698)]={fromVersion:this[t(552)][t(636)],authors:this[t(552)][t(514)][t(696)]()})}async[_i(572)](t={},n=null){const i=_i,r=[];await this[i(601)](),this[i(776)]=!1,n>this[i(552)][i(657)]&&(n=null),null===n&&(n=await this[i(527)][i(607)]());const s=this[i(606)](n),o=this[i(632)]({from:s,to:n});if(this[i(552)][i(657)]<n){const t=this[i(632)]({revision:this[i(552)],from:n,to:n});t[i(514)]=[],t[i(516)]=[],t.id=this[i(552)].id,this[i(552)][i(597)](t,!0),delete t[i(514)],r[i(494)](t)}t[i(537)]=this[i(547)][i(768)][i(582)](i(664)).me.id,t[i(644)]=t[i(644)]||null,t.id=t.id||(0,e.uid)(),t={...t,...o};const a=this[i(591)](t);r[i(494)](t);const c=this[i(562)][i(629)](a);if(0!==c){const e=this[i(562)][i(648)](c-1);if(e[i(636)]!==n){const s=this[i(583)][i(712)](n,e[i(657)]),o={id:e.id,diffData:s[i(675)],authorsIds:s[i(516)],authors:s[i(516)][i(755)]((t=>this[i(547)][i(768)][i(582)](i(664))[i(639)](t))),fromVersion:n};e===this[i(552)]&&(o[i(680)]=new Date(t[i(680)][i(669)]()+10)),e[i(597)](o,!0),delete o[i(514)],r[i(494)](o)}}if(this[i(577)]){for(const t of r)this[i(567)](t.id,t,!0);this[i(663)]()}return a}[_i(591)](t){const e=_i,n=this[e(562)][e(654)](t);return this[e(577)]&&n.on(e(597),((t,n,i)=>{const r=e;i||(this[r(567)](n.id,n,!0),this[r(663)]())})),this[e(562)][e(770)](n,this[e(531)](n)),n}async[_i(490)](t){const e=_i;await this[e(570)](t);const n={};for(const i in t[e(675)]){if(t[e(675)][i][e(688)]&&!t[e(675)][i][e(688)][e(681)])continue;const r=this[e(497)](JSON[e(568)](t[e(675)][i][e(613)])),o=this[e(547)][e(689)][e(558)][e(584)],a=new s.ViewDocumentFragment(o,r[e(755)]((t=>Ti(t,this[e(547)]))));this[e(547)][e(739)][e(756)][e(534)](e(580)),n[i]=this[e(547)][e(739)][e(756)][e(608)](a),this[e(547)][e(739)][e(756)][e(534)](e(716))}return n}async[_i(551)](t){const e=_i;await this[e(570)](t);const n={};for(const i in t[e(675)])t[e(675)][i][e(688)]&&!t[e(675)][i][e(688)][e(681)]||(n[i]=t[e(675)][i][e(622)]||{});return n}[_i(663)](){const t=_i;if(0===this[t(565)][t(765)])return;if(this[t(528)])return;let e=Array[t(623)](this[t(565)][t(512)]());this[t(565)][t(703)]();for(let n=0;n<e[t(729)];n++){const i=e[n];let r=!1;for(const e of Object[t(620)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(628)]((t=>null!==t)),!e[t(729)])return;for(let n=0;n<e[t(729)];n++){const i=e[n];void 0!==i[t(636)]&&void 0===i[t(657)]&&(i[t(657)]=this[t(562)][t(648)](i.id)[t(657)]),void 0!==i[t(657)]&&void 0===i[t(636)]&&(i[t(636)]=this[t(562)][t(648)](i.id)[t(636)])}const n=this[t(547)][t(500)][t(582)](t(483));this[t(528)]=!0,this[t(682)](),this[t(577)][t(651)](e,n)[t(545)]((()=>{this[t(528)]=!1}))[t(538)]((e=>{const n=t;if(e)for(const t of e)this[n(752)]({id:t.id,createdAt:t[n(680)]});this[n(522)](),this[n(663)]()}))}[_i(630)](t,n){const i=_i;let r=this[i(547)][i(500)][i(582)](i(775)),s=this[i(547)][i(500)][i(582)](i(767));if(void 0===r){r={};for(const t of this[i(547)][i(610)][i(584)][i(480)]())r[t]=""}if(i(773)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(547)][i(610)][i(584)][i(480)]())s[t]={}}let o=!1;const a=Object[i(620)](r),c=Object[i(620)](t);for(const e of a){if(r[e]!==t[e]&&""!==r[e][i(596)]()){o=!0;break}if(!bi(s[e],n[e])&&Object[i(620)](s[e])[i(729)]>0){o=!0;break}}o||(o=c[i(510)]((t=>!this[i(547)][i(610)][i(584)][i(678)](t)))),o&&(0,e.logWarning)(i(672),{editorData:r,editorRootsAttributes:s,revisionData:t,revisionRootsAttributes:n}),this[i(547)][i(500)][i(753)](i(775),t),this[i(547)][i(500)][i(753)](i(767),n)}[_i(682)](){const t=_i;if(!this[t(616)]){const e=this[t(547)][t(768)][t(582)](t(779));this[t(616)]=e[t(749)](Qn(this[t(547)][t(725)],t(715)))}}[_i(522)](){const t=_i;this[t(616)]&&(this[t(547)][t(768)][t(582)](t(779))[t(694)](this[t(616)]),this[t(616)]=null)}[_i(531)](t){const e=_i,n=this[e(562)][e(646)]();n[e(543)]();let i=0;for(;i<n[e(729)];){const r=n[i];if(r===this[e(552)]){i++;continue}if(r.id===this[e(619)])break;const s=t[e(657)]-r[e(657)]||t[e(636)]-r[e(636)];if(s>0)break;if(s<0)i++;else{if(!t[e(504)]&&r[e(504)])break;if(r[e(504)]||!t[e(504)]){if(t[e(680)]>r[e(680)])break;i++}else i++}}return i}[_i(752)](t){const e=_i,n=this[e(562)][e(648)](t.id);if(t[e(680)]&&(t[e(680)]=new Date(t[e(680)])),t[e(516)]){const n=this[e(547)][e(768)][e(582)](e(664));t[e(514)]=t[e(516)][e(755)]((t=>n[e(639)](t)))}n[e(597)](t,!0)}[_i(632)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(636)],n=null!==n?n:t[i(657)];const r=this[i(583)][i(712)](e,n),s={diffData:r[i(675)],authorsIds:r[i(516)],fromVersion:e,toVersion:n};if(!t||n!==t[i(657)]){const t=n-1,e=this[i(527)][i(649)][i(575)](t);s[i(680)]=e&&e[i(680)]||new Date}if(this[i(698)]&&e===this[i(698)][i(636)])for(const t of this[i(698)][i(514)])s[i(516)][i(658)](t.id)||s[i(516)][i(494)](t.id);return s}[_i(570)](t){const e=_i;if(!t||t[e(675)])return Promise[e(585)]();{const n=this[e(547)][e(500)][e(582)](e(483));return this[e(577)][e(648)]({channelId:n,revisionId:t.id})[e(538)]((n=>{const i=e;t[i(675)]=n[i(675)]}))}}[_i(567)](t,e,n){const i=_i;if(this[i(565)][i(721)](t)){const r=this[i(565)][i(582)](t);e=n?{...r,...e}:{...e,...r}}this[i(565)][i(753)](t,e)}[_i(606)](t){const e=_i,n=this[e(562)][e(646)]();n[e(543)](),n[e(588)]();const i=n[e(493)]((n=>n[e(657)]<=t))[e(657)];return i<this[e(641)]?this[e(641)]:i}[_i(700)](t){const e=_i,n=this[e(562)][e(648)](this[e(562)][e(729)]-1);if(n)this[e(619)]=n.id;else{const n=!this[e(547)][e(610)][e(584)][e(710)][e(493)]((t=>this[e(547)][e(610)][e(633)](t))),i=this[e(547)][e(768)][e(582)](e(664)).me.id,r=Qn(this[e(547)][e(725)],e(n?711:506));this[e(503)]({from:t,to:t,id:this[e(619)],name:r,creatorId:i})}}[_i(748)](t){const e=_i,n=this[e(527)][e(602)]();this[e(552)]=this[e(562)][e(648)](n),this[e(552)]||(this[e(552)]=this[e(503)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(503)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(632)]({from:e,to:n});o[s(644)]=t,o[s(537)]=i,o.id=r;const a=this[s(591)](o);return this[s(577)]&&this[s(567)](o.id,o,!0),a}[_i(530)](){const t=_i;this[t(547)][t(730)][t(550)](t(586))[t(687)]({model:t(573)})}[_i(497)](t){const e=_i;return(t=t[e(628)]((t=>!t[e(644)]||e(513)!==t[e(644)]&&e(674)!==t[e(644)])))[e(540)]((t=>{const n=e;n(773)!=typeof t&&(t[n(701)]=this[n(497)](t[n(701)]),t[n(702)]=t[n(702)][n(628)]((t=>!t[0][n(489)](n(526)))))})),t}}function Ti(t,e){const n=_i,i=e[n(689)][n(558)][n(584)];if(n(773)==typeof t)return new s.ViewText(i,t);{const r=t[n(701)][n(755)]((t=>Ti(t,e)));return new(Si[t[n(621)]]||s.ViewElement)(i,t[n(644)],t[n(702)],r)}}class xi{constructor(t){const e=_i;this[e(547)]=t,this[e(495)]=new Map,this[e(645)]=-1,this[e(704)]=-1,this[e(579)]=new Map,this[e(501)]=new Map,this[e(578)]=new Map,this[e(733)]=new Map,this[e(571)]=new Map,this[e(627)]=new Map,this[e(679)]=new Map,this[e(771)]=new Map,this[e(693)]=new Map,this[e(708)]=new Map,this[e(519)]=1}[_i(667)](t){const e=_i;this[e(766)]=t;const n=new Map,i=new Map,r=this[e(547)][e(610)][e(584)][e(710)][e(755)]((t=>t[e(524)]));for(const t of r){const r=this[e(547)][e(610)][e(584)][e(678)](t),s=Ri(r);n[e(753)](t,s),i[e(753)](t,Object[e(499)](r[e(518)]()))}const s=Array[e(623)](this[e(547)][e(610)][e(569)])[e(755)]((t=>[t[e(644)],t[e(509)]()])),o=this[e(766)][e(652)];this[e(612)](o,n,s,i),this[e(697)]=this[e(519)];const a=new Map,c=new Map;for(const t of r){const n=Ni(t);a[e(753)](t,n),c[e(753)](t,{})}this[e(612)](Number[e(576)],a,[],c)}[_i(712)](t,e){const n=_i;if(this[n(645)]===t&&this[n(704)]<=e)this[n(495)][n(765)]>1&&this[n(502)](this[n(704)]),this[n(764)](this[n(704)],e,!0);else{if(!this[n(495)][n(721)](t)){const e=this[n(643)](t);this[n(548)](e,t,!1)}this[n(548)](t,e,!0)}return this[n(645)]=t,this[n(704)]=e,this[n(553)]()}[_i(525)](t){const e=_i;this[e(517)](),this[e(645)]=t[e(636)],this[e(704)]=t[e(657)];for(const n in t[e(675)]){const i=t[e(675)][n][e(688)],r=bn(t[e(675)][n][e(666)])||{},s=this[e(714)](t[e(675)][n][e(604)]);s[e(524)]=n,s[e(659)]=!i||!i[e(681)],s[e(681)]=()=>s[e(659)],this[e(733)][e(753)](n,s),this[e(571)][e(753)](n,r),i&&this[e(708)][e(753)](n,i);const o=this[e(709)](s);this[e(679)][e(753)](n,o);for(const[t,n]of s[e(569)]){if(!t[e(489)](e(536)))continue;const i=t[e(656)](":")[2];for(const t of n[e(717)]({singleCharacters:!0})){const n=this[e(488)](t),r=e(624)==t[e(621)]?t[e(745)][e(587)][e(696)](0,-1):t[e(745)][e(587)],s=o[e(484)](r)[e(662)](n);this[e(771)][e(753)](s,{userId:i})}}}this[e(697)]=this[e(519)];const n=[...Array(this[e(519)])[e(620)]()][e(696)](1)[e(628)]((t=>!this[e(771)][e(721)](t)));let i=0;const r=new Map;for(const s in t[e(675)]){const o=t[e(675)][s][e(688)],a=bn(t[e(675)][s][e(622)])||{},c=this[e(714)](t[e(675)][s][e(613)]);c[e(524)]=s,c[e(659)]=!o||o[e(681)],c[e(681)]=()=>c[e(659)],this[e(501)][e(753)](s,c),this[e(578)][e(753)](s,a);const u=this[e(709)](c,Number[e(576)]);this[e(627)][e(753)](s,u),r[e(753)](s,c[e(681)]()?a:{});for(const[t,n]of c[e(569)]){if(!t[e(489)](e(536)))continue;const i=t[e(656)](":")[2];for(const t of n[e(717)]({singleCharacters:!0})){const n=this[e(488)](t),r=this[e(519)]++,s=e(624)==t[e(621)]?t[e(745)][e(587)][e(696)](0,-1):t[e(745)][e(587)];u[e(484)](s)[e(511)](n,r),this[e(771)][e(753)](r,{userId:i})}}for(const t of this[e(547)][e(610)][e(670)](c)[e(717)]({singleCharacters:!0})){const r=this[e(488)](t),s=e(624)==t[e(621)]?t[e(745)][e(587)][e(696)](0,-1):t[e(745)][e(587)],o=u[e(484)](s);o[e(662)](r)>0||o[e(511)](r,n[i++])}for(const[t,n]of c[e(569)])t[e(489)](e(536))||this[e(579)][e(753)](t,n)}const s=Ni(e(722));this[e(733)][e(753)](e(722),s),this[e(679)][e(753)](e(722),this[e(709)](s,1));const o=Ni(e(722));this[e(501)][e(753)](e(722),o),this[e(627)][e(753)](e(722),this[e(709)](o,1));const a=Array[e(623)](this[e(501)])[e(755)]((([t,e])=>[t,Ri(e)]));this[e(612)](this[e(704)],a,this[e(579)],r)}[_i(714)](t){const e=_i,n=JSON[e(568)](t),i=this[e(547)][e(689)][e(558)][e(584)],r=new s.ViewDocumentFragment(i,n[e(755)]((t=>Ti(t,this[e(547)]))));return this[e(547)][e(739)][e(487)](r)}[_i(612)](t,e,n,i){const r=_i,s=new Map(e),o=new Map(bn(i)),a=new Map;for(const[t,e]of n)a[r(753)](t,{start:e[r(719)][r(723)](),end:e[r(761)][r(723)](),rootName:e[r(492)][r(524)]});this[r(495)][r(753)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(502)](t){const e=_i;this[e(495)][e(505)](t)}[_i(532)](){const t=_i;this[t(517)](),this[t(645)]=-1,this[t(704)]=-1,this[t(495)][t(703)](),this[t(667)](this[t(766)])}[_i(517)](){const t=_i;this[t(771)][t(703)](),this[t(693)][t(703)](),this[t(708)][t(703)](),this[t(501)][t(703)](),this[t(578)][t(703)](),this[t(733)][t(703)](),this[t(571)][t(703)](),this[t(627)][t(703)](),this[t(679)][t(703)](),this[t(579)][t(703)](),this[t(519)]=1,this[t(697)]=this[t(519)]}[_i(709)](t,e=null){const n=_i;let i=null;t.is(n(740))||(i=new s.Element(t[n(644)],{vid_start:null===e?this[n(519)]++:e++}));const r=[];for(const i of t[n(529)]())if(i.is(n(660))){r[n(494)](this[n(709)](i,e));const t=r[r[n(729)]-1];null!==e&&(e=t.is(n(660),n(609))?t[n(662)](n(617))+1:t[n(662)](n(724))+1)}else for(let t=0;t<i[n(542)];t++)r[n(494)](new s.Element(n(609),{vid:null===e?this[n(519)]++:e++}));if(t.is(n(740))){const e=Ni(t[n(524)]);return e[n(563)](0,r),e}return i[n(511)](n(724),null===e?this[n(519)]++:e++),i[n(563)](0,r),i}[_i(548)](t,e,n){const i=_i;this[i(517)]();const{roots:r,markers:o,rootsAttributes:a}=this[i(495)][i(582)](t);this[i(733)]=new Map(r),this[i(571)]=new Map(bn(a));for(const[t,e]of this[i(733)])if(i(722)!==t&&(this[i(501)][i(753)](t,Ri(e)),this[i(578)]=new Map(bn(a)),n)){const n=this[i(519)];this[i(627)][i(753)](t,this[i(709)](e)),this[i(679)][i(753)](t,this[i(709)](e,n))}this[i(697)]=this[i(519)],this[i(501)][i(753)](i(722),Ri(this[i(733)][i(582)](i(722)))),n&&this[i(627)][i(753)](i(722),this[i(709)](this[i(733)][i(582)](i(722))));for(const[t,e]of o){const n=this[i(733)][i(582)](e[i(524)]),r=this[i(501)][i(582)](e[i(524)]),o=new s.Range(this[i(590)](e[i(719)],n),this[i(590)](e[i(761)],n)),a=this[i(668)](o,r);n[i(569)][i(753)](t,o),this[i(579)][i(753)](t,a)}this[i(764)](t,e,n)}[_i(764)](t,e,n){const i=_i;for(const r of this[i(766)][i(515)](t,e))this[i(555)](r,n);for(const t of this[i(501)][i(512)]())t[i(569)][i(703)]();for(const[t,e]of this[i(579)])this[i(501)][i(582)](e[i(492)][i(524)])[i(569)][i(753)](t,e[i(723)]());const r=new Map,s=new Map;for(const[t,e]of this[i(501)])r[i(753)](t,Ri(e)),s[i(753)](t,this[i(578)][i(582)](t));this[i(612)](e,r,this[i(579)],s)}[_i(643)](t){const e=_i,n=Array[e(623)](this[e(495)][e(620)]());n[e(661)](((t,e)=>t-e)),n[e(543)]();for(const e of n)if(e<t)return e;return Number[e(576)]}[_i(637)](t,e){const n=_i,i=Array[n(623)](e[n(569)])[n(755)]((([e,i])=>[e,this[n(668)](i,t)]));t[n(569)]=new Map(i)}[_i(589)](t){const e=_i;for(const n of this[e(579)][e(512)]()){const i=n[e(746)](t),r=s.Range[e(593)](i);n[e(719)]=r[e(719)],n[e(761)]=r[e(761)]}}[_i(555)](t,e){const n=_i;if(n(735)==t[n(621)]||n(686)==t[n(621)])return void this[n(741)](t,e);if(n(642)==t[n(621)]){const i=t[n(595)][n(492)][n(524)];this[n(501)][n(721)](i)||(this[n(501)][n(753)](i,Ni(i,!0)),this[n(578)][n(753)](i,{}),e&&this[n(627)][n(753)](i,Ni(i,!0)))}else if(n(763)==t[n(621)]||n(549)==t[n(621)]||n(713)==t[n(621)])return void this[n(718)](t);const i=this[n(634)](t,this[n(501)]);if(n(561)!==t[n(621)]&&(i[n(635)](),this[n(589)](i)),e)switch(i[n(621)]){case n(642):this[n(671)](t);break;case n(742):case n(694):case n(699):this[n(523)](t);break;case n(750):this[n(598)](t);break;case n(656):this[n(560)](t);break;case n(561):this[n(743)](t)}}[_i(634)](t,e){const n=_i,i=t[n(723)]();return i[n(605)]=t[n(605)],this[n(720)](i,e),i}[_i(640)](t){const e=_i;return t[e(755)]((t=>{const n=e,i=this[n(488)](t);return Number(t[n(754)][n(662)](i))}))}[_i(638)](t,e){const n=_i;if(t.is(n(660),n(609)))e[n(494)]({item:t,type:n(554)});else{t.is(n(660))&&e[n(494)]({item:t,type:n(600)});for(const i of t[n(529)]())this[n(638)](i,e);t.is(n(660))&&e[n(494)]({item:t,type:n(624)})}return e}[_i(553)](){const t=_i,e=new Map(this[t(771)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(733)][t(620)](),...this[t(501)][t(620)]()]);a[t(505)](t(722));for(const e of a){const n=this[t(501)][t(582)](e)||Ni(e,!1),i=this[t(733)][t(582)](e)||Ni(e,!1);n[t(681)]()||i[t(681)]()?(r[t(613)][e]=Ri(n),r[t(604)][e]=Ri(i),this[t(637)](r[t(604)][e],i),this[t(637)](r[t(613)][e],n),s[t(613)][e]=this[t(638)](this[t(627)][t(582)](e),[]),s[t(604)][e]=this[t(638)](this[t(679)][t(582)](e)||Ni(e,!1),[])):a[t(505)](e)}for(const r of a){const o=s[t(613)][r];for(const r of o){const s=this[t(488)](r),o=r[t(754)][t(662)](s);n[t(505)](o),o>=this[t(697)]&&i[t(753)](o,e[t(582)](o))}}for(const r of a){const a=s[t(613)][r],c=this[t(640)](s[t(604)][r]);let u=0;for(const r of a){const s=this[t(488)](r),a=r[t(754)][t(662)](s);if(!i[t(721)](a)&&!o[t(721)](a))if(n[t(721)](a))u++;else{if(a!=c[u]){const i=e[t(582)](a)||e[t(582)](c[u]);for(;a!=c[u];)n[t(721)](c[u])||(o[t(753)](c[u],i),e[t(753)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(613)][e];for(const e of r){const r=this[t(488)](e),s=e[t(754)][t(662)](r);if(o[t(721)](s)){const e=o[t(582)](s);n[t(721)](s)||n[t(753)](s,{...e}),i[t(753)](s,{...e})}}}for(const e of n[t(620)]())e>=this[t(697)]&&n[t(505)](e);const c=new Map;for(const e of a){let r=s[t(613)][e];for(const e of r)if(e[t(754)].is(t(660),t(692))){const n=this[t(488)](e),r=e[t(754)][t(662)](n);if(i[t(721)](r)){const n=e[t(754)][t(507)][t(507)][t(662)](t(759)),s=c[t(582)](n)||new Set;s[t(749)](i[t(582)](r)[t(581)]),c[t(753)](n,s)}}r=s[t(604)][e];for(const e of r)if(e[t(754)].is(t(660),t(692))){const i=this[t(488)](e),r=e[t(754)][t(662)](i);if(n[t(721)](r)){const i=e[t(754)][t(507)][t(507)][t(662)](t(759)),s=c[t(582)](i)||new Set;s[t(749)](n[t(582)](r)[t(581)]),c[t(753)](i,s)}}for(const e of c[t(620)]())(i[t(721)](e)||n[t(721)](e))&&c[t(505)](e)}for(const e of a){const r=s[t(613)][e];let o=null,a=null;for(const e of r){const r=this[t(488)](e),s=e[t(754)][t(662)](r),u=c[t(582)](s);u&&t(600)==e[t(621)]&&(o=Array[t(623)](u)[0],a=e[t(754)][t(662)](t(724))),o&&(n[t(753)](s,{userId:o}),i[t(753)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(604)][e],a=r[t(613)][e];for(const{userId:e}of this[t(693)][t(512)]())null!==e&&l[t(749)](e);for(const{userId:e}of this[t(708)][t(512)]())null!==e&&l[t(749)](e);this[t(625)](a,s[t(613)][e],i,t(706),l),this[t(625)](o,s[t(604)][e],n,t(611),l),u[e]={insertions:this[t(673)](a),deletions:this[t(673)](o),attachChange:this[t(708)][t(582)](e)||null,attributesBefore:bn(this[t(571)][t(582)](e))||{},attributesAfter:bn(this[t(578)][t(582)](e))}}return{diffData:u,authorsIds:Array[t(623)](l)}}[_i(541)](t){const e=_i;for(const[,n]of t[e(569)]){const t=n[e(719)][e(485)]()[e(628)]((t=>e(692)==t[e(644)]));for(const n of t)1==n[e(707)]&&n[e(498)](0).is(e(660),e(691))&&n[e(498)](0)[e(511)](e(539),!0)}}[_i(673)](t){const e=_i;this[e(541)](t);const n=this[e(547)][e(739)][e(676)](t,{}),i=Array[e(623)](n[e(529)]())[e(755)]((t=>this[e(677)](t)));return JSON[e(557)](i)}[_i(677)](t){const e=_i;if(t.is(e(609)))return t[e(739)];{const n=t;return{type:Object[e(620)](Si)[e(493)]((e=>t instanceof Si[e])),name:n[e(644)],attributes:Array[e(623)](n[e(518)]()),children:Array[e(623)](n[e(529)]())[e(755)]((t=>this[e(677)](t)))}}}[_i(625)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(547)][s(610)];for(let i=0;i<e[s(729)];i++){const r=this[s(488)](e[i]),c=e[i][s(754)][s(662)](r),h=n[s(582)](c),d=i==e[s(729)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(581)]!=o[s(581)])&&(l(h,Ai(a,t,u),Ai(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Ai(a,t,u),Mi(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(581)],d=l(536)+i+":"+h+":"+c++,f=u[l(736)](n,a);t[l(569)][l(753)](d,f),null!==h&&r[l(749)](h)}}[_i(488)](t){const e=_i;switch(t[e(621)]){case e(600):return e(759);case e(624):return e(724);default:return e(617)}}[_i(720)](t,e){const n=_i;t[n(592)]=null;for(const i in t){const r=t[i];if(r instanceof s.Position){const s=e[n(582)](r[n(492)][n(524)]);t[i]=this[n(590)](r,s)}if(r instanceof s.Range){const s=e[n(582)](r[n(492)][n(524)]);t[i]=this[n(668)](r,s)}n(492)===i&&(t[n(492)]=e[n(582)](t[n(492)][n(524)]))}}[_i(668)](t,e){const n=_i;return this[n(547)][n(610)][n(736)](this[n(590)](t[n(719)],e),this[n(590)](t[n(761)],e))}[_i(590)](t,e){const n=_i;return this[n(547)][n(610)][n(732)](e,t[n(587)],t[n(734)])}[_i(671)](t){const e=_i,n=this[e(627)][e(582)](t[e(595)][e(492)][e(524)]),i=this[e(590)](t[e(595)],n),r=null===t[e(605)]?null:t[e(605)]||this[e(547)][e(768)][e(582)](e(664)).me.id,o=i[e(507)],a=this[e(519)],c=[];for(const n of t[e(728)])if(n.is(e(660)))c[e(494)](this[e(709)](n));else for(let t=0;t<n[e(542)];t++)c[e(494)](new s.Element(e(609),{vid:this[e(519)]++}));const u=this[e(519)];for(let t=a;t<u;t++)this[e(771)][e(753)](t,{userId:r});o[e(563)](i[e(556)],c)}[_i(523)](t){const e=_i;(t=this[e(634)](t,this[e(627)]))[e(635)]();const n=null===t[e(605)]?null:t[e(605)]||this[e(547)][e(768)][e(582)](e(664)).me.id,i=t[e(647)](),r=i[e(507)],s=i[e(556)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(498)](e);s.is(a(660),a(609))?i[a(753)](s[a(662)](a(617)),{userId:n}):(i[a(753)](s[a(662)](a(759)),{userId:n}),t(i,s,0,s[a(707)]),i[a(753)](s[a(662)](a(724)),{userId:n}))}}(this[e(771)],r,s,s+t[e(650)])}[_i(598)](t){const e=_i,n=null===(t=this[e(634)](t,this[e(627)]))[e(605)]?null:t[e(605)]||this[e(547)][e(768)][e(582)](e(664)).me.id,i=t[e(533)][e(507)],r=t[e(614)][e(507)],s=i[e(662)](e(724)),o=r[e(662)](e(759));i[e(511)](e(724),r[e(662)](e(724))),r[e(511)](e(724),s),this[e(771)][e(753)](o,{userId:n}),this[e(771)][e(753)](s,{userId:n}),t[e(635)]()}[_i(560)](t){const e=_i,n=null===(t=this[e(634)](t,this[e(627)]))[e(605)]?null:t[e(605)]||this[e(547)][e(768)][e(582)](e(664)).me.id,i=t[e(738)],r=t[e(615)][e(507)];t[e(635)]();const s=r[e(662)](e(724)),o=t[e(683)][e(655)];if(i){const t=o[e(662)](e(724)),i=r[e(662)](e(724));r[e(511)](e(724),t),o[e(511)](e(724),i),this[e(771)][e(753)](r[e(662)](e(724)),{userId:n}),this[e(771)][e(753)](o[e(662)](e(759)),{userId:n})}else{const t=this[e(519)]++,i=this[e(519)]++;r[e(511)](e(724),t),o[e(511)](e(759),i),o[e(511)](e(724),s),this[e(771)][e(753)](t,{userId:n}),this[e(771)][e(753)](i,{userId:n})}}[_i(743)](t){const e=_i;if(!t[e(665)])return;const n=(t=this[e(634)](t,this[e(501)]))[e(559)]?t[e(559)][e(492)]:null,i=t[e(769)]?t[e(769)][e(492)]:null;n&&this[e(579)][e(505)](t[e(644)]),i&&this[e(579)][e(753)](t[e(644)],t[e(769)][e(723)]());const r=null===t[e(605)]?null:t[e(605)]||this[e(547)][e(768)][e(582)](e(664)).me.id,s=t[e(644)];if(!this[e(693)][e(721)](s))return void this[e(693)][e(753)](s,{range:t[e(559)],userId:r});const o=this[e(693)][e(582)](s),a=o[e(744)],c=t[e(769)];null==a&&null==c||a&&c&&a[e(520)](c)?this[e(693)][e(505)](t[e(644)]):o[e(581)]=r}[_i(741)](t,e){const n=_i;this[n(501)][n(721)](t[n(524)])?this[n(501)][n(582)](t[n(524)])[n(659)]=t[n(705)]:(this[n(501)][n(753)](t[n(524)],Ni(t[n(524)],!0)),this[n(578)][n(753)](t[n(524)],{}),e&&this[n(627)][n(753)](t[n(524)],Ni(t[n(524)],!0)));const i=null===t[n(605)]?null:t[n(605)]||this[n(547)][n(768)][n(582)](n(664)).me.id,r=this[n(708)][n(582)](t[n(524)]);r&&r[n(581)]===i?this[n(708)][n(505)](t[n(524)]):this[n(708)][n(753)](t[n(524)],{userId:i,isAttached:t[n(705)]})}[_i(718)](t){const e=_i,n=this[e(578)][e(582)](t[e(492)][e(524)]);null===t[e(731)]?delete n[t[e(758)]]:n[t[e(758)]]=t[e(731)]}}function Ri(t){const e=_i,n=Ni(t[e(524)],t[e(681)]());for(const i of t[e(529)]()){const t=i[e(737)](!0);n[e(772)](t)}return n}function Ni(t,e=!0){const n=_i,i=new s.DocumentFragment;return i[n(524)]=t,i[n(659)]=e,i[n(681)]=()=>i[n(659)],i}function Ai(t,e,n){const i=_i,r=i(624)==t[i(621)]?n[i(760)](t[i(754)],i(761)):n[i(486)](t[i(754)]);return n[i(732)](e,r[i(587)],r[i(734)])}function Mi(t,e,n){const i=_i,r=i(600)==t[i(621)]?n[i(760)](t[i(754)],0):n[i(778)](t[i(754)]);return n[i(732)](e,r[i(587)],r[i(734)])}var Ei=n(311),ji=n(673),Vi=n.n(ji),Ci=n(426),Di={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Ci.A,Di);Ci.A.locals;var Li=n(959),Fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Li.A,Fi);Li.A.locals;function zi(){const t=["8510845xDdIKv","2875086ZAByBx","revisionNameInputView","render","input","220","set","listenTo","arrowleft","value","revisionName","reset","stopPropagation","ck-revision-history-save-revision-form","69425642Nbtueu","ck-responsive-form","48873ivXzrh","optional","arrowdown","2962766xIyXfB","revisionNameInputValue","keystrokes","arrowup","2286189IwDzil","5mRCeod","focus","add","1PJxahn","element","24SsIzPa","trim","fieldView","setTemplate","form","arrowright","errorText","label","focusTracker","6422990oEzxlF","locale","extendTemplate","232KXKAmW","_createRevisionNameInput","Name of the revision"];return(zi=function(){return t})()}const Pi=Hi;function Hi(t,e){const n=zi();return(Hi=function(t,e){return n[t-=182]})(t,e)}!function(t,e){const n=Hi,i=t();for(;;)try{if(785783===parseInt(n(214))/1*(-parseInt(n(206))/2)+parseInt(n(203))/3*(-parseInt(n(184))/4)+-parseInt(n(211))/5*(parseInt(n(188))/6)+-parseInt(n(187))/7+parseInt(n(216))/8*(-parseInt(n(210))/9)+-parseInt(n(225))/10+parseInt(n(201))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(zi);class Ui extends Ei.View{constructor(t,n){const i=Hi;super(t),this[i(224)]=new e.FocusTracker,this[i(208)]=new e.KeystrokeHandler,this[i(193)](i(207),""),this[i(189)]=this[i(185)](n),this[i(219)]({tag:i(220),attributes:{class:["ck",i(200),i(202)],tabindex:"-1"},children:[this[i(189)]]}),(0,Ei.injectCssTransitionDisabler)(this)}[Pi(190)](){const t=Pi;super[t(190)](),(0,Ei.submitHandler)({view:this}),this[t(224)][t(213)](this[t(189)][t(215)]),this[t(208)][t(194)](this[t(215)]);const e=e=>e[t(199)]();this[t(208)][t(193)](t(221),e),this[t(208)][t(193)](t(195),e),this[t(208)][t(193)](t(209),e),this[t(208)][t(193)](t(205),e)}[Pi(212)](){const t=Pi;this[t(189)][t(212)]()}get[Pi(197)](){const t=Pi;return this[t(189)][t(218)][t(215)][t(196)][t(217)]()}set[Pi(197)](t){const e=Pi;this[e(189)][e(218)][e(215)][e(196)]=t[e(217)]()}[Pi(198)](){const t=Pi;this[t(189)][t(218)][t(215)][t(196)]="",this[t(189)][t(222)]=null}[Pi(185)](t){const e=Pi,n=new Ei.LabeledFieldView(this[e(182)],Ei.createLabeledInputText),i=n[e(218)];i[e(183)]({attributes:{maxlength:e(192)}});let r=Qn(this[e(182)],e(186));return!t&&(r+=" ("+Qn(this[e(182)],e(204))+")"),n[e(223)]=r,i.on(e(191),(()=>{const t=e;this[t(207)]=i[t(215)][t(196)][t(217)]()})),n}}class Zi extends t.Plugin{static get pluginName(){return"RevisionHistoryUI"}static get requires(){return[Oi]}init(){const e=this.editor,n=e.plugins.get("RevisionTracker");e.ui.componentFactory.add("revisionHistory",(i=>{const r=(0,Ei.createDropdown)(i),s=r.panelView.children,o=new Ei.ListView(i),a=new Ei.ListItemView(i),c=new Ei.ButtonView(i),u=new Ei.ListItemView(i),l=new Ei.ButtonView(i);return r.bind("isEnabled").to(n,"isReady",n,"isEnabled",e,"isReadOnly",((t,e,n)=>t&&e&&!n)),r.buttonView.set({icon:t.icons.history,label:Qn(i,"Revision history"),tooltip:!0}),c.set({label:Qn(i,"Save current revision"),withText:!0}),c.bind("isEnabled").to(n,"isReady",n,"isEnabled",e,"isReadOnly",((t,e,n)=>t&&e&&!n)),c.on("execute",(()=>this._showDialog())),l.set({label:Qn(i,"Open revision history"),withText:!0}),l.bind("isEnabled").to(n,"isReady",e,"isReadOnly",((t,e)=>t&&!e)),l.on("execute",(()=>{e.config.get("revisionHistory").showRevisionViewerCallback(),r.isOpen=!1,e.editing.view.focus()})),a.children.add(c),u.children.add(l),o.items.addMany([a,u]),s.add(o),r})),e.ui.componentFactory.add("menuBar:revisionHistory",(()=>this._registerMenuComponent()))}_registerMenuComponent(){const e=this.editor,n=e.locale,i=new Ei.MenuBarMenuView(n),r=new Ei.MenuBarMenuListView(n);i.buttonView.set({icon:t.icons.history,label:Qn(n,"Revision history")});const s=new Ei.MenuBarMenuListItemView(n,i),o=new Ei.MenuBarMenuListItemButtonView(n);o.set({label:Qn(n,"Save current revision")}),o.delegate("execute").to(i),o.on("execute",(()=>{this._showDialog()})),s.children.add(o),r.items.add(s);const a=new Ei.MenuBarMenuListItemView(n,i),c=new Ei.MenuBarMenuListItemButtonView(n);return c.set({label:Qn(n,"Open revision history")}),c.delegate("execute").to(i),c.on("execute",(()=>{e.config.get("revisionHistory").showRevisionViewerCallback()})),a.children.add(c),r.items.add(a),i.panelView.children.add(r),i}_showDialog(){const t=this.editor,e=t.locale,n=e.t,i=t.plugins.get("Dialog"),r=t.plugins.get("RevisionTracker");function s(n){t.config.get("revisionHistory.requireRevisionName")&&""===n.revisionName?n.revisionNameInputView.errorText=Qn(e,"The revision name cannot be empty."):(t.plugins.get(Oi).saveRevision({name:n.revisionName}),i.hide())}this._saveRevisionFormView||(this._createSaveRevisionFormView(),this._saveRevisionFormView.on("submit",(()=>s(this._saveRevisionFormView)))),this._saveRevisionFormView.reset(),i.show({id:"findAndReplace",title:Qn(e,"Save current revision"),isModal:!0,content:this._saveRevisionFormView,actionButtons:[{label:n("Cancel"),withText:!0,onExecute:()=>i.hide()},{label:n("Accept"),class:"ck-button-action",withText:!0,onCreate(e){e.bind("isEnabled").to(r,"isReady",r,"isEnabled",t,"isReadOnly",((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this._saveRevisionFormView)}]})}_createSaveRevisionFormView(){const t=this.editor,e=t.locale;this._saveRevisionFormView=new Ui(e,t.config.get("revisionHistory.requireRevisionName")),this._saveRevisionFormView.render()}}const qi=Bi;function Bi(t,e){const n=Ji();return(Bi=function(t,e){return n[t-=164]})(t,e)}function Ji(){const t=["3gqJLXc","element","isSuggestion","ck-revision-change","span","Suggested by","add","1576898fMVjZl","set","2397360DNBmEu","name","ck-annotation","Removed by","1429072byUjLW","author","type","1469832gCHkyd","437513TNSGLD","ck-revision-change__label","focus","ck-revision-change__","changeId","setTemplate","Added by","619105JGKpwf","_model","18735424XOYAid","bindTemplate","div","data"];return(Ji=function(){return t})()}!function(t,e){const n=Bi,i=t();for(;;)try{if(739877===-parseInt(n(179))/1+-parseInt(n(169))/2*(parseInt(n(192))/3)+parseInt(n(175))/4+-parseInt(n(186))/5+-parseInt(n(171))/6+-parseInt(n(178))/7+parseInt(n(188))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ji);class Gi extends Ei.View{constructor(t,e){const n=Bi;super(t),this[n(187)]=e,this[n(183)]=e.id;const i=this[n(189)],r=Qn(t,e[n(191)][n(164)]?n(167):n(168)==e[n(177)]?n(185):n(174));this[n(170)](n(177),e[n(177)]),this[n(184)]({tag:n(190),attributes:{class:[n(173),n(165),i.to(n(177),(t=>n(182)+t))],tabindex:-1},children:[{tag:n(166),children:[{tag:n(166),attributes:{class:[n(180)]},children:[{text:r}]},{text:" "+e[n(176)][n(172)]}]}]})}[qi(181)](){const t=qi;this[t(193)][t(181)]()}}var Yi=Wi;function Wi(t,e){var n=Xi();return(Wi=function(t,e){return n[t-=166]})(t,e)}!function(t,e){for(var n=Wi,i=t();;)try{if(652812===parseInt(n(167))/1+parseInt(n(183))/2*(parseInt(n(179))/3)+parseInt(n(175))/4*(parseInt(n(173))/5)+parseInt(n(170))/6+-parseInt(n(182))/7+-parseInt(n(176))/8*(parseInt(n(180))/9)+parseInt(n(181))/10*(parseInt(n(166))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Xi);class Ki extends((0,e.ObservableMixin)()){constructor(t){var n=Wi;super(),this.id=t.id||(0,e.uid)(),this[n(174)]=t[n(174)],this[n(171)]=t[n(171)],this[n(177)]=t[n(177)]||{},this[n(169)]=t[n(169)],this[n(178)](n(168),t[n(168)])}[Yi(172)](){var t=Yi;return{id:this.id,authorId:this[t(174)].id,type:this[t(171)],data:this[t(177)],createdAt:this[t(168)]}}}function Xi(){var t=["5169197sCErrN","151728vNFrwl","createdAt","rootName","6979062CDqfdI","type","toJSON","25860FpYPel","author","228eZNniu","8YxSiQO","data","set","49443vKvRyb","8866971cHQgCK","20JplmKk","7995862WgSoJE","28iRqDJW"];return(Xi=function(){return t})()}function $i(){const t=["259398GGWrte","340194FVzTsM","oldRevisionId","632570MFNgHI","646764dIYduw","10eyPEYr","4112FJRqqd","add","_setChanges","2527gqbQCF","2548554JhCTpS","changes","320ZwnVoM","685412uPsRHp","newRevisionId"];return($i=function(){return t})()}const Qi=tr;function tr(t,e){const n=$i();return(tr=function(t,e){return n[t-=369]})(t,e)}!function(t,e){const n=tr,i=t();for(;;)try{if(531006===parseInt(n(371))/1+-parseInt(n(369))/2+-parseInt(n(372))/3+parseInt(n(381))/4+-parseInt(n(373))/5*(-parseInt(n(378))/6)+-parseInt(n(377))/7*(-parseInt(n(374))/8)+-parseInt(n(383))/9*(parseInt(n(380))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}($i);class er{constructor(t,n){const i=tr;this[i(382)]=t,this[i(370)]=n,this[i(379)]=new e.Collection}[Qi(376)](t){const e=Qi;for(const n of t)this[e(379)][e(375)](n)}}var nr=n(536),ir={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(nr.A,ir);nr.A.locals;const rr=or;function sr(){const t=["_step","getRevisionData","getAttributes","RevisionsRepository","showStack","isCollapsed","editingDowncast","ck-suggestion-preview-marker-","enableReadOnlyMode","removeMarker:revision-suggestion","authors","getAttribute","from","activeView","18kaijrY","nextPosition","top","restoreRevision","offsetSize","nodeAfter","bind","markerToData","element","collaboration.channelId","_cleanUp","isBlock","isEnabled","isBefore","_findChangeIdFromDomTarget","994995TjaANH","markerRange","mapViewToDom","markers","ck-suggestion-marker-split","isLimit","createPositionBefore","config","requires","modelRange","pairId","_sortAndFilterDiffChanges","getRootNames","_setChanges","_setConversion","toData","changes","downcastDispatcher","editing","destroy","toModel","right","hasAttribute","getRevisionRootsAttributes","level","startIndex","oldRevisionId","isRemoveSuggestion","attribute:vid","toViewElement","adapter","vid_end","push","revision-comment:","_markSuggestions","createRange","comment","nextSibling","distance","_removeRevisionMarkers","includes","consumable","parse","element:pre","_removeMissingPairs","getWalker","getRevision","findIndex","ck-editor__editable__overlay","keys","10011640burhNp","2vhNReU","document","revisionHistoryAttachChange","createPositionFromPath","return","range","upcast","next","schema","change:activeView","_markMarkers","isOnRoot","model","createAttributeElement","bindElementToMarker","markerName","800880ritLrV","revision-viewer","deletion","_getViewObj","mousedown","revisionHistory","writer","toViewRange","addRevision","insertion","endIndex","markerToHighlight","resolve","previousPosition","observeMarkers","insert","getClientRects","error","selection","userId","isReady","POSITIVE_INFINITY","softBreak","isAddSuggestion","refresh","currentChangeNumber","parent","start","activeChange","_joinTapes","getChild","_getRevisionsRange","revisionHistoryLabel","type","_getDiff","repository","createRangeIn","first","clear","_markMismatchedRemovedTags","remove","_changeIdToChange","getIndex","end","compare","isEqual","locale","addMarker:revision","elementEnd","code","_makeModelFromViewString","restoreRevisionCallback","forEach","slice","ck-revision-history-root-add","sort","editor","elementStart","revision-suggestion","change:isEnabled","isSuggestion","elementToAttribute","unshift","merge","_appendChild","revision-end","then","useFillerType","ck-suggestion-marker-","init","addMarker:revision-suggestion:insertion","ck-revision-history-root--active","5236792rNBUCZ","_update","markerNameToElements","change:isReady","viewItem","ck-suggestion-preview-marker","unbindElementFromMarkerName","mouseover","view","shift","ck-revision-history-root-","getItems","item","showNextChange","consume","startsWith","setAttribute","changeId","concat","1559705mgCHza","dataDowncast","_threeWayMerge","wrap","getRoot","_processTape","change:activeChange","isAfter","object","ck-suggestion-marker","map","revision-suggestion:","diff","find","catch","side","execute","index","getCustomProperty","values","for","updatePosition","change:numberOfChanges","all","isAdded","split","attachChange","_activeViewTarget","high","createRevision","isObject","revision","isInline","_removeUnsupportedChanges","mapper","suggestion","toViewPosition","stop","addHighlight","rootName","revision:","addMarker:revision-suggestion:deletion","insertions","loadRevisionData","detachRoot","markersEnd","_makeModelFromTape","58434BhMPfa","delete","_revisions","_getChangeFromId","deletions","string","plugins","dataToMarker","_refreshStartEndIndex","72RlSzTf","abs","_balloon","domEvent","change","span","vid","affectsData","newRevisionId","children","numberOfChanges","createUIElement","done","826331MXoKBd","_initInteractions","removeMarker:revision","conversion","ck-revision-history-root-remove","commands","reconvertMarker","isAttached","data","_fixObsoleteTags","removeMarker","_data","indexOf","markersStart","pop","attributesBefore","set","hasClass","enqueueChange","default","flat","listenTo","bottom","ck-suggestion-marker-merge","diffData","maxOffset","target","length","backward","_changeView","removeClass","text","attributes","RevisionViewer","forward","filter","_cleanMarkers","pluginName","getDomRoot","isAtStart","processor","data-change-id","highest","addClass","vid_start","ck-suggestion-marker--active","attributesAfter","data-revision-","roots","addRevisionData","add","-new","uiElement","suggestion:","forceDisabled","isNavigationMode","name","test","_getViewForChange","domConverter","left","isAtEnd","isRemoved","_setDistance","get","has","checkAttribute","revision-start","marked","removeAttribute","low","WidgetToolbarRepository","showPreviousChange","addRoot","splice","isContent","_makeTape","_markInsertions","isIncorrect"];return(sr=function(){return t})()}function or(t,e){const n=sr();return(or=function(t,e){return n[t-=243]})(t,e)}!function(t,e){const n=or,i=t();for(;;)try{if(424578===parseInt(n(278))/1*(parseInt(n(437))/2)+parseInt(n(256))/3*(-parseInt(n(265))/4)+parseInt(n(453))/5+parseInt(n(371))/6*(-parseInt(n(544))/7)+-parseInt(n(525))/8+parseInt(n(386))/9+parseInt(n(436))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(sr);const ar={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class cr extends t.Plugin{static get[rr(315)](){return rr(311)}static get[rr(394)](){return[r.Users,Ei.ContextualBalloon,Xn]}constructor(t){const e=rr;super(t),this[e(488)]=this[e(509)][e(262)][e(342)](e(360)),this[e(294)](e(481),null),this[e(294)](e(370),null),this[e(571)]=null,this[e(294)](e(556),null),this[e(294)](e(473),!1),this[e(294)](e(383),!0),this.on(e(512),((t,n,i)=>{const r=e;this[r(481)]=null,this[r(370)]=null,this[r(509)][r(404)][r(533)][r(269)]((t=>{const e=r;for(const n of this[e(509)][e(404)][e(533)][e(438)][e(326)])i?t[e(308)](e(434),n):t[e(321)](e(434),n)}))})),this[e(377)](e(333)).to(this,e(481),(t=>null!==t)),this[e(377)](e(478)).to(this,e(473),this,e(556),this,e(481),((t,n,i)=>t&&i?n[e(402)][e(495)](i):0)),this[e(377)](e(275)).to(this,e(473),this,e(556),((t,n)=>t?n[e(402)][e(305)]:0)),this[e(307)]=null,this[e(494)]=new Map,this[e(416)]=null,this[e(267)]=this[e(509)][e(262)][e(342)](Ei.ContextualBalloon)}[rr(522)](){const t=rr,e=this[t(509)],n=new hr(e,{direction:t(306)}),i=new hr(e,{direction:t(312)});e[t(283)][t(328)](t(350),n),e[t(283)][t(328)](t(538),i),e[t(283)][t(328)](t(374),new lr(e)),this.on(t(566),(()=>{const e=t;n[e(477)](),i[e(477)]()})),this[t(400)](),this[t(279)](),e[t(365)](t(454)),e[t(262)][t(343)](t(349))&&e[t(262)][t(342)](t(349))[t(332)](t(454))}async[rr(358)](t){const e=rr;await this[e(252)](t);const n={};for(const i in t[e(302)]){if(t[e(302)][i][e(570)]&&!t[e(302)][i][e(570)][e(285)])continue;const r=this[e(425)](JSON[e(428)](t[e(302)][i][e(251)])),o=this[e(509)][e(404)][e(533)][e(438)],a=new s.ViewDocumentFragment(o,r[e(554)]((t=>this[e(456)](t))));this[e(509)][e(286)][e(318)][e(520)](e(346)),n[i]=this[e(509)][e(286)][e(318)][e(401)](a),this[e(509)][e(286)][e(318)][e(520)](e(297))}return n}async[rr(409)](t){const e=rr;await this[e(252)](t);const n={};for(const i in t[e(302)])t[e(302)][i][e(570)]&&!t[e(302)][i][e(570)][e(285)]||(n[i]=t[e(302)][i][e(324)]||{});return n}[rr(425)](t){const e=rr;return(t=t[e(313)]((t=>!t[e(334)]||e(345)!==t[e(334)]&&e(518)!==t[e(334)])))[e(505)]((t=>{const n=e;n(261)!=typeof t&&(t[n(274)]=this[n(425)](t[n(274)]),t[n(310)]=t[n(310)][n(313)]((t=>!t[0][n(540)](n(325)))))})),t}async[rr(497)](t,e,n=!1){const i=rr;if(!this[i(383)])return;const r=this[i(556)],s=this[i(488)],o=i(261)==typeof t?s[i(432)](t):t,a=i(261)==typeof e?s[i(432)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(556)]&&this[i(556)][i(273)]===c&&this[i(556)][i(412)]===u)return Promise[i(465)]();this[i(473)]=!1,this[i(370)]=null,this[i(481)]=null,this[i(556)]=new er(c,u);const l=this[i(484)](o,a,!0)[i(554)]((t=>this[i(252)](t)));return l[i(418)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(567)](l)[i(519)]((()=>{const t=i;if(!this[t(383)])return;this[t(381)]();const e=this[t(487)](c,u);for(const n of e[t(402)])this[t(494)][t(294)](n.id,n);this[t(509)][t(449)][t(296)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(509)][i(449)][i(438)][i(398)]())n[i(253)](t);for(const t of Object[i(435)](e[i(449)])){const r=n[i(351)](t);for(const s of Object[i(435)](e[i(310)][t]))n[i(541)](s,e[i(310)][t][s],r);n[i(468)](e[i(449)][t],r,0)}})),this[t(556)][t(399)](this[t(397)](e[t(402)])),this[t(473)]=!0}))[i(558)]((t=>{const e=i;console[e(470)](t),this[e(381)](),r&&(this[e(556)]=r),this[e(473)]=!0}))}[rr(327)](t,e){const n=rr,i=this[n(488)][n(573)](t);return i.on(n(526),((t,n,r)=>e(n,r,i))),this[n(488)][n(461)](i),i}[rr(252)](t){const e=rr;if(!t||t[e(302)])return Promise[e(465)]();{const n=this[e(509)][e(393)][e(342)](e(380));return this[e(416)][e(432)]({channelId:n,revisionId:t.id})[e(519)]((n=>{const i=e;t[i(526)]({diffData:n[i(302)]},!0)}))}}[rr(381)](){const t=rr;this[t(481)]=null,this[t(314)](),this[t(307)]&&this[t(307)][t(405)](),this[t(307)]=null,this[t(494)][t(491)](),this[t(509)][t(449)][t(296)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(509)][n(449)][n(438)][n(398)]())e[n(253)](t)}))}[rr(397)](t){const e=rr,n=[],i=new Map;for(const t of this[e(509)][e(449)][e(438)][e(398)]()){const r=this[e(509)][e(404)][e(533)][e(316)](t);if(!r)continue;const s=r[e(469)]()[e(537)](0);s&&(n[e(418)](t),i[e(294)](t,s))}return n[e(508)](((t,n)=>{const r=e,s=i[r(342)](t),o=i[r(342)](n);return s.y-o.y||s.x-o.x})),(t=t[e(313)]((t=>n[e(426)](t[e(248)]))))[e(508)](((t,i)=>n[e(290)](t[e(248)])-n[e(290)](i[e(248)]))),t}[rr(354)](t){const e=rr,n=Array[e(369)](t[e(389)])[e(313)]((([t,n])=>t[e(540)](e(249))&&!n[e(362)])),i=Array[e(369)](this[e(509)][e(449)][e(489)](t)[e(431)]({singleCharacters:!0}));if(0!=n[e(305)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(569)](":");if(r[e(496)][e(498)](t[e(372)])&&n[e(534)](),(t[e(466)][e(498)](r[e(480)])||t[e(466)][e(551)](r[e(480)]))&&(e(462)==s?t[e(568)]={userId:o}:e(455)==s&&(t[e(340)]={userId:o})),0==n[e(305)])break}return i}[rr(264)](t){const e=rr,n=new Map;for(let i=0;i<t[e(305)];i++)e(309)===t[i][e(486)]?(t[i][e(537)][e(411)]=i,t[i][e(537)][e(463)]=i):(e(510)===t[i][e(486)]?t[i][e(537)][e(411)]=i:e(501)===t[i][e(486)]&&(t[i][e(537)][e(463)]=i),n[e(294)](t[i].id,i));for(const i of n[e(563)]())e(510)===t[i][e(486)]?t[i][e(537)][e(463)]=n[e(342)](t[i][e(396)]):e(501)===t[i][e(486)]&&(t[i][e(537)][e(411)]=n[e(342)](t[i][e(396)]))}[rr(549)](t){const e=rr;for(let n=0;n<t[e(305)];n++){if(e(510)===t[n][e(486)])t[n][e(537)][e(411)]=n;else if(e(501)===t[n][e(486)]){t[n][e(537)][e(463)]=n;const i=t[n][e(537)][e(411)];t[i][e(396)]=t[n].id,t[n][e(396)]=t[i].id}else t[n][e(537)][e(411)]=n,t[n][e(537)][e(463)]=n,t[n][e(396)]=null;t[n][e(291)]||(t[n][e(291)]=[],t[n][e(254)]=[])}}[rr(355)](t,e){const n=rr,i=t[n(313)]((t=>!t[n(568)]));for(let t=0;t<e[n(305)];t++)e[t][n(568)]&&(i[t][n(568)]=e[t][n(568)])}[rr(503)](t){const e=rr,n=JSON[e(428)](t),i=this[e(509)][e(404)][e(533)][e(438)],r=new s.ViewDocumentFragment(i,n[e(554)]((t=>this[e(456)](t))));return this[e(509)][e(286)][e(406)](r)}[rr(456)](t){const e=rr,n=this[e(509)][e(404)][e(533)][e(438)];if(e(261)==typeof t)return new s.ViewText(n,t);{const i=t[e(274)][e(554)]((t=>this[e(456)](t)));return new(ar[t[e(486)]]||s.ViewElement)(n,t[e(334)],t[e(310)],i)}}[rr(487)](t,e=null){const n=rr,i=this[n(488)][n(432)](t),r=e?this[n(488)][n(432)](e):null,s=this[n(484)](i,r),o=s[s[n(305)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(305)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(435)](e[n(302)]))if(e[n(302)][t][n(570)]){const i=e[n(302)][t][n(570)];i[n(285)]?(u[n(328)](t),l[n(343)](t)&&l[n(342)](t)[n(472)]==i[n(472)]?l[n(257)](t):l[n(294)](t,i)):l[n(343)](t)?(u[n(257)](t),l[n(257)](t)):(u[n(328)](t),l[n(294)](t,i))}else u[n(328)](t)}for(const t of u){const e=l[n(343)](t)&&!l[n(342)](t)[n(285)];let i=e?s[n(305)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(302)][t]){const i=e?o[n(302)][t][n(293)]:o[n(302)][t][n(324)];c[n(310)][t]=i?bn(i):{};break}i+=r}}for(const t of s){t[n(449)]={};for(const e of t[n(367)])a[n(294)](e.id,e);for(const e of u){const i=t[n(302)][e]?t[n(302)][e][n(251)]:"[]",r=t[n(302)][e]?t[n(302)][e][n(260)]:"[]";t[n(449)][e]={insertions:this[n(503)](i),deletions:this[n(503)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(369)](i[n(449)][t][n(251)][n(389)])[n(313)]((([t])=>!t[n(540)](n(249)))));let h=0;for(const o of s){const s=this[n(354)](o[n(449)][t][n(251)]);o==i?(e=s,r=e[n(305)],e[n(505)]((t=>{t.id=h++})),this[n(549)](e)):this[n(355)](e,s);const a=e[n(313)]((t=>!t[n(568)]))[n(554)]((t=>t.id));let c=0;const l=this[n(354)](o[n(449)][t][n(260)]);l[n(505)]((t=>{t[n(340)]?t.id=r++:t.id=a[c++]})),this[n(549)](l),this[n(341)](e,n(568)),this[n(341)](l,n(340)),o==i&&this[n(447)](e,u),e=this[n(482)](e,l),this[n(264)](e),this[n(341)](e,n(340))}e=e[n(313)]((t=>!(t[n(568)]&&t[n(340)])));const d=new Map(o[n(449)][t][n(260)][n(389)]),f=new Set(u[n(435)]());for(const t of d[n(435)]())f[n(257)](t);this[n(420)](e,f),this[n(287)](e),e=this[n(430)](e),e=this[n(492)](e),e=this[n(577)](e);const{root:v,changes:m}=this[n(255)](e,a,t);c[n(449)][t]=v;const p=l[n(342)](t);if(p){const e=a[n(342)](p[n(472)]),i=new Ki({author:e,type:p[n(285)]?n(328):n(493),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(515)](i),c[n(310)][t][n(439)]=i.id}c[n(402)]=c[n(402)][n(543)](m)}return c}[rr(447)](t,e){const n=rr;for(let i=0;i<t[n(305)];i++)for(const[r,s]of e)s[n(480)][n(498)](t[i][n(466)])&&t[i][n(291)][n(418)](r),s[n(496)][n(498)](t[i][n(372)])&&t[i][n(254)][n(418)](r)}[rr(482)](t,e){const n=rr;let i=[],r=0,s=0;for(;r<t[n(305)]||s<e[n(305)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(418)](o);else if(a[n(340)]&&o[n(568)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(546)](t,r,e,s);i=i[n(543)](o),r=a,s=c}else a[n(340)]?(s++,i[n(418)](a)):(r++,i[n(418)](o))}return i}[rr(420)](t,e){const n=rr,i=[];for(let o=0;o<t[n(305)];o++){for(let s=0;s<t[o][n(291)][n(305)];s++){const a=t[o][n(291)][s];if(!e[n(343)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(511)!=c||n(462)!=u&&n(455)!=u||(i[n(515)]({type:u,name:a,userId:l}),t[o][n(291)][n(352)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(254)][n(305)];s++){const a=t[o][n(254)][s];if(!e[n(343)](a))continue;const{group:c,type:u}=r(a);if(n(511)!=c||n(462)!=u&&n(455)!=u)continue;t[o][n(254)][n(352)](s,1),s--;const l=i[n(433)]((t=>t[n(334)]==a));l>-1&&i[n(352)](l,1)}}function r(t){const e=n,i=t[e(569)](":");return{group:i[0],type:i[1],subType:i[e(305)]>=5?i[2]:null,id:i[e(305)]<5?i[2]:i[3],authorId:i[e(305)]<5?i[3]:i[4],markerCount:6==i[e(305)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(305)];n++){if(t[e(568)]&&e(462)==i[n][e(486)])return t[e(476)]=i[n],void delete t[e(568)];if(!t[e(568)]&&!t[e(340)]&&e(455)==i[n][e(486)])return void(t[e(413)]=i[n])}}}[rr(341)](t,e){const n=rr;let i=0,r=!1;const s=new Map;for(const o of t)o[e]?r&&(i++,r=!1):(i++,r=!0),s[n(294)](o.id,i);for(let i=0;i<t[n(305)];i++){if(n(340)==e&&t[i][n(568)]||n(568)==e&&t[i][n(340)])continue;if(n(309)==t[i][n(486)]){t[i][n(424)]=0;continue}const r=s[n(342)](t[i][n(396)]),o=s[n(342)](t[i].id);t[i][n(424)]=r-o}}[rr(484)](t,e,n=!1){const i=rr,r=[];let s=this[i(488)][i(495)](t),o=this[i(488)][i(495)](e);for(-1==o&&(o=this[i(488)][i(258)][i(305)],n=!1);s<o;)r[i(418)](this[i(488)][i(432)](s)),s++;return n&&r[i(418)](this[i(488)][i(432)](s)),r}[rr(546)](t,e,n,i){const r=rr,s=this[r(509)][r(449)][r(445)];let o=e;for(;t[o]&&t[o][r(568)];)o++;let a=i;for(;n[a]&&n[a][r(340)];)a++;u(t,e,o),u(n,i,a);const c=n[r(506)](i,a)[r(543)](t[r(506)](e,o));return c[r(508)](((t,e)=>t[r(559)]!=e[r(559)]?t[r(559)]-e[r(559)]:t[r(410)]!=e[r(410)]?t[r(410)]-e[r(410)]:t[r(424)]!=e[r(424)]?e[r(424)]-t[r(424)]:!!t[r(568)]!=!!e[r(568)]?-1==t[r(559)]||0==t[r(559)]?t[r(568)]?-1:1:t[r(568)]?1:-1:t[r(561)]-e[r(561)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(474)],c=!0;for(let r=e;r<n;r++)if(s[i(576)](t[r][i(537)])||(c=!1),t[r][i(537)][i(411)]<e&&(o=r),t[r][i(537)][i(463)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(559)]=r<=o?-1:r<a?0:1,t[r][i(561)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(424)]?t[n][i(410)]=u:(u++,t[n][i(410)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(559)]&&(t[r][i(410)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(424)]?t[e][i(410)]=u:(u--,t[e][i(410)]=u,u--)}}[rr(287)](t){const e=rr,n=new Map,i=this[e(509)][e(449)][e(445)];for(let r=1;r<t[e(305)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(309)==c[e(486)])continue;if(c[e(486)]!=u[e(486)])continue;if(!i[e(382)](u[e(537)])||i[e(391)](u[e(537)]))continue;if(!i[e(382)](c[e(537)])||i[e(391)](c[e(537)]))continue;if((t[r][e(568)]||t[r][e(476)])&&t[r-1][e(340)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(340)]||!t[r-1][e(568)]&&!t[r-1][e(476)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(410)]==o[e(410)],h=Math[e(266)](s[e(410)])<Math[e(266)](o[e(410)])&&0==o[e(424)];(l||h)&&(n[e(294)](o.id,s.id),t[e(352)](a,1),r--,s[e(568)]=!1)}for(let i=0;i<t[e(305)];i++)n[e(343)](t[i][e(396)])&&(t[i][e(396)]=n[e(342)](t[i][e(396)]))}[rr(430)](t){const e=rr,n=new Set(t[e(554)]((t=>t.id)));for(let i=0;i<t[e(305)];i++)n[e(343)](t[i][e(396)])||0==t[i][e(424)]||(t[i][e(356)]=!0);return t[e(313)]((t=>!t[e(356)]))}[rr(492)](t){const e=rr,n=new Set;for(let i=0;i<t[e(305)];i++){if(n[e(343)](t[i].id)&&t[i][e(340)]&&(t[i][e(356)]=!0),t[i][e(356)])continue;if(0==t[i][e(424)])continue;if(e(510)!=t[i][e(486)])continue;if(null==t[i][e(396)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(396)];)e(510)==t[r][e(486)]?s++:e(501)==t[r][e(486)]&&s--,r++;if(0!=s)if(t[i][e(340)])t[i][e(356)]=!0;else for(;r!=i;)t[r][e(340)]&&0!=t[r][e(424)]&&(t[r][e(356)]=!0,n[e(328)](t[r][e(396)])),r--}return t[e(313)]((t=>!t[e(356)]))}[rr(577)](t){const e=rr,n=this[e(509)][e(449)][e(445)];for(let i=0;i<t[e(305)];i++){if(!(t[i][e(568)]||t[i][e(476)]||t[i][e(340)]||t[i][e(413)]))continue;if(0==t[i][e(424)])continue;const r=t[i][e(537)];n[e(382)](r)||n[e(391)](r)||(t[i][e(568)]&&delete t[i][e(568)],t[i][e(476)]&&delete t[i][e(476)],t[i][e(413)]&&delete t[i][e(413)],t[i][e(340)]&&(t[i][e(356)]=!0))}return t[e(313)]((t=>!t[e(356)]))}[rr(255)](t,e,n){const i=rr,r=new s.DocumentFragment,o=[],a=new Map,c=this[i(509)][i(449)],u=c[i(445)],l=[r],h={},d={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let f=null;const v=[0];for(let e=0;e<t[i(305)];e++){let n,o;if(i(510)===t[e][i(486)]){n=c[i(440)](r,v);const a=new s.Element(t[e][i(537)][i(334)],t[e][i(537)][i(359)]());l[0][i(517)](a),v[i(418)](0),l[i(515)](a),o=c[i(440)](r,v),f=null}else if(i(501)===t[e][i(486)])l[i(534)](),n=c[i(440)](r,v),v[i(292)](),v[v[i(305)]-1]++,o=c[i(440)](r,v),f=null;else{if(n=c[i(440)](r,v),f&&y(f,t[e][i(537)]))f[i(289)]+=t[e][i(537)][i(286)];else{const n=new s.Text(t[e][i(537)][i(286)],t[e][i(537)][i(359)]());l[0][i(517)](n),f=n}v[v[i(305)]-1]+=t[e][i(537)][i(375)],o=c[i(440)](r,v)}for(const r of t[e][i(291)])a[i(294)](r,{start:n,end:null});m(i(413),e,n,o),m(i(476),e,n,o),m(i(340),e,n,o),m(i(568),e,n,o);for(const n of t[e][i(254)])a[i(342)](n)[i(496)]=o}for(const[t,e]of a){const n=this[i(509)][i(449)][i(421)](e[i(480)],e[i(496)]);r[i(389)][i(294)](t,n)}return o[i(508)](((t,e)=>{const n=i,s=r[n(389)][n(342)](n(249)+t.id),o=r[n(389)][n(342)](n(249)+e.id);return s[n(480)][n(384)](o[n(480)])?-1:s[n(480)][n(551)](o[n(480)])?1:s[n(496)][n(384)](o[n(496)])?-1:s[n(496)][n(551)](o[n(496)])?1:n(328)===t[n(486)]?-1:1})),{root:r,changes:o};function m(e,n,r,s){const o=i,a=!!t[n][e],c=a?t[n][e][o(472)]:null,l=n===t[o(305)]-1,f=d[e][0],v=u[o(574)](t[n][o(537)]);!h[e]&&a?h[e]={start:r,tapeItem:t[n],userId:c,type:e}:h[e]&&!a?(h[e][o(496)]=r,p(h[e]),h[e]=null):h[e]&&a&&h[e][o(472)]!==c&&(h[e][o(496)]=r,f&&f[o(472)]===h[e][o(472)]||p(h[e]),h[e]={start:r,tapeItem:t[n],userId:c,type:e}),h[e]&&v&&(o(510)!==t[n][o(486)]||f&&f[o(472)]===c||d[e][o(515)]({userId:c,object:t[n][o(537)],change:h[e]}),o(501)===t[n][o(486)]&&f&&f[o(552)]===t[n][o(537)]&&(d[e][o(534)](),h[e]=f[o(269)])),h[e]&&l&&(h[e][o(496)]=s,p(h[e]),h[e]=null)}function p({start:t,end:s,tapeItem:a,userId:u,type:l}){const h=i,d=a[h(537)],f=c[h(445)][h(382)](d)&&!c[h(445)][h(391)](d),v=t[h(376)]==s[h(479)]&&s[h(317)];if(f&&v)return;const m=c[h(421)](t,s),p=e[h(342)](u),y=new Ki({author:p,type:h(568)==l||h(476)==l?h(328):h(493),data:{isSuggestion:h(476)==l||h(413)==l},createdAt:new Date,rootName:n});o[h(418)](y),r[h(389)][h(294)](h(249)+y.id,m)}function y(t,e){const n=i,r=t[n(359)](),s=e[n(359)]();for(const t of r){if(t[1]!==e[n(368)](t[0]))return!1;s[n(444)]()}return s[n(444)]()[n(277)]}}[rr(400)](){const t=rr;this[t(509)][t(281)][t(564)](t(443))[t(263)]({view:t(575)}),this[t(509)][t(281)][t(564)](t(363))[t(464)]({model:t(575),view:e=>{const n=t,i=e[n(452)][n(569)](":")[1],r=this[n(259)](i);if(!r)return null;const s=n(328)==r[n(486)]?n(462):n(455),o=[n(553),n(521)+s];return r[n(286)][n(513)]&&o[n(418)](n(521)+s+n(329)),this[n(481)]==r&&o[n(418)](n(323)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(509)][t(281)][t(564)](t(443))[t(328)]((e=>{const n=t;e.on(n(429),((t,e,i)=>{const r=n,s=e[r(529)][r(483)](0);if(!s||!s.is(r(379),r(502)))return;if(!i[r(427)][r(539)](s,{attributes:[r(322),r(417)]}))return;const o=e[r(395)][r(480)][r(376)];i[r(459)][r(541)](r(322),s[r(368)](r(322)),o),i[r(459)][r(541)](r(417),s[r(368)](r(417)),o)}),{priority:n(348)})})),this[t(509)][t(281)][t(564)](t(443))[t(328)]((e=>{const n=t;e.on(n(379),((t,e,i)=>{const r=n;if(!i[r(427)][r(539)](e[r(529)],{attributes:[r(322),r(417)]}))return;if(e[r(395)][r(362)])return;const s=e[r(395)][r(480)][r(376)];s[r(408)](r(322))||s[r(408)](r(271))||(i[r(459)][r(541)](r(322),e[r(529)][r(368)](r(322)),s),i[r(459)][r(541)](r(417),e[r(529)][r(368)](r(417)),s))}),{priority:n(348)})})),this[t(509)][t(281)][t(564)](t(443))[t(514)]({view:{name:t(270),attributes:{vid:!0}},model:{key:t(271),value:e=>e[t(368)](t(271))}}),this[t(509)][t(449)][t(445)].on(t(344),((e,[,n])=>{const i=t;[i(322),i(417),i(271)][i(426)](n)&&(e[i(441)]=!0,e[i(246)]())}),{priority:t(320)}),this[t(509)][t(281)][t(564)](t(545))[t(328)]((e=>{const n=t;e.on(n(414),((t,e,i)=>{const r=n;if(" "!=e[r(537)][r(286)]||e[r(537)][r(479)][r(303)]>1)return;if(!i[r(427)][r(539)](e[r(537)],t[r(334)]))return;const s=i[r(459)],o=i[r(243)][r(460)](e[r(442)]);s[r(547)](o,s[r(450)](r(270)))}))})),this[t(509)][t(281)][t(564)](t(545))[t(378)]({model:t(575)}),this[t(509)][t(404)][t(403)].on(t(500),function(e){const n=t,i=e[n(262)][n(342)](n(311));return(t,r,s)=>{const o=n,a=r[o(452)][o(569)](":")[1],c=i[o(259)](a);if(!c)return null;const u=o(328)==c[o(486)]?o(569):o(516);if(!s[o(427)][o(335)](r[o(387)],t[o(334)]))return;const l=r[o(387)][o(431)](),h=r[o(387)][o(480)],d=e[o(449)][o(445)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(537)];m=m||d[o(353)](e);const n=s[o(243)][o(415)](e);if(n&&n[o(562)](o(247)))return;o(501)==t[o(486)]&&d[o(382)](e)&&!d[o(391)](e)&&(e[o(423)]||h[o(339)]?f&&f[o(479)]==e||(f=e,y(t[o(466)]),p=!0):v=v||t[o(466)])}function y(t){const e=o,n=s[e(459)][e(276)](e(270),{class:e(521)+u}),a=s[e(243)][e(245)](t);c[e(286)][e(513)]&&s[e(459)][e(321)](e(521)+u+e(329),n),i[e(481)]==c&&s[e(459)][e(321)](e(323),n),s[e(459)][e(468)](a,n),s[e(243)][e(451)](n,r[e(452)])}m||p||!v||y(v)}}(this[t(509)]),{priority:t(572)}),this[t(509)][t(404)][t(403)].on(t(280),((e,n,i)=>{const r=t,s=i[r(243)][r(527)](n[r(452)]);if(s)for(const t of s)(t[r(295)](r(390))||t[r(295)](r(301)))&&(i[r(243)][r(531)](t,n[r(452)]),i[r(459)][r(493)](t))}),{priority:t(572)}),this[t(509)][t(404)][t(403)].on(t(500),((e,n,i)=>{const r=t,s=n[r(452)][r(569)](":")[1],o=this[r(259)](s);if(!o)return null;const a=r(328)==o[r(486)]?r(569):r(516);if(i[r(427)][r(335)](n[r(387)],e[r(334)]))for(const t of n[r(387)][r(536)]()){if(!t.is(r(379),r(475)))continue;const e=i[r(459)][r(276)](r(270),{class:r(521)+a}),s=i[r(243)][r(245)](this[r(509)][r(449)][r(392)](t));o[r(286)][r(513)]&&i[r(459)][r(321)](r(521)+a+r(329),e),this[r(481)]==o&&i[r(459)][r(321)](r(323),e),i[r(459)][r(468)](s,e),i[r(243)][r(451)](e,n[r(452)])}}),{priority:t(572)}),this[t(509)][t(449)][t(438)].on(t(269),(()=>{const e=t;this[e(509)][e(404)][e(533)][e(269)]((t=>{const n=e;for(const e of this[n(509)][n(449)][n(438)][n(398)]()){const i=this[n(509)][n(449)][n(438)][n(548)](e),r=this[n(509)][n(404)][n(533)][n(438)][n(548)](e);if(r){const e=i[n(368)](n(439));if(t[n(347)](n(319),r),t[n(308)](n(507),r),t[n(308)](n(282),r),t[n(308)](n(524),r),e){const i=this[n(259)](e);if(!i)return null;t[n(541)](n(319),e,r),t[n(321)](n(535)+i[n(486)],r),this[n(481)]==i&&t[n(321)](n(524),r)}}}}))})),this[t(509)][t(281)][t(564)](t(443))[t(263)]({view:t(422),model:e=>t(419)+e,converterPriority:t(320)}),this[t(509)][t(281)][t(564)](t(443))[t(263)]({view:t(244),model:e=>t(555)+e,converterPriority:t(320)}),this[t(509)][t(281)][t(564)](t(545))[t(378)]({model:t(511),view:e=>({name:t(331)+e,group:t(511)}),converterPriority:t(320)}),this[t(509)][t(281)][t(564)](t(363))[t(464)]({model:t(511),view:e=>{const n=t,i=e[n(452)][n(569)](":")[1];return n(462)!=i&&n(455)!=i?null:{classes:[n(530),n(364)+i]}}}),this[t(509)][t(404)][t(403)].on(t(250),ur(this[t(509)],t(516)),{priority:t(572)}),this[t(509)][t(404)][t(403)].on(t(523),ur(this[t(509)],t(569)),{priority:t(572)}),this[t(509)][t(404)][t(403)].on(t(366),((e,n,i)=>{const r=t,s=i[r(243)][r(527)](n[r(452)]);if(s)for(const t of s)t.is(r(330))&&(i[r(243)][r(531)](t,n[r(452)]),i[r(459)][r(493)](t))}),{priority:t(572)})}[rr(259)](t){const e=rr;return this[e(494)][e(342)](t)}[rr(336)](t){const e=rr;return this[e(307)]&&this[e(307)][e(405)](),this[e(307)]=new Gi(this[e(509)][e(499)],t),this[e(307)]}[rr(279)](){const t=rr;this[t(509)][t(449)][t(438)][t(471)][t(467)](t(575)),this.on(t(446),((e,n,i,r)=>{const s=t;r&&this[s(267)][s(493)](r),i&&(this[s(267)][s(328)]({view:i,stackId:s(485),position:{target:()=>{const t=s,e=this[t(509)][t(404)],n=this[t(259)](i[t(542)]);let r;if(n[t(286)][t(448)]){const i=e[t(533)][t(316)](n[t(248)]);r=Array[t(369)](i[t(469)]())}else{const n=this[t(509)][t(449)][t(389)][t(342)](t(249)+i[t(542)]);r=Array[t(369)](e[t(243)][t(527)](n[t(334)]))[t(554)]((n=>e[t(533)][t(337)][t(388)](n)))[t(554)]((e=>Array[t(369)](e[t(469)]())))[t(298)]()}return this[t(571)]&&r[t(557)]((e=>e[t(373)]-3<=this[t(571)].y&&e[t(300)]+3>=this[t(571)].y&&e[t(338)]-3<=this[t(571)].x&&e[t(407)]+3>=this[t(571)].x))||r[0]}}}),this[s(267)][s(361)](s(485)))})),this.on(t(550),((e,n,i,r)=>{const s=t;this[s(370)]=i?this[s(336)](i):null,this[s(509)][s(449)][s(269)]((()=>{const t=s,e=this[t(509)][t(404)];r&&(r[t(286)][t(448)]?e[t(533)][t(269)]((n=>{const i=t;n[i(308)](i(524),e[i(533)][i(438)][i(548)](r[i(248)]))})):e[t(284)](t(249)+r.id)),i&&(i[t(286)][t(448)]?e[t(533)][t(269)]((n=>{const r=t;n[r(321)](r(524),e[r(533)][r(438)][r(548)](i[r(248)]))})):e[t(284)](t(249)+i.id))}))})),this[t(299)](this[t(509)][t(404)][t(533)][t(438)],t(532),((e,n)=>{const i=t;if(this[i(481)])return;const r=this[i(385)](n[i(304)]),s=this[i(494)][i(342)](r);s?(this[i(571)]={x:n[i(268)].x,y:n[i(268)].y},this[i(370)]=this[i(336)](s)):(this[i(571)]=null,this[i(370)]=null)})),this[t(299)](this[t(509)][t(404)][t(533)][t(438)],t(457),((e,n)=>{const i=t,r=this[i(385)](n[i(304)]),s=this[i(494)][i(342)](r);s?(this[i(571)]={x:n[i(268)].x,y:n[i(268)].y},s===this[i(481)]?this[i(267)][i(565)]():this[i(481)]=s):(this[i(571)]=null,this[i(481)]=null)}))}[rr(385)](t){const e=rr;do{const n=t[e(368)](e(319));if(n)return n;t=t[e(479)]}while(t);return null}[rr(314)](){const t=rr;this[t(509)][t(449)][t(269)]((e=>{const n=t;for(const t of this[n(509)][n(449)][n(389)])e[n(288)](t)}))}}function ur(t,e){return(n,i,r)=>{const s=or;if(!r[s(427)][s(335)](i[s(387)],n[s(334)]))return;const o=i[s(387)][s(431)](),a=i[s(387)][s(480)],c=t[s(449)][s(445)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(537)];h=h||c[s(353)](e);const n=r[s(243)][s(415)](e);if(n&&n[s(562)](s(247)))return;s(501)==t[s(486)]&&c[s(382)](e)&&!c[s(391)](e)&&(e[s(423)]||a[s(339)]?u&&u[s(479)]==e||(u=e,f(t[s(466)]),d=!0):l=l||t[s(466)])}function f(t){const n=s,o=r[n(243)][n(245)](t),a=r[n(459)][n(276)](n(270),{class:n(364)+e});r[n(459)][n(468)](o,a),r[n(243)][n(451)](a,i[n(452)])}h||d||!l||f(l)}}class lr extends t.Command{constructor(t){const e=rr;super(t);const n=t[e(262)][e(342)](cr);this[e(272)]=!1,this[e(299)](n,e(528),(()=>this[e(477)]())),this[e(299)](n,e(512),(()=>this[e(477)]()))}[rr(560)](){const t=rr,e=this[t(509)],n=e[t(262)][t(342)](cr),i=n[t(473)]?n[t(556)][t(273)]:null;e[t(393)][t(342)](t(458))[t(504)](i)}[rr(477)](){const t=rr,{isReady:e,isEnabled:n}=this[t(509)][t(262)][t(342)](cr);this[t(383)]=e&&n}}class hr extends t.Command{constructor(t,{direction:e}){const n=rr;super(t);const i=t[n(262)][n(342)](cr);this[n(272)]=!1,this[n(357)]=n(312)===e?1:-1,this[n(299)](i,n(528),(()=>this[n(477)]())),this[n(299)](i,n(512),(()=>this[n(477)]())),this[n(299)](i,n(550),(()=>this[n(477)]()))}[rr(560)](){const t=rr,n=this[t(509)],i=n[t(262)][t(342)](cr),{isNavigationMode:s,currentChangeNumber:o}=i;let a;if(i[t(481)]=s?i[t(556)][t(402)][t(342)](o+this[t(357)]):i[t(556)][t(402)][t(490)],i[t(481)][t(286)][t(448)])a=n[t(404)][t(533)][t(316)](i[t(481)][t(248)]);else{const e=n[t(449)][t(389)][t(342)](t(249)+i[t(481)].id);a=(0,r.getMarkerDomElement)(n[t(404)],e)}(0,e.scrollViewportToShowTarget)({target:a,viewportOffset:40})}[rr(477)](){const t=rr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(509)][t(262)][t(342)](cr);this[t(383)]=!!(s&&r&&i)&&(!e||(1===this[t(357)]?n<i-1:n>0))}}var dr=n(528),fr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(dr.A,fr);dr.A.locals;function vr(t,e){const n=mr();return(vr=function(t,e){return n[t-=395]})(t,e)}function mr(){const t=["13360338sUAjHT","bind","ck-revision-history-ui","31174zaPRfl","ck-revision-history-ui__changes-navigation","fire","NUMBER_OF_CHANGES","Show previous change","forward","ck-revision-history-ui__changes-navigation__wrapper","No changes","currentChangeNumber","_statusText","numberOfChanges","isEnabled","bindTemplate","div","30801QKXpod","EDIT_X_OF_Y_REVISIONS","Show next change","set","X_OF_Y_CHANGES","ck-revision-history-ui__changes-navigation__navigation","1157OKthEz","6aKwtRy","_isStatusLabelVisible","backward","692ErQnqn","Loading...","32364IdGzEy","isNavigationMode","isForwardNavigationEnabled","setTemplate","8AXRuxZ","span","isReady","1050784aafEGG","execute","1003070xEvuCN","Total","ck-hidden","26XXsyUN","11gLUzRQ","isBackwardNavigationEnabled","7340995CLaDvZ","ck-revision-history-ui__changes-navigation__label"];return(mr=function(){return t})()}!function(t,e){const n=vr,i=t();for(;;)try{if(896760===-parseInt(n(425))/1*(parseInt(n(417))/2)+-parseInt(n(439))/3*(-parseInt(n(403))/4)+-parseInt(n(420))/5*(parseInt(n(400))/6)+-parseInt(n(412))/7+-parseInt(n(409))/8*(-parseInt(n(422))/9)+parseInt(n(414))/10*(-parseInt(n(418))/11)+-parseInt(n(405))/12*(parseInt(n(399))/13))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(mr);class pr extends Ei.View{constructor(t){const e=vr;super(t);const n=this[e(437)],i=new Ei.ButtonView(t),r=new Ei.ButtonView(t);this[e(396)](e(406),!1),this[e(396)](e(411),!1),this[e(396)](e(433),0),this[e(396)](e(435),0),this[e(396)](e(407),!1),this[e(396)](e(419),!1),this[e(423)](e(401)).to(this,e(411),this,e(435),((t,e)=>t&&e>0)),this[e(423)](e(434)).to(this,e(411),this,e(433),this,e(435),this,e(406),((n,i,r,s)=>{const o=e;if(!n)return Qn(t,o(404));if(!r)return Qn(t,o(432));const a=Qn(t,o(428),r);return s?Qn(t,o(397),[i+1,r]):a})),i[e(396)]({label:Qn(t,e(429)),tooltip:!0,icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.435 14.494a.75.75 0 0 0 1.197-.899l-.067-.089-6.992-8a.75.75 0 0 0-1.05-.078l-.079.078-7.008 8a.75.75 0 0 0 1.049 1.066l.08-.078 6.442-7.354 6.428 7.354z"/></svg>\n'}),r[e(396)]({label:Qn(t,e(395)),tooltip:!0,icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.435 5.506a.75.75 0 0 1 1.197.899l-.067.089-6.992 8a.75.75 0 0 1-1.05.078l-.079-.078-7.008-8a.75.75 0 0 1 1.049-1.066l.08.078 6.442 7.354 6.428-7.354z"/></svg>\n'}),i[e(423)](e(436)).to(this,e(419)),r[e(423)](e(436)).to(this,e(407)),i.on(e(413),(()=>this[e(427)](e(413),e(402)))),r.on(e(413),(()=>this[e(427)](e(413),e(430)))),this[e(408)]({tag:e(438),attributes:{class:["ck",e(424),e(426)]},children:[{tag:e(410),attributes:{class:[e(431)]},children:[{tag:e(410),attributes:{class:[e(421),n.if(e(401),e(416),(t=>!t))]},children:[{text:n.to(e(406),(n=>n?Qn(t,e(440))+": ":Qn(t,e(415))+": "))}]},{text:n.to(e(434))}]},new Ei.ToolbarSeparatorView,{tag:e(438),attributes:{class:[e(398)]},children:[i,r]}]})}}var yr=n(560),gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(yr.A,gr);yr.A.locals;function kr(){const t=["ck-editor__editable__loading-overlay","156956wQHHEX","8423512eALTpt","change","editor","3970380Djtjtc","66FulUPd","addClass","roots","pluginName","3804366EJARnG","703485IXVQVj","hide","RevisionViewerLoadingOverlay","document","9NXgMWm","20860650AoOPdt","removeClass","editing","show","view","5999600dFFGKP","7fnnBsU"];return(kr=function(){return t})()}const br=_r;function _r(t,e){const n=kr();return(_r=function(t,e){return n[t-=385]})(t,e)}!function(t,e){const n=_r,i=t();for(;;)try{if(950912===parseInt(n(394))/1+parseInt(n(407))/2*(parseInt(n(389))/3)+parseInt(n(404))/4+parseInt(n(388))/5+parseInt(n(393))/6*(-parseInt(n(405))/7)+parseInt(n(385))/8*(-parseInt(n(398))/9)+-parseInt(n(399))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(kr);const wr=br(406);class Ir extends t.Plugin{static get[br(392)](){return br(396)}[br(402)](){const t=br,e=this[t(387)][t(401)][t(403)];e[t(386)]((n=>{const i=t;for(const t of e[i(397)][i(391)])n[i(390)](wr,t)}))}[br(395)](){const t=br,e=this[t(387)][t(401)][t(403)];e[t(386)]((n=>{const i=t;for(const t of e[i(397)][i(391)])n[i(400)](wr,t)}))}}const Sr=Or;function Or(t,e){const n=Tr();return(Or=function(t,e){return n[t-=250]})(t,e)}function Tr(){const t=["currentChangeNumber","componentFactory","Back to editing","add","showPreviousChange","1491642fOsnwb","bind","RevisionViewerUI","pluginName","hide","get","change:isReady","undo","closeRevisionViewerCallback","commands","config","showNextChange","2662288GfHMRX","plugins","execute","isNavigationMode","isEnabled","editor","init","ck-revision-history-ui__back-to-editing","1428744GUDUmJ","isReady","show","set","79320vCNIbE","1946484wtykVt","isBackwardNavigationEnabled","forward","Restore this revision","restoreRevision","requires","listenTo","35082SmpSVA","717530TqlqSr","exitToEditing","numberOfChanges","isForwardNavigationEnabled","revisionHistory","changesNavigation","616doQROn"];return(Tr=function(){return t})()}!function(t,e){const n=Or,i=t();for(;;)try{if(617884===-parseInt(n(292))/1+parseInt(n(268))/2+parseInt(n(288))/3+-parseInt(n(293))/4+parseInt(n(256))/5+-parseInt(n(255))/6*(parseInt(n(262))/7)+parseInt(n(280))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Tr);class xr extends t.Plugin{static get[Sr(271)](){return Sr(270)}static get[Sr(253)](){return[cr,Ir]}[Sr(286)](){const e=Sr,n=this[e(285)],i=n[e(281)][e(273)](cr),r=n[e(281)][e(273)](Ir);n.ui[e(264)][e(266)](e(257),(i=>{const r=e,s=new Ei.ButtonView(i);return s[r(291)]({label:Qn(i,r(265)),icon:t.icons[r(275)],withText:!0,tooltip:!0,class:r(287)}),this[r(254)](s,r(282),(()=>{const t=r;n[t(278)][t(273)](t(260))[t(276)]()})),s})),n.ui[e(264)][e(266)](e(252),(t=>{const i=e,r=new Ei.ButtonView(t);return r[i(291)]({label:Qn(t,i(251)),withText:!0,tooltip:!0}),r[i(269)](i(284)).to(n[i(277)][i(273)](i(252))),this[i(254)](r,i(282),(()=>n[i(282)](i(252)))),r})),n.ui[e(264)][e(266)](e(261),(t=>{const r=e,s=new pr(t),o=n[r(277)][r(273)](r(267)),a=n[r(277)][r(273)](r(279));return s[r(269)](r(294)).to(o,r(284)),s[r(269)](r(259)).to(a,r(284)),s[r(269)](r(289),r(263),r(258),r(283)).to(i),this[r(254)](s,r(282),((t,e)=>{const i=r;n[i(282)](i(250)===e?i(279):i(267))})),s})),r[e(290)](),i.on(e(274),((t,n,i)=>{const s=e;i?r[s(272)]():r[s(290)]()}))}}var Rr=n(329),Nr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Rr.A,Nr);Rr.A.locals;const Ar=Mr;function Mr(t,e){const n=Er();return(Mr=function(t,e){return n[t-=471]})(t,e)}function Er(){const t=["1926yvpitL","Enter the revision name","_updateTooltipText","set","span","value","_tooltipString","placeholder","bindTemplate","input","ck-tooltip_multi-line","16jAfxIG","_resizeObserver","clientWidth","Revision name","element","1478936BXOpdS","fieldView","listenTo","scrollWidth","9045FzSCvs","1313790wjpHhu","render","ck-revision-history-sidebar__revision-name","8594577djclSa","extendTemplate","1000357hVOLCa","3047590JcyIPy","destroy","1453364qIolVC"];return(Er=function(){return t})()}!function(t,e){const n=Mr,i=t();for(;;)try{if(551976===-parseInt(n(478))/1+parseInt(n(481))/2+-parseInt(n(473))/3+parseInt(n(498))/4+-parseInt(n(472))/5*(parseInt(n(482))/6)+-parseInt(n(479))/7+-parseInt(n(493))/8*(-parseInt(n(476))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Er);class jr extends Ei.LabeledFieldView{constructor(t,e){const n=Mr;super(t,e),this[n(494)]=null;const i=this[n(490)];this[n(485)]({label:Qn(t,n(496)),_tooltipString:""}),this[n(499)][n(489)]=Qn(t,n(483)),this[n(477)]({tag:n(486),attributes:{class:[n(475)],"data-cke-tooltip-text":i.to(n(488)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(492)}})}[Ar(474)](){const t=Ar;super[t(474)](),this[t(494)]=new e.ResizeObserver(this[t(499)][t(497)],(()=>this[t(484)]())),this[t(500)](this[t(499)],t(491),(()=>this[t(484)]()))}[Ar(480)](){const t=Ar;super[t(480)](),this[t(494)]&&this[t(494)][t(480)]()}[Ar(484)](){const t=Ar,e=this[t(499)][t(497)];this[t(488)]=e[t(471)]>e[t(495)]&&e[t(487)]||""}}var Vr=n(249),Cr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Vr.A,Cr);Vr.A.locals;function Dr(){const t=["1OvfDCt","ck-revision-history-sidebar__revision-author","set","791tpmNvL","34173DYACGn","2170404EHnVmn","ck-revision-history-sidebar__revision-author__name","683282mCqusw","setTemplate","span","ck-revision-history-sidebar__revision-author_creator","0 0 11 10","name","Revision author","Revision creator","4365988sUoktL","push","22456CRKeAA","1370hupKNu","1140816odhEXb","32uHRHoK","391670SzOoMK"];return(Dr=function(){return t})()}function Lr(t,e){const n=Dr();return(Lr=function(t,e){return n[t-=347]})(t,e)}!function(t,e){const n=Lr,i=t();for(;;)try{if(373599===parseInt(n(361))/1*(-parseInt(n(368))/2)+parseInt(n(358))/3+parseInt(n(359))/4*(-parseInt(n(360))/5)+parseInt(n(366))/6+-parseInt(n(364))/7*(parseInt(n(356))/8)+parseInt(n(365))/9*(parseInt(n(357))/10)+parseInt(n(354))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Dr);class Fr extends Ei.View{constructor(t,e,n){const i=Lr;super(t);const r=new Ei.IconView;r[i(363)]({content:'<svg viewBox="0 0 11 10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5.5 5C8.538 5 11 7.015 11 9.5c0 .17-.011.336-.034.5H.034A3.732 3.732 0 0 1 0 9.5C0 7.015 2.462 5 5.5 5zm0-5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z" /></svg>\n',viewBox:i(350)});const s=["ck",i(362)];n&&s[i(355)](i(349));const o=[{tag:i(348),attributes:{class:["ck",i(367)],title:Qn(t,i(n?353:352))},children:[r,e[i(351)]]}];this[i(347)]({tag:"li",attributes:{class:s},children:o})}}function zr(){var t=["3216624tuYNed","3168621IxGkMK","toLocaleDateString","1224030KnVQNl","long","numeric","9GBBrYI","63988KENSDU","44lklTTU","15992ylfxLk","toLocaleTimeString","1180gdfpbA","18712raiRmr","7923070pAJjpR","21lwdPAO","43CeGmMx"];return(zr=function(){return t})()}function Pr(t,e){var n=zr();return(Pr=function(t,e){return n[t-=171]})(t,e)}!function(t,e){for(var n=Pr,i=t();;)try{if(702580===-parseInt(n(173))/1*(parseInt(n(181))/2)+parseInt(n(175))/3+parseInt(n(186))/4*(parseInt(n(185))/5)+parseInt(n(177))/6+-parseInt(n(172))/7*(parseInt(n(183))/8)+parseInt(n(180))/9*(parseInt(n(171))/10)+-parseInt(n(182))/11*(parseInt(n(174))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(zr);var Hr=n(11),Ur={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Hr.A,Ur);Hr.A.locals;function Zr(){const t=["isActionsDropdownOpen","panelPosition","function","isEnabled","map","6CCdlrQ","isVisible","name","474764OAxHfG","ck-on","source","first","button","locale","isOpen","action","buttonView","ck-revision-history-sidebar__revision__actions","Name this revision","Restore this revision","Show more items","execute","find","model","set","isReady","listenTo","324662rJvbJI","add","class","3626410oIgxwF","506808TvfIWw","6QpMEAX","stopPropagation","listView","extendTemplate","items","986870BLhDQm","bindTemplate","change:isActionsDropdownOpen","threeVerticalDots","666576eOXVIX","2KOiLYt","bind","3409931jdhqtJ","Compare against selected","_action","children"];return(Zr=function(){return t})()}function qr(t,e){const n=Zr();return(qr=function(t,e){return n[t-=303]})(t,e)}!function(t,e){const n=qr,i=t();for(;;)try{if(267188===-parseInt(n(345))/1*(-parseInt(n(312))/2)+-parseInt(n(323))/3*(-parseInt(n(326))/4)+-parseInt(n(307))/5+-parseInt(n(350))/6*(parseInt(n(314))/7)+parseInt(n(311))/8+-parseInt(n(349))/9+parseInt(n(348))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Zr);var Br=n(216),Jr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Br.A,Jr);Br.A.locals;const Gr=Wr;function Yr(){const t=["srcElement","ck-revision-history-sidebar__actions_dropdown_open","value","88nynsEl","render","isSelected","length","_revision","revisionActionsView","ck-disabled","uiLanguage","ck-revision-history-sidebar__revision-authors","1432rOJbaL","_requireRevisionName","bind","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","ck-revision-history-sidebar__revision__controls-wrapper","_createdAtFormatted","select","isReady","deselect","highlight","bindTemplate",".ck-thread__remove-confirm","ck-revision-history-sidebar__revision","fire","span","div","unhighlight","element","filter","setTemplate","4uoXasS","unshift","authors","fieldView","from","change","map","revisionNameView","9418239BkshTa","closest","isConfirm","ck-revision-history-sidebar__revision-wrapper","isEnabled","220","ck-reset","createdAt","ck-revision-history-sidebar__revision_selected","extendTemplate","name","listenTo","creator","116JCgnma","ck-revision-history-sidebar__revision_highlighted","17793iaKCLU","26656ebZqmZ","set","setName","690330pmVcMB","338119fmAdne","182995hDRpsP","isActionsDropdownOpen","isHighlighted","ck-revision-history-sidebar__revision__date","9165546NzeOgf"];return(Yr=function(){return t})()}function Wr(t,e){const n=Yr();return(Wr=function(t,e){return n[t-=158]})(t,e)}!function(t,e){const n=Wr,i=t();for(;;)try{if(978902===parseInt(n(163))/1*(parseInt(n(201))/2)+-parseInt(n(158))/3+parseInt(n(222))/4*(parseInt(n(164))/5)+parseInt(n(168))/6+parseInt(n(159))/7*(-parseInt(n(181))/8)+-parseInt(n(209))/9+parseInt(n(162))/10*(-parseInt(n(172))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Yr);class Kr extends((0,r.ConfirmMixin)(Ei.View)){constructor(n,i,r,s){const o=Wr;super(n);const a=this[o(191)],c=function(t,e){const n=o,i=Array[n(205)](e[n(203)])[n(199)]((t=>t!=e[n(221)]));return e[n(221)]&&i[n(202)](e[n(221)]),i[n(207)]((i=>new Fr(t,i,i==e[n(221)])))}(n,i);this.id=i.id,this[o(176)]=i,this[o(182)]=s,this[o(183)](o(219),o(216)).to(i),this[o(183)](o(186)).to(this,o(216),(t=>{return e=n[o(179)],(i=t)[(r=Pr)(176)](e,{month:r(178),day:r(179)})+", "+i[r(184)](e,{hour:r(179),minute:r(179)});var e,i,r})),this[o(160)](o(174),!1),this[o(160)](o(166),!1),this[o(160)](o(165),!1),this[o(160)](o(188),!1),this[o(160)](o(213),!1),this[o(208)]=new jr(n,Ei.createLabeledInputText),this[o(208)][o(204)][o(218)]({attributes:{maxlength:o(214)}}),this[o(208)][o(204)][o(183)](o(171)).to(this,o(219),(t=>t||this[o(186)])),this[o(208)][o(183)](o(213)).to(this,o(174),this,o(213),((t,e)=>t&&e)),this[o(177)]=r&&r[o(175)]?function(n,i){const r=qr,s=n[r(308)],o=n[r(331)],a=(0,Ei.createDropdown)(o);a[r(319)]="sw";const c=function(t,n){const i=r,s=function(t,e){const n=qr,i=t[n(331)],r={"Compare against selected":Qn(i,n(315)),"Name this revision":Qn(i,n(336)),"Restore this revision":Qn(i,n(337))};return e[n(322)]((t=>{const e=n,i=r[t[e(325)]];return i&&i!==t[e(325)]&&(t[e(325)]=i),t}))}(t,n),o=new e.Collection;for(const e of s){const n={type:i(330),model:new Ei.ViewModel({label:e[i(325)],class:e[i(347)],withText:!0,_action:e[i(333)]})};n[i(341)][i(313)](i(321)).to(t,i(318),(n=>i(320)!=typeof e[i(321)]||!n||e[i(321)](t))),o[i(346)](n)}return o}(n,i);return n[r(313)](r(318)).to(a,r(332)),a[r(334)][r(342)]({label:Qn(o,r(338)),tooltip:!0,tooltipPosition:"sw",icon:t.icons[r(310)]}),a[r(305)]({attributes:{class:[r(335),s.if(r(318),r(327))]},on:{click:s.to((t=>t[r(303)]()))}}),a.on(r(339),(t=>{const e=r;n[e(343)]&&e(320)==typeof t[e(328)][e(316)]&&t[e(328)][e(316)](n)})),(0,Ei.addListToDropdown)(a,c),a[r(344)](n,r(309),((t,e,s)=>{const o=r;if(s)for(const t of a[o(304)][o(306)]){const e=t[o(317)][o(329)],r=i[o(340)]((t=>t[o(333)]===e[o(316)]))[o(324)];t[o(324)]=void 0===r||r(n)}})),a}(this,r):"",this[o(177)]&&this[o(177)][o(183)](o(213)).to(this),this[o(200)]({tag:o(196),attributes:{class:["ck",o(215),o(212),a.if(o(211),o(184))]},children:[{tag:o(196),attributes:{class:["ck",o(215),o(193),a.if(o(213),o(178),(t=>!t)),a.if(o(174),o(217)),a.if(o(166),o(223)),a.if(o(165),o(170))]},children:[this[o(208)],{tag:o(195),attributes:{class:["ck",o(167)]},children:[{text:a.to(o(186))}]},{tag:o(196),attributes:{class:["ck",o(185)]},children:[{tag:"ul",attributes:{class:["ck",o(180)]},children:c}]},this[o(177)]],on:{click:a.to((t=>{const e=o;t[e(169)][e(210)](e(192))||this[e(188)]&&this[e(213)]&&this[e(194)](e(187),{id:this.id})}))}}]})}[Gr(173)](){const t=Gr;super[t(173)]();const e=this[t(208)][t(204)][t(198)];this[t(220)](e,t(206),(()=>{const n=t;this[n(182)]&&!e[n(171)]||this[n(194)](n(161),{id:this.id,name:e[n(171)]}),e[n(171)]||(e[n(171)]=this[n(219)]?this[n(219)]:this[n(186)])}))}[Gr(187)](){this[Gr(174)]=!0}[Gr(189)](){this[Gr(174)]=!1}[Gr(190)](){this[Gr(166)]=!0}[Gr(197)](){this[Gr(166)]=!1}}var Xr=n(675);function $r(t,e){const n=ts();return($r=function(t,e){return n[t-=361]})(t,e)}function Qr(t,e){const n=$r,i=Xr.c9[n(384)](t)[n(374)](e),r=Xr.c9[n(368)](),s=r[n(369)]({days:1})[n(371)](n(385));let o,a;return i[n(377)](r,n(385))?(o=i[n(371)](n(385))[n(362)](),a=i[n(376)]()):i[n(377)](s,n(385))?(o=s[n(362)](),a=i[n(376)]()):i[n(377)](r,n(378))?(o=i[n(371)](n(378))[n(362)](),a=i[n(365)]||""):i[n(377)](r,n(372))?(o=i[n(371)](n(366))[n(362)](),a=i[n(373)]||""):(o=i[n(371)](n(372))[n(362)](),a=String(i[n(372)])),{startDate:o,localizedPeriodName:a}}function ts(){const t=["hasSame","week","2789416ZcJmGc","4258ybAeSr","3ZrTJHd","9MiJNHW","1211988AOFhUf","fromJSDate","day","125776Jhvlel","toJSDate","173VtEGKn","30IsoAxH","weekdayLong","month","603236ptdGqH","local","minus","2629759RqSfUS","startOf","year","monthLong","setLocale","1414980elxbKN","toRelativeCalendar"];return(ts=function(){return t})()}!function(t,e){const n=$r,i=t();for(;;)try{if(214052===parseInt(n(363))/1*(-parseInt(n(380))/2)+-parseInt(n(381))/3*(-parseInt(n(367))/4)+parseInt(n(375))/5+-parseInt(n(383))/6+-parseInt(n(361))/7+-parseInt(n(379))/8*(parseInt(n(382))/9)+-parseInt(n(364))/10*(-parseInt(n(370))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ts);var es=n(45),ns={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(es.A,ns);es.A.locals;function is(t,e){const n=ss();return(is=function(t,e){return n[t-=358]})(t,e)}const rs=is;function ss(){const t=["2BwpzSX","remove","8554140gNVFtA","select","_requireRevisionName","setName","uiLanguage","ck-revision-history-sidebar__time-period__revisions","div","251420PYnTEE","697641tzkALx","8KesAaa","localizedPeriodName","_revisionActions","delegate","154elCTvo","2984sKjGna","11709ouwsWY","ck-revision-history-sidebar__time-period","span","36ZcXAcl","setTemplate","revisionViews","startDate","201300qdGDXj","526719nsoTrC","createCollection","locale","ck-revision-history-sidebar__time-period__label","add","removeRevision","addRevision","323740aRbCOw","find"];return(ss=function(){return t})()}!function(t,e){const n=is,i=t();for(;;)try{if(341198===parseInt(n(362))/1*(parseInt(n(360))/2)+parseInt(n(387))/3*(-parseInt(n(373))/4)+parseInt(n(371))/5+-parseInt(n(382))/6*(parseInt(n(372))/7)+parseInt(n(378))/8*(parseInt(n(379))/9)+parseInt(n(386))/10*(-parseInt(n(377))/11)+parseInt(n(364))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ss);class os extends Ei.View{constructor(t,e,n,i){const r=is;super(t);const s=Qr(e,this[r(389)][r(368)])[r(374)];this[r(385)]=e,this[r(384)]=this[r(388)](),this[r(375)]=n,this[r(366)]=i,this[r(384)][r(376)](r(365)).to(this),this[r(384)][r(376)](r(367)).to(this),this[r(383)]({tag:r(370),attributes:{class:["ck",r(380)]},children:[{tag:r(381),attributes:{class:["ck",r(390)]},children:[{text:s}]},{tag:r(370),attributes:{class:["ck",r(369)]},children:this[r(384)]}]})}[rs(359)](t){const e=rs,n=new Kr(this[e(389)],t,this[e(375)],this[e(366)]);this[e(384)][e(391)](n)}[rs(358)](t){const e=rs,n=this[e(384)][e(361)]((e=>e.id===t.id));this[e(384)][e(363)](n)}}var as=n(173),cs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(as.A,cs);as.A.locals;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=347]})(t,e)}function ls(){const t=["10652tJwyyl","div","ck-reset_all","364404mGeTvr","ck-revision-history-sidebar__header__label","681VsIelQ","Revision history","65uXpDyD","591543RmpwnL","content","5231860jdbJnh","span","84604oWEGSO","setTemplate","history","12027hdNNaI","ck-revision-history-sidebar__header","5456yTkYtI","8176YHJpHe"];return(ls=function(){return t})()}!function(t,e){const n=us,i=t();for(;;)try{if(447033===parseInt(n(349))/1+parseInt(n(365))/2+-parseInt(n(358))/3*(parseInt(n(353))/4)+-parseInt(n(360))/5*(-parseInt(n(356))/6)+parseInt(n(352))/7*(parseInt(n(351))/8)+-parseInt(n(361))/9+-parseInt(n(363))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ls);class hs extends Ei.View{constructor(e){const n=us;super(e);const i=new Ei.IconView;i[n(362)]=t.icons[n(348)],this[n(347)]({tag:n(354),attributes:{class:["ck",n(355),n(350)]},children:[i,{tag:n(364),attributes:{class:["ck",n(357)]},children:[Qn(e,n(359))]}]})}}var ds=n(722),fs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(ds.A,fs);ds.A.locals;const vs=ms;function ms(t,e){const n=ps();return(ms=function(t,e){return n[t-=281]})(t,e)}function ps(){const t=["revisionSelected","341598nawZje","fire","removeRevision","ck-reset","add","addRevision","delegate","88zGDXqe","ck-revision-history-sidebar","130925eVAAYv","_revisions","createCollection","setTemplate","_revisionActions","_requireRevisionName","get","2450mUxOfc","startDate","highlightRevisions","ck-rounded-corners","bindTemplate","uiLanguage","select","deselect","timePeriodViews","some","_addRevision","map","flat","find","getTime","render","set","revisionSetName","isEnabled","highlight","_removeRevision","2899338YYYhCw","672428ZQRGNM","7KmKptg","ck-disabled","ck-revision-history-sidebar__timeline","_getTimePeriodViewByStartDate","108099TbhqRp","createdAt","4897264cVGcJm","setName","remove","unhighlight","revisionViews","selectRevision","div","17847CsDgKd","locale"];return(ps=function(){return t})()}!function(t,e){const n=ms,i=t();for(;;)try{if(333419===-parseInt(n(322))/1+parseInt(n(317))/2+-parseInt(n(334))/3+-parseInt(n(286))/4*(-parseInt(n(288))/5)+parseInt(n(316))/6*(-parseInt(n(318))/7)+parseInt(n(324))/8+-parseInt(n(331))/9*(parseInt(n(295))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ps);class ys extends Ei.View{constructor(t,e,n,i){const r=ms;super(t);const s=this[r(299)];this[r(303)]=this[r(290)](),this[r(303)][r(285)](r(301)).to(this),this[r(303)][r(285)](r(325)).to(this),this[r(289)]=e,this[r(292)]=n,this[r(293)]=i,this.on(r(301),((t,e)=>{const n=r;this[n(335)](n(333),e)})),this.on(r(325),((t,e)=>{const n=r;this[n(335)](n(312),e)})),this[r(311)](r(313),!1),this[r(291)]({tag:r(330),attributes:{class:["ck",r(282),r(298),r(287)]},children:[new hs(t),{tag:r(330),attributes:{class:["ck",r(320),s.if(r(313),r(319),(t=>!t))]},children:this[r(303)]}]})}[vs(310)](){const t=vs;super[t(310)]();for(const e of this[t(289)])this[t(305)](e);this[t(289)].on(t(283),((e,n)=>{this[t(305)](n)})),this[t(289)].on(t(326),((e,n)=>{this[t(315)](n)}))}get[vs(328)](){const t=vs;return this[t(303)][t(306)]((e=>e[t(328)][t(306)]((t=>t))))[t(307)]()}[vs(329)](t){const e=vs;for(const n of this[e(328)])t&&t.id===n.id?n[e(301)]():n[e(302)]()}[vs(297)](t){const e=vs;for(const n of this[e(328)])t[e(304)]((({id:t})=>t===n.id))?n[e(314)]():n[e(327)]()}[vs(305)](t){const e=vs,n=Qr(t[e(323)],this[e(332)][e(300)])[e(296)];let i=this[e(303)][e(294)](0);i&&i[e(296)][e(309)]()===n[e(309)]()||(i=new os(this[e(332)],n,this[e(292)],this[e(293)]),this[e(303)][e(283)](i)),i[e(284)](t)}[vs(315)](t){const e=vs,n=Qr(t[e(323)],this[e(332)][e(300)])[e(296)];this[e(321)](n)[e(281)](t)}[vs(321)](t){const e=vs;return this[e(303)][e(308)]((n=>n[e(296)][e(309)]()===t[e(309)]()))}}const gs=bs;function ks(){const t=["editor","map","newRevisionId","_handleEditorDataReady","focus","length","revisionSetName","revisionHistory.revisionActions","revisionViews","string","_revisions","destroy","revisionHistory.requireRevisionName","nameRevision","availableRevisionActions","102zgIGkq","isReady","compare","getIndex","pluginName","199274SJaLRu","restoreRevisionCallback","timePeriodViews","get","setName","render","isEnabled","remove","name","select","240247WGEREK","45kAMtBj","_revisionsRepository","_createRevisionActions","getRevision","listenTo","isSelected","selectRevision","highlightRevisions","assign","350336rxjQOH","fieldView","2453800NqoYBK","init","requires","data","ready","revisionHistory.viewerSidebarContainer","_revisionViewer","Name this revision","element","defaultRevisionActions","restoreRevision","_handleDiffChange","Restore this revision","appendChild","change:diff","_sidebarView","_handleRevisionSelected","compareAgainstSelected","repository","Compare against selected","isVisible","revisionHistory","_handleRevisionSetName","getEarlierVisibleRevision","8793rqhbsd","plugins","getLaterVisibleRevision","action","revisionSelected","RevisionsSidebar","1474216NerGCJ","locale","add","diff","config","bind","615408jwIdLn","getRevisionsInDiff"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=444]})(t,e)}!function(t,e){const n=bs,i=t();for(;;)try{if(297463===-parseInt(n(499))/1+-parseInt(n(519))/2+-parseInt(n(465))/3+-parseInt(n(477))/4+parseInt(n(521))/5+-parseInt(n(494))/6*(parseInt(n(509))/7)+parseInt(n(471))/8*(parseInt(n(510))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ks);class _s extends t.Plugin{static get[gs(498)](){return gs(470)}static get[gs(523)](){return[cr]}constructor(t){const e=gs;super(t),this[e(447)]=t[e(466)][e(502)](cr),this[e(511)]=this[e(447)][e(459)],this[e(456)]=null}[gs(522)](){const t=gs,e=this[t(511)][t(489)],n=this[t(512)](),i=this[t(479)][t(475)][t(502)](t(446));this[t(456)]=new ys(this[t(479)][t(472)],e,n,this[t(479)][t(475)][t(502)](t(491))),this[t(456)].on(t(469),this[t(457)][t(476)](this)),this[t(456)].on(t(485),this[t(463)][t(476)](this)),this[t(456)][t(476)](t(505)).to(this[t(447)]),this[t(456)][t(501)].on(t(473),((e,n)=>{const i=t;n[i(487)].on(i(473),((t,e)=>{const n=i;e[n(476)](n(505),n(495)).to(this[n(447)])}))})),this[t(456)][t(504)](),this[t(514)](this[t(479)][t(444)],t(445),this[t(482)][t(476)](this)),this[t(514)](this[t(447)],t(455),this[t(452)][t(476)](this)),i[t(454)](this[t(456)][t(449)])}[gs(490)](){const t=gs;this[t(456)][t(449)][t(506)](),this[t(456)][t(490)]()}[gs(482)](){const t=gs,e=this[t(511)][t(513)](0);if(e){const n=this[t(511)][t(464)](e.id);this[t(447)][t(496)](e,n)}}[gs(457)](t,e){const n=gs,i=this[n(511)][n(513)](e.id),r=this[n(511)][n(464)](i.id);this[n(447)][n(496)](i,r)}[gs(463)](t,e){const n=gs;this[n(511)][n(513)](e.id)[n(503)](e[n(507)])}[gs(452)](t,e,n){const i=gs,r=this[i(511)][i(478)](n);r[i(484)]>2?(this[i(456)][i(517)](r),this[i(456)][i(516)](null)):(this[i(456)][i(517)]([]),this[i(456)][i(516)](r[0]))}[gs(512)](){const t=gs,e=this[t(479)],n=_s[t(493)],i=e[t(475)][t(502)](t(486))||_s[t(450)];if(i[t(484)])return i[t(480)]((i=>{const r=t,s=r(488)==typeof i?Object[r(518)]({},n[i]):i;return s[r(468)]=s[r(468)][r(476)](this,e),s[r(461)]&&(s[r(461)]=s[r(461)][r(476)](this,e)),s}))}}_s[gs(493)]={compareAgainstSelected:{name:gs(460),action:({plugins:t},e)=>{const n=gs,i=t[n(502)](cr),r=i[n(459)];let s=i[n(474)][n(481)],o=e.id;r[n(497)](s)>r[n(497)](o)&&([s,o]=[o,s]),i[n(496)](s,o)},isVisible:({plugins:t},e)=>{const n=gs,i=t[n(502)](cr);return!(i[n(459)][n(478)](i[n(474)])[n(484)]>2||e[n(515)])}},restoreRevision:{name:gs(453),action:(t,{id:e})=>{const n=gs;t[n(475)][n(502)](n(462))[n(500)](e)},isVisible:({plugins:t},e)=>!!t[gs(502)](cr)[gs(459)][gs(467)](e.id)},nameRevision:{name:gs(448),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=gs,r=t[i(502)](cr),s=r[i(459)][i(464)](e);r[i(496)](e,s),n[i(483)](),n[i(520)][i(508)]()}}},_s[gs(450)]=[gs(458),gs(451),gs(492)];const ws=Is;function Is(t,e){const n=Ss();return(Is=function(t,e){return n[t-=126]})(t,e)}function Ss(){const t=["detachDomRoot","setEditableElement","replace","fillFromConfig","355890LjvpMN","viewportOffset","config","127475eFmGPl","restore","view","addToolbar","2076074qfjhjp","rootName","element","_initToolbar","get","ready","editable","name","componentFactory","1363508HuSzdZ","toolbar","_elementReplacer","destroy","stickyPanel","5iRKKRe","fire","focusTracker","render","isFocused","bind","_view","editing","_toolbarConfig","init","document","limiterElement","viewportTopOffset","getRoot","2147464YVurKj","2336LXfSLh","attachDomRoot","isActive","85662WDRYBp","editor","2817tGenhe"];return(Ss=function(){return t})()}!function(t,e){const n=Is,i=t();for(;;)try{if(353959===-parseInt(n(155))/1+-parseInt(n(168))/2+-parseInt(n(147))/3*(-parseInt(n(142))/4)+parseInt(n(127))/5*(parseInt(n(152))/6)+parseInt(n(159))/7+parseInt(n(141))/8+-parseInt(n(145))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ss);class Os extends Ei.EditorUI{get[ws(157)](){return this[ws(133)]}constructor(t,n){const i=ws;super(t),this[i(133)]=n,this[i(135)]=(0,Ei.normalizeToolbarConfig)(t[i(154)][i(163)](i(169))),this[i(170)]=new e.ElementReplacer}get[ws(161)](){const t=ws;return this[t(157)][t(161)]}[ws(136)](t){const e=ws,n=this[e(146)],i=this[e(157)],r=n[e(134)][e(157)],s=i[e(165)],o=r[e(137)][e(140)]();s[e(166)]=o[e(160)],i[e(130)]();const a=s[e(161)];this[e(149)](s[e(166)],a),i[e(165)][e(132)](e(131)).to(this[e(129)]),r[e(143)](a),this[e(170)][e(150)](t,this[e(161)]),this[e(162)](),this[e(128)](e(164))}[ws(171)](){const t=ws;super[t(171)]();const e=this[t(157)],n=this[t(146)][t(134)][t(157)];this[t(170)][t(156)](),n[t(148)](e[t(165)][t(166)]),e[t(171)]()}[ws(162)](){const t=ws,e=this[t(157)];e[t(126)][t(132)](t(144)).to(this[t(129)],t(131)),e[t(126)][t(138)]=e[t(161)],e[t(126)][t(132)](t(139)).to(this,t(153),(({top:t})=>t)),e[t(169)][t(151)](this[t(135)],this[t(167)]),this[t(158)](e[t(169)])}}var Ts=n(161),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Vi()(Ts.A,xs);Ts.A.locals;function Rs(t,e){var n=As();return(Rs=function(t,e){return n[t-=416]})(t,e)}var Ns=Rs;function As(){var t=["168116VuRacA","editable","1628480NvzhRJ","main","14724KUltCa","385220qtEmVE","_editable","content","toolbar","stickyPanel","56076uvqUSe","shouldToolbarGroupWhenFull","9nXikza","217gXeJcB","add","1569580kXJOsG","291qoyTET","2534872WOnyRn","top","render"];return(As=function(){return t})()}!function(t,e){for(var n=Rs,i=t();;)try{if(185680===-parseInt(n(419))/1+parseInt(n(424))/2+parseInt(n(435))/3*(parseInt(n(423))/4)+-parseInt(n(421))/5+parseInt(n(429))/6*(parseInt(n(432))/7)+parseInt(n(416))/8*(-parseInt(n(431))/9)+parseInt(n(434))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(As);class Ms extends Ei.BoxedEditorUIView{get[Ns(420)](){return this[Ns(425)]}constructor(t,e,n={}){var i=Ns;super(t),this[i(428)]=new Ei.StickyPanelView(t),this[i(427)]=new Ei.ToolbarView(t,{shouldGroupWhenFull:n[i(430)]}),this[i(425)]=new Ei.InlineEditableUIView(t,e)}[Ns(418)](){var t=Ns;super[t(418)](),this[t(428)][t(426)][t(433)](this[t(427)]),this[t(417)][t(433)](this[t(428)]),this[t(422)][t(433)](this[t(420)])}}const Es=js;function js(t,e){const n=Vs();return(js=function(t,e){return n[t-=310]})(t,e)}function Vs(){const t=["editing","init","198706BpkwpP","2316726ZmqGCh","fire","321117XNNbVt","view","ready","createRoot","locale","8JLzmFt","_ui","5GXbdTP","3452364oKHrBn","2YSpwSL","3814136wsiZyV","initPlugins","get","config","destroy","data","model","sourceElement","initialData","document","2407400PZqvmH","updateSourceElement","create","3111220EYqodO"];return(Vs=function(){return t})()}!function(t,e){const n=js,i=t();for(;;)try{if(376878===parseInt(n(322))/1*(parseInt(n(334))/2)+parseInt(n(325))/3*(-parseInt(n(330))/4)+-parseInt(n(332))/5*(parseInt(n(323))/6)+parseInt(n(319))/7+parseInt(n(335))/8+-parseInt(n(333))/9+parseInt(n(316))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Vs);class Cs extends((0,t.DataApiMixin)((0,t.ElementApiMixin)(t.Editor))){get ui(){return this[js(331)]}constructor(t,e){const n=js;super(e),this[n(313)]=t,this[n(312)][n(315)][n(328)]();const i=new Ms(this[n(329)],this[n(320)][n(326)],{shouldToolbarGroupWhenFull:!0});this[n(331)]=new Os(this,i)}[Es(310)](){const t=Es;return this[t(317)](),this.ui[t(310)](),super[t(310)]()}static async[Es(318)](t,e){const n=Es,i=new this(t,e);return await i[n(336)](),await i.ui[n(321)](t),await i[n(311)][n(321)](i[n(338)][n(337)](n(314))||""),i[n(324)](n(327)),i}}const Ds=Fs;function Ls(){const t=["1440498tfSWfj","3yrLLoB","change","addRevisionData","_getRevisionViewerEditorConfig","users","getRevisions","refreshVisibility","block","none","then","isReady","PaginationLookup","RevisionHistoryUI","saveRevision","28670xwtUCU","long","RevisionsRepository","update","toLocaleTimeString","getMarkersGroup","remove","Annotations","plugins","result","toJSON","addRoot","removeMarker","2824416RIwZsh","setSelection","catch","name","roots","markers","creator","Autosave","toolbar","fromVersion","addUser","create","_restoreRevision","disableReadOnlyMode","exitToEditing","numeric","RevisionViewerIntegration","revisionHistory.editorContainer","parse","selection","get","detachRoot","from","insert","revisionHistory.viewerEditorElement","commands","set","revisionHistory.restoreRevisionCallback","RestrictedEditingMode","11099dFjFfw","init","pluginName","indexOf","adapter","getRevision","isReadOnly","error","save","revisionHistory.showRevisionViewerCallback","_enhanceCloseRevisionViewerCallback","revisionHistory.viewerContainer","restrictedEditingException","Users","removeAttribute","enqueueChange","_update","changesNavigation","_enhanceShowRevisionViewerCallback","locale","data","rootName","display","isAttached","getRoot","_showRevisionViewer","revisionHistory.closeRevisionViewerCallback","removeSelectionAttribute","revision-history-viewer-opened","getRevisionData","revisionHistory.requireRevisionName","includes","editor","showRevisionViewerCallback","document","$graveyard","RevisionTracker","restoreRevision","has","toLocaleDateString","enableReadOnlyMode","refreshPositioning","setAttribute","isAnonymous","style","2234812OamFRf","lazyRoots","requires","_recalculatePageBreaks","_cleanUp","2124227Jmzrwj","end","25foCbJj","keys","getRevisionRootsAttributes","createRangeIn","destroy","model","RevisionViewer","8edcfli","revisionHistory","push","_closeRevisionViewer","config","getUser","getAttributeKeys","isEnabled","closeRevisionViewerCallback","uiLanguage","RevisionHistory","toVersion","bind","createdAt","251788WbkJMq","Restored","_viewerEditor","repository","revision-history-missing-configuration","6146487WZKRPo","define"];return(Ls=function(){return t})()}function Fs(t,e){const n=Ls();return(Fs=function(t,e){return n[t-=444]})(t,e)}!function(t,e){const n=Fs,i=t();for(;;)try{if(884115===-parseInt(n(507))/1+-parseInt(n(542))/2+parseInt(n(515))/3*(-parseInt(n(479))/4)+parseInt(n(486))/5*(parseInt(n(514))/6)+-parseInt(n(484))/7*(parseInt(n(493))/8)+-parseInt(n(512))/9+parseInt(n(529))/10*(parseInt(n(571))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ls);const zs=[Ds(527),Ds(570)];class Ps extends t.Plugin{static get[Ds(573)](){return Ds(558)}constructor(t){const e=Ds;super(t),this[e(538)]=e(485)}}class Hs extends t.Plugin{static get[Ds(573)](){return Ds(503)}static get[Ds(481)](){return[Oi,Zi]}constructor(t){const n=Ds;if(super(t),!this[n(466)][n(497)][n(562)](n(494)))throw new e.CKEditorError(n(511),this);this[n(509)]=null,this[n(466)][n(497)][n(513)](n(580),(t=>this[n(459)](t))),this[n(466)][n(497)][n(513)](n(460),(t=>this[n(496)](t))),this[n(466)][n(497)][n(513)](n(569),(t=>this[n(554)](t))),this[n(466)][n(497)][n(513)](n(464),!1),this[n(452)](),this[n(444)]()}set[Ds(575)](t){const e=Ds;this[e(466)][e(537)][e(562)](e(470))[e(575)]=t}get[Ds(575)](){const t=Ds;return this[t(466)][t(537)][t(562)](t(470))[t(575)]}[Ds(517)](t){const e=Ds;return this[e(466)][e(537)][e(562)](e(470))[e(517)](t)}[Ds(576)](t){const e=Ds;return this[e(466)][e(537)][e(562)](e(531))[e(576)](t)}[Ds(520)](t={toJSON:!1}){const e=Ds;return this[e(466)][e(537)][e(562)](e(531))[e(520)](t)}[Ds(518)](){const n=Ds,i=this[n(466)],s=(0,r.sanitizeEditorConfig)(i,zs),o=i[n(537)][n(562)](n(470)),a=i[n(537)][n(562)](n(447))[n(519)];return s[n(550)]=[n(556),n(471),n(451)],delete s[n(480)],s[n(537)][n(495)](Ps,cr,xr,class extends t.Plugin{static get[n(481)](){return[cr,n(447)]}[n(572)](){const t=n,r=this[t(466)][t(537)][t(562)](t(447));for(const e of a)e[t(477)]||r[t(498)](e.id)||r[t(552)](e);const s=o[t(510)][t(520)]();let c=null;const u=this[t(466)][t(537)][t(562)](t(492));u[t(575)]=o[t(575)],u[t(505)](t(500)).to(o),this[t(466)][t(567)][t(562)](t(471))[t(505)](t(500)).to(i,t(577),(t=>!t));for(const n of s){const i=null===n[t(548)];if(i&&n[t(504)]===n[t(551)])continue;const r=n[t(539)]();u[t(517)](r,((r,s,a)=>{const u=t;if(i){if(c)c[u(450)](r,s);else if(!s){const t=a[u(539)]();t.id=(0,e.uid)(),o[u(528)](t,a[u(504)])[u(524)]((t=>{c=t}))}}else n[u(450)](r,s)}))}}},_s),s}[Ds(452)](){const t=Ds,e=this[t(466)][t(497)][t(562)](t(494))[t(467)];this[t(466)][t(497)][t(568)](t(580),(async()=>{const n=t;this[n(466)][n(474)](n(462));const i=this[n(466)][n(537)][n(562)](n(470));if(this[n(466)][n(537)][n(472)](n(549))){const t=this[n(466)][n(537)][n(562)](n(549));await t[n(579)]()}else await i[n(532)]();this[n(466)][n(537)][n(472)](n(526))&&this[n(466)][n(537)][n(562)](n(526))[n(482)]();const r=this[n(518)]();return e(r)[n(524)]((t=>{const e=n;return this[e(509)]=t,this[e(466)][e(537)][e(472)](e(536))&&this[e(466)][e(537)][e(562)](e(536))[e(521)](),t}))[n(544)]((t=>(console[n(578)](t),this[n(466)][n(555)](n(462)),null)))}))}[Ds(444)](){const t=Ds,e=this[t(466)][t(497)][t(562)](t(494))[t(501)];this[t(466)][t(497)][t(568)](t(460),(()=>(this[t(466)][t(537)][t(472)](t(526))&&this[t(466)][t(537)][t(562)](t(526))[t(482)](),this[t(509)][t(537)][t(562)](t(492))[t(483)](),e(this[t(509)])[t(524)]((()=>{const e=t;if(this[e(466)][e(555)](e(462)),this[e(509)]=null,this[e(466)][e(537)][e(472)](e(536))){const t=this[e(466)][e(537)][e(562)](e(536));t[e(521)](),t[e(475)]()}})))))}[Ds(459)](t){const e=Ds,n=this[e(466)][e(497)][e(562)](e(559)),i=this[e(466)][e(497)][e(562)](e(445)),r=this[e(466)][e(497)][e(562)](e(566));return Cs[e(553)](r,t)[e(524)]((t=>(i[e(478)][e(456)]=e(522),n[e(478)][e(456)]=e(523),t)))}[Ds(496)](t){const e=Ds,n=this[e(466)][e(497)][e(562)](e(559));return this[e(466)][e(497)][e(562)](e(445))[e(478)][e(456)]=e(523),n[e(478)][e(456)]="",t[e(490)]()}async[Ds(554)](t){const e=Ds,n=this[e(466)],i=this[e(509)][e(537)][e(562)](e(492)),r=n[e(537)][e(562)](e(470)),s=i[e(510)][e(576)](t);let o,a,c;try{o=await i[e(463)](s),a=await i[e(488)](s)}catch(t){return void console[e(578)](t)}n[e(491)][e(516)]((t=>{const i=e;for(const e of Array[i(564)](n[i(491)][i(547)][i(534)](i(446))))t[i(541)](e)})),i[e(525)]=!1,n[e(491)][e(449)]((t=>{const i=e;t[i(543)](null),t[i(461)](n[i(491)][i(468)][i(561)][i(499)]());const r=Object[i(487)](o);for(const e of n[i(491)][i(468)][i(546)])i(469)!=e[i(455)]&&e[i(457)]()&&!r[i(465)](e[i(455)])&&t[i(563)](e);for(const e of r){let r=n[i(491)][i(468)][i(458)](e);r&&r[i(457)]()||(r=t[i(540)](e));const s=a[e],c=Object[i(487)](s),u=o[e];for(const e of r[i(499)]())c[i(465)](e)||t[i(448)](e,r);for(const n of c)t[i(476)](n,a[e][n],r);t[i(535)](t[i(489)](r)),t[i(565)](n[i(454)][i(560)](u,r),r,0)}}));const u=Qn(n[e(453)],e(508));return c=s[e(545)]?-1==s[e(545)][e(574)](u)?u+": "+s[e(545)]:s[e(545)]:u+": "+s[e(506)][e(473)](n[e(453)][e(502)],{month:e(530),day:e(557)})+", "+s[e(506)][e(533)](n[e(453)][e(502)],{hour:e(557),minute:e(557)}),await r[e(528)]({name:c}),i[e(525)]=!0,n[e(497)][e(562)](e(494))[e(501)]()}}function Us(){var t=["50lPaKKm","2xMkUPT","971364JKUsIR","533655oHcoyA","65796SUAXse","5258ohTIBc","368wfFzFv","21370DGhcfG","2619040wKYVLv","8519SHtumj","4884syEYAy","979197jwszVA"];return(Us=function(){return t})()}function Zs(t,e){var n=Us();return(Zs=function(t,e){return n[t-=356]})(t,e)}!function(t,e){for(var n=Zs,i=t();;)try{if(754624===parseInt(n(362))/1*(-parseInt(n(363))/2)+parseInt(n(360))/3+parseInt(n(367))/4*(parseInt(n(356))/5)+parseInt(n(359))/6*(-parseInt(n(358))/7)+-parseInt(n(357))/8+-parseInt(n(364))/9*(parseInt(n(361))/10)+-parseInt(n(366))/11*(-parseInt(n(365))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Us)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
|