@ckeditor/ckeditor5-revision-history 0.0.0-nightly-20241225.0 → 0.0.0-nightly-20241227.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/dist/index.js +6 -6
- package/package.json +8 -8
- package/src/revisionsrepository.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 +2 -2
- package/src/ui/revision/subrevisioncollapserview.js +1 -1
- package/src/ui/revision/subrevisionview.js +1 -1
- 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
|
@@ -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:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},216:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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%}@media (prefers-reduced-motion:reduce){.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision{transition:none}}.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 a=o},11:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},249:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.push([t.id,".ck.ck-revision-history-sidebar__revision-author{display:block;position:relative;transition:var(--ck-revision-history-revision-transitions)}@media (prefers-reduced-motion:reduce){.ck.ck-revision-history-sidebar__revision-author{transition:none}}.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 a=o},329:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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%}@media (prefers-reduced-motion:reduce){.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input{transition:none}}.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 a=o},426:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},722:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},173:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},45:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},536:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},560:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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}@media (prefers-reduced-motion:reduce){.ck.ck-editor__editable:after,.ck.ck-editor__editable:before{transition:none}}.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;z-index:2}.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 a=o},161:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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:solid var(--ck-color-base-border);border-radius:0;border-width:1px 1px 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.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar{border:0;border-bottom:1px solid var(--ck-color-base-border)}.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 a=o},959:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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-number,.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 a=o},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,r,s){"string"==typeof t&&(t=[[null,t,void 0]]);var o={};if(i)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(o[c]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&o[l[0]]||(void 0!==s&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=s),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),r&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=r):l[4]="".concat(r)),e.push(l))}},e}},168:t=>{"use strict";t.exports=function(t){return t[1]}},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},O={year:k,month:b,day:k,weekday:b},S={year:k,month:_,day:k},T={year:k,month:_,day:k,weekday:_},x={hour:k,minute:k},A={hour:k,minute:k,second:k},N={hour:k,minute:k,second:k,timeZoneName:b},M={hour:k,minute:k,second:k,timeZoneName:_},R={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},P={year:k,month:b,day:k,hour:k,minute:k,second:k},F={year:k,month:b,day:k,weekday:b,hour:k,minute:k},z={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},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},U={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function B(t){return void 0===t}function q(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 G(){return!B(Intl.DateTimeFormat.prototype.formatToParts)}function Y(){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 Q(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function X(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 B(t)||null===t||""===t?void 0:parseInt(t,10)}function nt(t){if(!B(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&&G()){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(X(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 Q(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"],Ot=["M","T","W","T","F","S","S"];function St(t){switch(t){case"narrow":return[].concat(Ot);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"],At=["BC","AD"],Nt=["B","A"];function Mt(t){switch(t){case"narrow":return[].concat(Nt);case"short":return[].concat(At);case"long":return[].concat(xt);default:return null}}function Rt(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:S,DDDD:T,t:x,tt:A,ttt:N,tttt:M,T:R,TT:E,TTT:j,TTTT:V,f:C,ff:L,fff:z,ffff:Z,F:D,FF:P,FFF:H,FFFF:U},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&&G(),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 St(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 Mt(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return Rt(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 Rt(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 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===Dt&&(Dt=new e),Dt}}]),e}(Ct),Pt=RegExp("^"+pt.source+"$"),Ft={};var zt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Ht={},Zt=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={},Ft={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Pt))},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,Ft[n]||(Ft[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"})),Ft[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=zt[o];B(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),Ut=null,Bt=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===Ut&&(Ut=new e(0)),Ut}}]);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),qt=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 Wt(t,e){var n;if(B(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?Bt.utcInstance:null!=(n=Zt.parseGMTOffset(t))?Bt.instance(n):Zt.isValidSpecifier(i)?Zt.create(t):Bt.parseSpecifier(i)||new qt(t)}return q(t)?Bt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new qt(t)}var Jt=function(){return Date.now()},Gt=null,Yt=null,Kt=null,Qt=null,Xt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Zt.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){Gt=t?Wt(t):null}},{key:"defaultZone",get:function(){return Gt||Lt.instance}},{key:"defaultLocale",get:function(){return Yt},set:function(t){Yt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Qt},set:function(t){Qt=t}},{key:"throwOnInvalid",get:function(){return Xt},set:function(t){Xt=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=Zt.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:di.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(Q(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(O):return"EEE, LLL d, yyyy";case yt(S):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(A):return"h:mm:ss a";case yt(N):case yt(M):return"h:mm a";case yt(R):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(z):return"LLLL d, yyyy, h:mm a";case yt(Z):return e;case yt(D):return"M/d/yyyy, h:mm:ss a";case yt(P):return"LLL d, yyyy, h:mm:ss a";case yt(F):return"EEE, d LLL yyyy, h:mm a";case yt(H):return"LLLL d, yyyy, h:mm:ss a";case yt(U):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&&G()?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&&Y()&&(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()&&G(),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=di.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,St,(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=di.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=[di.utc(2016,11,13,9),di.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,Mt,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[di.utc(-40,1,1),di.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 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 B(i)?n:et(i)}function Oe(t,e){return[{year:Ie(t,e),month:Ie(t,e+1,1),day:Ie(t,e+2,1)},null,e+3]}function Se(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:Bt.instance(i),e+3]}function xe(t,e){return[{},t[e]?Zt.create(t[e]):null,e+1]}var Ae=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 Me(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 Re={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?Re[u]:l?0:ht(h,d),[f,new Bt(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 Pe(t){var e=t[1],n=t[2],i=t[3];return[Ee(e,t[4],i,n,t[5],t[6],t[7]),Bt.utcInstance]}function Fe(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),Bt.utcInstance]}var ze=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),He=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),Ze=he(/(\d{4})-?(\d{3})/,ge),Ue=he(ye),Be=de(Oe,Se,Te),qe=de(ke,Se,Te),We=de(be,Se,Te),Je=de(Se,Te);var Ge=de(Se);var Ye=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Qe=de(Oe,Se,Te,xe),Xe=de(Se,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,[Ne,Me])}(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,[Ae,Ge])}(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 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;(X(n.values,s)||X(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 B(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;q(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 q(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(q(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=fi(e),r=fi(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=fi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=fi(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=di.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=di.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(fi).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=di.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Zt.isValidSpecifier(t)&&Zt.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=G(),i=Y();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)}function _n(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 wn="( |"+String.fromCharCode(160)+")",In=new RegExp(wn,"g");function On(t){return t.replace(/\./g,"\\.?").replace(In,wn)}function Sn(t){return t.replace(/\./g,"").replace(In," ").toLowerCase()}function Tn(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 Sn(i)===Sn(t)}))+e}}}function xn(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function An(t){return{regex:t,deser:function(t){return t[0]}}}var Nn={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 Rn(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=di.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=Nn[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 En(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return Rn(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 Tn(i.eras("short",!1),0);case"GG":return Tn(i.eras("long",!1),0);case"y":return _n(h);case"yy":case"kk":return _n(f,ut);case"yyyy":case"kkkk":return _n(a);case"yyyyy":return _n(v);case"yyyyyy":return _n(c);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return _n(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return _n(s);case"MMM":return Tn(i.months("short",!0,!1),1);case"MMMM":return Tn(i.months("long",!0,!1),1);case"LLL":return Tn(i.months("short",!1,!1),1);case"LLLL":return Tn(i.months("long",!1,!1),1);case"o":case"S":return _n(l);case"ooo":case"SSS":return _n(o);case"u":return An(d);case"a":return Tn(i.meridiems(),0);case"E":case"c":return _n(r);case"EEE":return Tn(i.weekdays("short",!1,!1),1);case"EEEE":return Tn(i.weekdays("long",!1,!1),1);case"ccc":return Tn(i.weekdays("short",!0,!1),1);case"cccc":return Tn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return xn(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return xn(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return An(/[a-z_+-/]{1,256}?/i);default:return m(t)}}(n)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"},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(X(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=B(t.Z)?B(t.z)?null:Zt.create(t.z):new Bt(t.Z),B(t.q)||(t.M=3*(t.q-1)+1),B(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),B(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(X(d,"a")&&X(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 jn=[0,31,59,90,120,151,181,212,243,273,304,334],Vn=[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 Dn(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)?Vn:jn)[e-1]}function Pn(t,e){var n=rt(t)?Vn:jn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Fn(t){var e,n=t.year,i=t.month,r=t.day,s=Ln(n,i,r),o=Dn(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 zn(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Dn(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=Pn(e,a),u=c.month,l=c.day;return Object.assign({year:e,month:u,day:l},mt(t))}function Hn(t){var e=t.year,n=Ln(e,t.month,t.day);return Object.assign({year:e,ordinal:n},mt(t))}function Zn(t){var e=t.year,n=Pn(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},mt(t))}function Un(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 qn="Invalid DateTime",Wn=864e13;function Jn(t){return new Vt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Gn(t){return null===t.weekData&&(t.weekData=Fn(t.c)),t.weekData}function Yn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new di(Object.assign({},n,e,{old:n}))}function Kn(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 Xn(t,e,n){return Kn(at(t),e,n)}function $n(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=Kn(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 ti(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=di.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return di.invalid(new Vt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ei(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 ni(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=ei(t,m);return c&&(p="T"+p),p}var ii={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},ri={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},si={ordinal:1,hour:0,minute:0,second:0,millisecond:0},oi=["year","month","day","hour","minute","second","millisecond"],ai=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ci=["year","ordinal","hour","minute","second","millisecond"];function ui(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 li(t,e){for(var n,i=l(oi);!(n=i()).done;){var r=n.value;B(t[r])&&(t[r]=ii[r])}var s=Un(t)||Bn(t);if(s)return di.invalid(s);var o=$t.now(),a=Xn(t,e.offset(o),e),c=a[0],u=a[1];return new di({ts:c,zone:e,o:u})}function hi(t,e,n){var i=!!B(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 di=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:Jn(e));this.ts=B(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 B(e)?t.now():li({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 B(e)?new t({ts:$t.now(),zone:Bt.utcInstance}):li({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},Bt.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(Jn(s))},t.fromMillis=function(e,n){if(void 0===n&&(n={}),q(e))return e<-Wn||e>Wn?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={}),q(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(Jn(n));var i=$t.now(),r=n.offset(i),s=ft(e,ui,["zone","locale","outputCalendar","numberingSystem"]),o=!B(s.ordinal),a=!B(s.year),c=!B(s.month)||!B(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=Qn(i,r);p?(f=ai,v=ri,y=Fn(y)):o?(f=ci,v=si,y=Hn(y)):(f=oi,v=ii);for(var g,k=!1,b=l(f);!(g=b()).done;){var _=g.value;B(s[_])?s[_]=k?v[_]:y[_]:k=!0}var w=p?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):Un(s),I=w||Bn(s);if(I)return t.invalid(I);var O=Xn(p?zn(s):o?Zn(s):s,r,n),S=new t({ts:O[0],zone:n,o:O[1],loc:d});return s.weekday&&u&&e.weekday!==S.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+S.toISO()):S},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[ze,Be],[He,qe],[Ze,We],[Ue,Je])}(t);return ti(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 ti(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,Pe],[De,Pe],[Le,Fe])}(t);return ti(n[0],n[1],e,"HTTP",e)},t.fromFormat=function(e,n,i){if(void 0===i&&(i={}),B(e)||B(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=En(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):ti(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,[Ye,Qe],[Ke,Xe])}(t);return ti(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(Bt.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=Xn(this.toObject(),u,e)[0]}return Yn(this,{ts:c,zone:e})}return t.invalid(Jn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Yn(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,ui,[]),i=!B(n.weekYear)||!B(n.weekNumber)||!B(n.weekday),r=!B(n.ordinal),s=!B(n.year),o=!B(n.month)||!B(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=zn(Object.assign(Fn(this.c),n)):B(n.ordinal)?(e=Object.assign(this.toObject(),n),B(n.day)&&(e.day=Math.min(ot(e.year,e.month),e.day))):e=Zn(Object.assign(Hn(this.c),n));var u=Xn(e,this.o,this.zone);return Yn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Yn(this,$n(this,ln(t))):this},e.minus=function(t){return this.isValid?Yn(this,$n(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):qn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?jt.create(this.loc.clone(t),t).formatDateTime(this):qn},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),ei(this,n)},e.toISOWeekDate=function(){return ei(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 ni(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ei(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ei(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ei(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 ni(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():qn},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),hi(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?hi(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 En(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?Hn(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 O}},{key:"DATE_FULL",get:function(){return S}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return A}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return N}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return M}},{key:"TIME_24_SIMPLE",get:function(){return R}},{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 P}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return F}},{key:"DATETIME_FULL",get:function(){return z}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return H}},{key:"DATETIME_HUGE",get:function(){return Z}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return U}}]),t}();function fi(t){if(di.isDateTime(t))return t;if(t&&t.valueOf&&q(t.valueOf()))return di.fromJSDate(t);if(t&&"object"==typeof t)return di.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.c9=di},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var s={},o=[],a=0;a<t.length;a++){var c=t[a],u=i.base?c[0]+i.base:c[0],l=s[u]||0,h="".concat(u," ").concat(l);s[u]=l+1;var d=n(h),f={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==d)e[d].references++,e[d].updater(f);else{var v=r(f,i);i.byIndex=a,e.splice(a,0,{identifier:h,updater:v,references:1})}o.push(h)}return o}function r(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,r){var s=i(t=t||[],r=r||{});return function(t){t=t||[];for(var o=0;o<s.length;o++){var a=n(s[o]);e[a].references--}for(var c=i(t,r),u=0;u<s.length;u++){var l=n(s[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}s=c}}},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,r){var s;if(i)s="";else{s="",r.supports&&(s+="@supports (".concat(r.supports,") {")),r.media&&(s+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(s+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),s+=r.css,o&&(s+="}"),r.media&&(s+="}"),r.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var a=document.createTextNode(s),c=t.childNodes;c[e]&&t.removeChild(c[e]),c.length?t.insertBefore(a,c[e]):t.appendChild(a)}}var r={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=r.singletonCounter++,n=r.singleton||(r.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},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})};var i={};(()=>{"use strict";n.r(i),n.d(i,{Revision:()=>qn,RevisionHistory:()=>Xs,RevisionHistoryUI:()=>tr,RevisionTracker:()=>Oi,RevisionViewer:()=>kr,RevisionViewerLoadingOverlay:()=>Vr,RevisionViewerUI:()=>Pr,RevisionsRepository:()=>Qn,RevisionsSidebar:()=>js});var t=n(584);const e=function(){this.__data__=[],this.size=0};const r=function(t,e){return t===e||t!=t&&e!=e};const s=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1};var o=Array.prototype.splice;const a=function(t){var e=this.__data__,n=s(e,t);return!(n<0)&&(n==e.length-1?e.pop():o.call(e,n,1),--this.size,!0)};const c=function(t){var e=this.__data__,n=s(e,t);return n<0?void 0:e[n][1]};const u=function(t){return s(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,i=s(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function h(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])}}h.prototype.clear=e,h.prototype.delete=a,h.prototype.get=c,h.prototype.has=u,h.prototype.set=l;const d=h;const f=function(){this.__data__=new d,this.size=0};const v=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const m=function(t){return this.__data__.get(t)};const p=function(t){return this.__data__.has(t)};const y="object"==typeof global&&global&&global.Object===Object&&global;var g="object"==typeof self&&self&&self.Object===Object&&self;const k=y||g||Function("return this")();const b=k.Symbol;var _=Object.prototype,w=_.hasOwnProperty,I=_.toString,O=b?b.toStringTag:void 0;const S=function(t){var e=w.call(t,O),n=t[O];try{t[O]=void 0;var i=!0}catch(t){}var r=I.call(t);return i&&(e?t[O]=n:delete t[O]),r};var T=Object.prototype.toString;const x=function(t){return T.call(t)};var A=b?b.toStringTag:void 0;const N=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":A&&A in Object(t)?S(t):x(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!M(t))return!1;var e=N(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const E=k["__core-js_shared__"];var j,V=(j=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||""))?"Symbol(src)_1."+j:"";const C=function(t){return!!V&&V in t};var D=Function.prototype.toString;const L=function(t){if(null!=t){try{return D.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var P=/^\[object .+?Constructor\]$/,F=Function.prototype,z=Object.prototype,H=F.toString,Z=z.hasOwnProperty,U=RegExp("^"+H.call(Z).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const B=function(t){return!(!M(t)||C(t))&&(R(t)?U:P).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const W=function(t,e){var n=q(t,e);return B(n)?n:void 0};const J=W(k,"Map");const G=W(Object,"create");const Y=function(){this.__data__=G?G(null):{},this.size=0};const K=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const X=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;return G?void 0!==e[t]:$.call(e,t)};const et=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function nt(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])}}nt.prototype.clear=Y,nt.prototype.delete=K,nt.prototype.get=X,nt.prototype.has=tt,nt.prototype.set=et;const it=nt;const rt=function(){this.size=0,this.__data__={hash:new it,map:new(J||d),string:new it}};const st=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ot=function(t,e){var n=t.__data__;return st(e)?n["string"==typeof e?"string":"hash"]:n.map};const at=function(t){var e=ot(this,t).delete(t);return this.size-=e?1:0,e};const ct=function(t){return ot(this,t).get(t)};const ut=function(t){return ot(this,t).has(t)};const lt=function(t,e){var n=ot(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function ht(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])}}ht.prototype.clear=rt,ht.prototype.delete=at,ht.prototype.get=ct,ht.prototype.has=ut,ht.prototype.set=lt;const dt=ht;const ft=function(t,e){var n=this.__data__;if(n instanceof d){var i=n.__data__;if(!J||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new dt(i)}return n.set(t,e),this.size=n.size,this};function vt(t){var e=this.__data__=new d(t);this.size=e.size}vt.prototype.clear=f,vt.prototype.delete=v,vt.prototype.get=m,vt.prototype.has=p,vt.prototype.set=ft;const mt=vt;const pt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const yt=function(){try{var t=W(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const gt=function(t,e,n){"__proto__"==e&&yt?yt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var kt=Object.prototype.hasOwnProperty;const bt=function(t,e,n){var i=t[e];kt.call(t,e)&&r(i,n)&&(void 0!==n||e in t)||gt(t,e,n)};const _t=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?gt(n,a,c):bt(n,a,c)}return n};const wt=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const It=function(t){return null!=t&&"object"==typeof t};const Ot=function(t){return It(t)&&"[object Arguments]"==N(t)};var St=Object.prototype,Tt=St.hasOwnProperty,xt=St.propertyIsEnumerable;const At=Ot(function(){return arguments}())?Ot:function(t){return It(t)&&Tt.call(t,"callee")&&!xt.call(t,"callee")};const Nt=Array.isArray;const Mt=function(){return!1};var Rt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Et=Rt&&"object"==typeof module&&module&&!module.nodeType&&module,jt=Et&&Et.exports===Rt?k.Buffer:void 0;const Vt=(jt?jt.isBuffer:void 0)||Mt;var Ct=/^(?:0|[1-9]\d*)$/;const Dt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ct.test(t))&&t>-1&&t%1==0&&t<e};const Lt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Pt={};Pt["[object Float32Array]"]=Pt["[object Float64Array]"]=Pt["[object Int8Array]"]=Pt["[object Int16Array]"]=Pt["[object Int32Array]"]=Pt["[object Uint8Array]"]=Pt["[object Uint8ClampedArray]"]=Pt["[object Uint16Array]"]=Pt["[object Uint32Array]"]=!0,Pt["[object Arguments]"]=Pt["[object Array]"]=Pt["[object ArrayBuffer]"]=Pt["[object Boolean]"]=Pt["[object DataView]"]=Pt["[object Date]"]=Pt["[object Error]"]=Pt["[object Function]"]=Pt["[object Map]"]=Pt["[object Number]"]=Pt["[object Object]"]=Pt["[object RegExp]"]=Pt["[object Set]"]=Pt["[object String]"]=Pt["[object WeakMap]"]=!1;const Ft=function(t){return It(t)&&Lt(t.length)&&!!Pt[N(t)]};const zt=function(t){return function(e){return t(e)}};var Ht="object"==typeof exports&&exports&&!exports.nodeType&&exports,Zt=Ht&&"object"==typeof module&&module&&!module.nodeType&&module,Ut=Zt&&Zt.exports===Ht&&y.process;const Bt=function(){try{var t=Zt&&Zt.require&&Zt.require("util").types;return t||Ut&&Ut.binding&&Ut.binding("util")}catch(t){}}();var qt=Bt&&Bt.isTypedArray;const Wt=qt?zt(qt):Ft;var Jt=Object.prototype.hasOwnProperty;const Gt=function(t,e){var n=Nt(t),i=!n&&At(t),r=!n&&!i&&Vt(t),s=!n&&!i&&!r&&Wt(t),o=n||i||r||s,a=o?wt(t.length,String):[],c=a.length;for(var u in t)!e&&!Jt.call(t,u)||o&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Dt(u,c))||a.push(u);return a};var Yt=Object.prototype;const Kt=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Yt)};const Qt=function(t,e){return function(n){return t(e(n))}};const Xt=Qt(Object.keys,Object);var $t=Object.prototype.hasOwnProperty;const te=function(t){if(!Kt(t))return Xt(t);var e=[];for(var n in Object(t))$t.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ee=function(t){return null!=t&&Lt(t.length)&&!R(t)};const ne=function(t){return ee(t)?Gt(t):te(t)};const ie=function(t,e){return t&&_t(e,ne(e),t)};const re=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var se=Object.prototype.hasOwnProperty;const oe=function(t){if(!M(t))return re(t);var e=Kt(t),n=[];for(var i in t)("constructor"!=i||!e&&se.call(t,i))&&n.push(i);return n};const ae=function(t){return ee(t)?Gt(t,!0):oe(t)};const ce=function(t,e){return t&&_t(e,ae(e),t)};var ue="object"==typeof exports&&exports&&!exports.nodeType&&exports,le=ue&&"object"==typeof module&&module&&!module.nodeType&&module,he=le&&le.exports===ue?k.Buffer:void 0,de=he?he.allocUnsafe:void 0;const fe=function(t,e){if(e)return t.slice();var n=t.length,i=de?de(n):new t.constructor(n);return t.copy(i),i};const ve=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const me=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 pe=function(){return[]};var ye=Object.prototype.propertyIsEnumerable,ge=Object.getOwnPropertySymbols;const ke=ge?function(t){return null==t?[]:(t=Object(t),me(ge(t),(function(e){return ye.call(t,e)})))}:pe;const be=function(t,e){return _t(t,ke(t),e)};const _e=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const we=Qt(Object.getPrototypeOf,Object);const Ie=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)_e(e,ke(t)),t=we(t);return e}:pe;const Oe=function(t,e){return _t(t,Ie(t),e)};const Se=function(t,e,n){var i=e(t);return Nt(t)?i:_e(i,n(t))};const Te=function(t){return Se(t,ne,ke)};const xe=function(t){return Se(t,ae,Ie)};const Ae=W(k,"DataView");const Ne=W(k,"Promise");const Me=W(k,"Set");const Re=W(k,"WeakMap");var Ee="[object Map]",je="[object Promise]",Ve="[object Set]",Ce="[object WeakMap]",De="[object DataView]",Le=L(Ae),Pe=L(J),Fe=L(Ne),ze=L(Me),He=L(Re),Ze=N;(Ae&&Ze(new Ae(new ArrayBuffer(1)))!=De||J&&Ze(new J)!=Ee||Ne&&Ze(Ne.resolve())!=je||Me&&Ze(new Me)!=Ve||Re&&Ze(new Re)!=Ce)&&(Ze=function(t){var e=N(t),n="[object Object]"==e?t.constructor:void 0,i=n?L(n):"";if(i)switch(i){case Le:return De;case Pe:return Ee;case Fe:return je;case ze:return Ve;case He:return Ce}return e});const Ue=Ze;var Be=Object.prototype.hasOwnProperty;const qe=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Be.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const We=k.Uint8Array;const Je=function(t){var e=new t.constructor(t.byteLength);return new We(e).set(new We(t)),e};const Ge=function(t,e){var n=e?Je(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ye=/\w*$/;const Ke=function(t){var e=new t.constructor(t.source,Ye.exec(t));return e.lastIndex=t.lastIndex,e};var Qe=b?b.prototype:void 0,Xe=Qe?Qe.valueOf:void 0;const $e=function(t){return Xe?Object(Xe.call(t)):{}};const tn=function(t,e){var n=e?Je(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const en=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return Je(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Ge(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 tn(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 Ke(t);case"[object Symbol]":return $e(t)}};var nn=Object.create;const rn=function(){function t(){}return function(e){if(!M(e))return{};if(nn)return nn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const sn=function(t){return"function"!=typeof t.constructor||Kt(t)?{}:rn(we(t))};const on=function(t){return It(t)&&"[object Map]"==Ue(t)};var an=Bt&&Bt.isMap;const cn=an?zt(an):on;const un=function(t){return It(t)&&"[object Set]"==Ue(t)};var ln=Bt&&Bt.isSet;const hn=ln?zt(ln):un;var dn="[object Arguments]",fn="[object Function]",vn="[object Object]",mn={};mn[dn]=mn["[object Array]"]=mn["[object ArrayBuffer]"]=mn["[object DataView]"]=mn["[object Boolean]"]=mn["[object Date]"]=mn["[object Float32Array]"]=mn["[object Float64Array]"]=mn["[object Int8Array]"]=mn["[object Int16Array]"]=mn["[object Int32Array]"]=mn["[object Map]"]=mn["[object Number]"]=mn[vn]=mn["[object RegExp]"]=mn["[object Set]"]=mn["[object String]"]=mn["[object Symbol]"]=mn["[object Uint8Array]"]=mn["[object Uint8ClampedArray]"]=mn["[object Uint16Array]"]=mn["[object Uint32Array]"]=!0,mn["[object Error]"]=mn[fn]=mn["[object WeakMap]"]=!1;const pn=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(!M(e))return e;var h=Nt(e);if(h){if(a=qe(e),!c)return ve(e,a)}else{var d=Ue(e),f=d==fn||"[object GeneratorFunction]"==d;if(Vt(e))return fe(e,c);if(d==vn||d==dn||f&&!s){if(a=u||f?{}:sn(e),!c)return u?Oe(e,ce(a,e)):be(e,ie(a,e))}else{if(!mn[d])return s?e:{};a=en(e,d,c)}}o||(o=new mt);var v=o.get(e);if(v)return v;o.set(e,a),hn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):cn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var m=h?void 0:(l?u?xe:Te:u?ae:ne)(e);return pt(m||e,(function(r,s){m&&(r=e[s=r]),bt(a,s,t(r,n,i,s,e,o))})),a};const yn=function(t){return pn(t,5)};const gn=function(t){return"symbol"==typeof t||It(t)&&"[object Symbol]"==N(t)};var kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bn=/^\w*$/;const _n=function(t,e){if(Nt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!gn(t))||(bn.test(t)||!kn.test(t)||null!=e&&t in Object(e))};function wn(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(wn.Cache||dt),n}wn.Cache=dt;const In=wn;var On=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Sn=/\\(\\)?/g;const Tn=function(t){var e=In(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(On,(function(t,n,i,r){e.push(i?r.replace(Sn,"$1"):n||t)})),e}));const xn=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 An=b?b.prototype:void 0,Nn=An?An.toString:void 0;const Mn=function t(e){if("string"==typeof e)return e;if(Nt(e))return xn(e,t)+"";if(gn(e))return Nn?Nn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const Rn=function(t){return null==t?"":Mn(t)};const En=function(t,e){return Nt(t)?t:_n(t,e)?[t]:Tn(Rn(t))};const jn=function(t){if("string"==typeof t||gn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const Vn=function(t,e,n,i){if(!M(t))return t;for(var r=-1,s=(e=En(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=jn(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=M(l)?l:Dt(e[r+1])?[]:{})}bt(a,c,u),a=a[c]}return t};const Cn=function(t,e,n){return null==t?t:Vn(t,e,n)};const Dn=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Ln=function(t,e){for(var n=0,i=(e=En(e,t)).length;null!=t&&n<i;)t=t[jn(e[n++])];return n&&n==i?t:void 0};const Pn=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 Fn=function(t,e){return e.length<2?t:Ln(t,Pn(e,0,-1))};const zn=function(t,e){return e=En(e,t),null==(t=Fn(t,e))||delete t[jn(Dn(e))]};const Hn=function(t,e){return null==t||zn(t,e)},Zn=Bn;function Un(){const t=["creator","toJSON","attributes","map","setName","set","diffData","6JQVQlP","6914072XdJWTH","225GJJaJB","setAttribute","creatorId","fire","_update","authorsIds","33HWnqjb","2717980UXxydQ","16413uxtQbF","authors","46490MLPBMW","14FByTfM","removeAttribute","3423982RxDfcm","toVersion","fromVersion","1008388vCTXEN","name","10614840guiWso","createdAt","512wzocFM"];return(Un=function(){return t})()}function Bn(t,e){const n=Un();return(Bn=function(t,e){return n[t-=307]})(t,e)}!function(t){const e=Bn,n=t();for(;;)try{if(906070===-parseInt(e(310))/1+parseInt(e(307))/2+-parseInt(e(332))/3*(-parseInt(e(314))/4)+-parseInt(e(331))/5*(-parseInt(e(322))/6)+-parseInt(e(335))/7*(-parseInt(e(323))/8)+-parseInt(e(324))/9*(parseInt(e(334))/10)+parseInt(e(330))/11*(-parseInt(e(312))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Un);class qn extends((0,t.ObservableMixin)()){constructor(e){const n=Bn;super(),this.id=e.id||(0,t.uid)(),this[n(315)]=e[n(315)]||null,this[n(333)]=e[n(333)]||[],this[n(321)]=e[n(321)]||null,this[n(308)]=e[n(308)]||0,this[n(309)]=e[n(309)]||0,this[n(320)](n(311),e[n(311)]||""),this[n(320)](n(313),e[n(313)]||new Date),this[n(320)](n(317),e[n(317)]||{})}[Zn(319)](t){this[Zn(328)]({name:t})}[Zn(325)](t,e){const n=Zn,i=yn(this[n(317)]);Cn(i,t,e),this[n(328)]({attributes:i})}[Zn(336)](t){const e=Zn,n=yn(this[e(317)]);Hn(n,t),this[e(328)]({attributes:n})}[Zn(328)](t,e=!1){const n=Zn;let i=!1;const r={id:this.id},s=[n(311),n(313),n(321),n(333),n(317),n(308),n(309),n(326)];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(333)]&&(r[n(329)]=r[n(333)][n(318)]((t=>t.id)),delete r[n(333)]),this[n(327)](n(328),r,e))}[Zn(316)](){const t=Zn;return{id:this.id,name:this[t(311)],creatorId:this[t(315)]?this[t(315)].id:null,authorsIds:this[t(333)][t(318)]((t=>t.id)),diffData:this[t(321)],createdAt:this[t(313)],attributes:this[t(317)],fromVersion:this[t(309)],toVersion:this[t(308)]}}}var Wn=n(782),Jn=n(211),Gn=n(783);function Yn(t,e){const n=Xn();return(Yn=function(t,e){return n[t-=282]})(t,e)}const Kn=Yn;!function(t){const e=Yn,n=t();for(;;)try{if(257269===parseInt(e(294))/1*(-parseInt(e(292))/2)+parseInt(e(318))/3+parseInt(e(322))/4*(-parseInt(e(291))/5)+-parseInt(e(314))/6*(-parseInt(e(283))/7)+-parseInt(e(317))/8*(-parseInt(e(298))/9)+-parseInt(e(299))/10*(parseInt(e(334))/11)+parseInt(e(289))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xn);class Qn extends Wn.Plugin{static get[Kn(332)](){return[Jn.Users]}static get[Kn(326)](){return Kn(325)}static get[Kn(337)](){return!0}static get[Kn(302)](){return!0}get[Kn(306)](){const t=Kn;return this[t(305)][t(306)]}constructor(e){const n=Kn;super(e),this[n(305)]=new t.Collection}[Kn(321)](){!async function(e){const n=k([102,71,90,66,110,83,53,79,52,75,69,77,120,116,99,82,54,117,80,122,51,103,118,98,113,78,87,115,104,106,105,55,81,112,85,97,72,109,88,74,67,119,84,89,70,48,73,111,121,114,68,56,76,101,57,107,108,65,50,100,86,49]),i=964649,r=window[k([68,97,116,101])][k([110,111,119])](),s=e[k([101,100,105,116,111,114])],o=new(window[k([80,114,111,109,105,115,101])])((t=>{s[k([111,110,99,101])](k([114,101,97,100,121]),t)})),a={[k([107,116,121])]:k([69,67]),[k([117,115,101])]:k([115,105,103]),[k([99,114,118])]:k([80,45,50,53,54]),[k([120])]:k([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[k([121])]:k([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[k([97,108,103])]:k([69,83,50,53,54])},c=s[k([99,111,110,102,105,103])][k([103,101,116])](k([108,105,99,101,110,115,101,75,101,121]));function u(t){const n=[new(window[k([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[k([116,104,101,110])]((()=>new(window[k([80,114,111,109,105,115,101])])((t=>{const n=e[k([95,114,101,118,105,115,105,111,110,115])];function i(){n[k([108,101,110,103,116,104])]>=7&&t()}i(),n[k([111,110])](k([97,100,100]),i)})))),new(window[k([80,114,111,109,105,115,101])])((t=>{p(k([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&function e(){const n=Yn;for(const e in window)if(window[k([78,117,109,98,101,114])][n(300)](window[k([78,117,109,98,101,114])](e))&&window[e]==i)return t();s[k([115,116,97,116,101])]!=k([100,101,115,116,114,111,121,101,100])&&window[k([115,101,116,84,105,109,101,111,117,116])](e,5e3)}()}))];return window[k([80,114,111,109,105,115,101])][k([114,97,99,101])](n)[k([116,104,101,110])]((()=>t))}function l(){const t=window[k([83,116,114,105,110,103])](window[k([112,101,114,102,111,114,109,97,110,99,101])][k([110,111,119])]())[k([114,101,112,108,97,99,101])](k([46]),"");let e=k([102]);for(let i=0;i<t[k([108,101,110,103,116,104])];i+=2){let r=window[k([112,97,114,115,101,73,110,116])](t[k([115,117,98,115,116,114,105,110,103])](i,i+2));r>=n[k([108,101,110,103,116,104])]&&(r-=n[k([108,101,110,103,116,104])]),e+=n[r]}return e}function h(t){return t[k([115,116,97,114,116,115,87,105,116,104])](k([101,121]))?JSON[k([112,97,114,115,101])](d(t)):null}function d(t){return window[k([97,116,111,98])](t[k([114,101,112,108,97,99,101])](/-/g,k([43]))[k([114,101,112,108,97,99,101])](/_/g,k([47])))}function f(t){let e=5381;function n(t){for(let n=0;n<t[k([108,101,110,103,116,104])];n++){const i=t[k([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[k([105,115,65,114,114,97,121])](e)?e[k([102,111,114,69,97,99,104])](t):e&&typeof e==k([111,98,106,101,99,116])?Object[k([101,110,116,114,105,101,115])](e)[k([115,111,114,116])]()[k([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[k([83,116,114,105,110,103])](e))}(t),e>>>0}function v(t){return t[k([116,111,83,116,114,105,110,103])](16)[k([112,97,100,83,116,97,114,116])](8,k([48]))}function m(t){return t[k([115,112,108,105,116])]("")[k([114,101,118,101,114,115,101])]()[k([106,111,105,110])]("")}function p(t){return s[k([112,108,117,103,105,110,115])][k([104,97,115])](t)}function y(t){return s[k([112,108,117,103,105,110,115])][k([103,101,116])](t)}function g(){}function k(t){const e=Yn;return t[e(297)]((t=>String[e(284)](t)))[e(295)]("")}!function(t){const n=l();s[n]=k([114,101,118,105,115,105,111,110,72,105,115,116,111,114,121,76,105,99,101,110,115,101,75,101,121])+t,t[k([101,110,100,115,87,105,116,104])](k([76,105,109,105,116]))&&(window[l()]=i),t!=k([86,97,108,105,100])&&async function(){if(await o,p(k([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const t=e[k([103,101,116,82,101,118,105,115,105,111,110])](0),n=e[k([103,101,116,69,97,114,108,105,101,114,86,105,115,105,98,108,101,82,101,118,105,115,105,111,110])](t[k([105,100])]),i=y(k([82,101,118,105,115,105,111,110,86,105,101,119,101,114]));return await i[k([99,111,109,112,97,114,101])](t.id,n?n.id:null,!0),i[k([117,110,98,105,110,100])](k([105,115,69,110,97,98,108,101,100])),i[k([105,115,69,110,97,98,108,101,100])]=!1,i[k([99,111,109,112,97,114,101])]=g,void(i[k([95,103,101,116,68,105,102,102])]=g)}if(p(k([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))){const t=y(k([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]));t[k([117,110,98,105,110,100])](k([105,115,69,110,97,98,108,101,100])),t[k([105,115,69,110,97,98,108,101,100])]=!1,t[k([117,112,100,97,116,101])]=g,t[k([115,97,118,101,82,101,118,105,115,105,111,110])]=g}s[k([109,111,100,101,108])][k([99,104,97,110,103,101])]=g,s[k([109,111,100,101,108])][k([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,s[k([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](k([109,111,100,101,108]))}()}(await async function(){let e,n=null,i=null;try{return c==k([71,80,76])?k([78,111,116,65,108,108,111,119,101,100]):(e=function(){const t=c[k([115,112,108,105,116])](k([46]));return 3!=t[k([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=h(t);return e&&n()?e:null;function n(){const t=e[k([106,116,105])],n=window[k([112,97,114,115,101,73,110,116])](t[k([115,117,98,115,116,114,105,110,103])](t[k([108,101,110,103,116,104])]-8),16),i={...e,[k([106,116,105])]:t[k([115,117,98,115,116,114,105,110,103])](0,t[k([108,101,110,103,116,104])]-8)};return delete i[k([118,99])],f(i)==n}}}(),e?(e[k([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(i=function(e,n){return new(window[k([80,114,111,109,105,115,101])])((c=>{if(i())return c(k([86,97,108,105,100]));a(),s[k([100,101,99,111,114,97,116,101])](k([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const l=(0,t.uid)();function h(t){return!!t&&(typeof t===k([111,98,106,101,99,116])||typeof t===k([102,117,110,99,116,105,111,110]))&&typeof t[k([116,104,101,110])]===k([102,117,110,99,116,105,111,110])&&typeof t[k([99,97,116,99,104])]===k([102,117,110,99,116,105,111,110])}function d(t){a(t)[k([116,104,101,110])]((t=>t&&t[k([115,116,97,116,117,115])]==k([111,107])?v(f(l+n))!=t[k([118,101,114,105,102,105,99,97,116,105,111,110])]?k([85,115,97,103,101,76,105,109,105,116]):k([86,97,108,105,100]):k([85,115,97,103,101,76,105,109,105,116])))[k([116,104,101,110])]((t=>(s(),t)),(()=>{const t=o();return null==t?(s(),k([86,97,108,105,100])):k(r-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[k([116,104,101,110])](c)[k([99,97,116,99,104])]((()=>{c(k([85,115,97,103,101,76,105,109,105,116]))}));const i=36e5;function s(){const t=k([108,108,99,116,45])+v(f(e)),n=m(v(window[k([77,97,116,104])][k([99,101,105,108])](r/i)));window[k([108,111,99,97,108,83,116,111,114,97,103,101])][k([115,101,116,73,116,101,109])](t,n)}function o(){const t=k([108,108,99,116,45])+v(f(e)),n=window[k([108,111,99,97,108,83,116,111,114,97,103,101])][k([103,101,116,73,116,101,109])](t);return n?window[k([112,97,114,115,101,73,110,116])](m(n),16)*i:null}function a(t){return new(window[k([80,114,111,109,105,115,101])])(((e,n)=>{t[k([116,104,101,110])](e,n),window[k([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}s[k([111,110])](k([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(k([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[k([114,101,113,117,101,115,116,73,100])]:l}}),{[k([112,114,105,111,114,105,116,121])]:k([104,105,103,104])}),s[k([111,110])](k([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{h(t[k([114,101,116,117,114,110])])&&(u=!0,d(t[k([114,101,116,117,114,110])]))}),{[k([112,114,105,111,114,105,116,121])]:k([108,111,119])}),o[k([116,104,101,110])]((()=>{u||c(k([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return s[k([101,100,105,116,105,110,103])][k([118,105,101,119])][k([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==k([97,117,116,111])}function a(){s[k([101,100,105,116,105,110,103])][k([118,105,101,119])][k([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=k([97,117,116,111])}}(e[k([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[k([106,116,105])])),await async function(){let t=!0;try{const i=c[k([115,112,108,105,116])](k([46])),[r,s,o]=i;return e(r),await n(r,s,o),t}catch(t){return!1}function e(e){const n=h(e);n&&n[k([97,108,103])]==k([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const r=window[k([85,105,110,116,56,65,114,114,97,121])][k([102,114,111,109])](d(i),(t=>t[k([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[k([84,101,120,116,69,110,99,111,100,101,114])]))[k([101,110,99,111,100,101])](e+k([46])+n),o=window[k([99,114,121,112,116,111])][k([115,117,98,116,108,101])];if(!o)return;const c=await o[k([105,109,112,111,114,116,75,101,121])](k([106,119,107]),a,{[k([110,97,109,101])]:k([69,67,68,83,65]),[k([110,97,109,101,100,67,117,114,118,101])]:k([80,45,50,53,54])},!1,[k([118,101,114,105,102,121])]);await o[k([118,101,114,105,102,121])]({[k([110,97,109,101])]:k([69,67,68,83,65]),[k([104,97,115,104])]:{[k([110,97,109,101])]:k([83,72,65,45,50,53,54])}},c,r,s)||(t=!1)}}()?function(){const t=e[k([102,101,97,116,117,114,101,115])];if(!t)return!1;if(t[k([105,110,99,108,117,100,101,115])](k([42])))return!0;if(t[k([105,110,99,108,117,100,101,115])](k([82,72])))return!0;if(t[k([105,110,99,108,117,100,101,115])](k([82,82,72]))){if(p(k([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&y(k([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[k([115,116,97,116,101])]==k([99,111,110,110,101,99,116,101,100]))return!0;if(p(k([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]))||p(k([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}return!1}()?function(){const t=[k([101,118,97,108,117,97,116,105,111,110]),k([116,114,105,97,108])][k([105,110,99,108,117,100,101,115])](e[k([108,105,99,101,110,115,101,84,121,112,101])])?r/1e3:1735084800;return e[k([101,120,112])]<t}()?k([69,120,112,105,114,101,100]):function(){const t=Yn,n=e[k([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[k([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[k([108,111,99,97,116,105,111,110])][t(288)]);if(n[k([105,110,99,108,117,100,101,115])](i))return!0;const r=i[k([115,112,108,105,116])](k([46]));return n[k([102,105,108,116,101,114])]((t=>t[k([105,110,99,108,117,100,101,115])](k([42]))))[k([109,97,112])]((t=>t[k([115,112,108,105,116])](k([46]))))[k([115,111,109,101])]((t=>r[k([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===k([42])))))}()?(e[k([108,105,99,101,110,115,101,84,121,112,101])]==k([101,118,97,108,117,97,116,105,111,110])&&(n=u(k([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[k([108,105,99,101,110,115,101,84,121,112,101])]==k([116,114,105,97,108])&&(n=u(k([84,114,105,97,108,76,105,109,105,116]))),e[k([108,105,99,101,110,115,101,84,121,112,101])]==k([100,101,118,101,108,111,112,109,101,110,116])&&(n=u(k([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(n&&i?new(window[k([80,114,111,109,105,115,101])])(((t,e)=>{n[k([116,104,101,110])](t,e),i[k([116,104,101,110])]((e=>{e!=k([86,97,108,105,100])&&t(e)}),e)})):n||i||k([86,97,108,105,100]))):k([68,111,109,97,105,110,76,105,109,105,116]):k([78,111,116,65,108,108,111,119,101,100]):k([73,110,118,97,108,105,100])):k([73,110,118,97,108,105,100]))}catch(t){return k([73,110,118,97,108,105,100])}}())}(this)}[Kn(333)](t){const e=Kn,n=this[e(303)][e(310)][e(313)](e(319));return new qn({id:t.id,name:t[e(287)],creator:t[e(285)]?n[e(308)](t[e(285)]):null,diffData:t[e(301)]||t[e(338)],authors:t[e(315)][e(297)]((t=>n[e(308)](t))),createdAt:new Date(t[e(331)]),attributes:t[e(324)],fromVersion:t[e(309)],toVersion:t[e(286)]})}[Kn(330)](t,e=0){const n=Kn;this[n(305)][n(307)](t,e)}[Kn(323)](t){const e=Kn;return this[e(305)][e(313)](t)}[Kn(336)](t={toJSON:!1}){const e=Kn,n=Array[e(293)](this[e(305)]);return n[e(290)](),t[e(311)]?n[e(297)]((t=>t[e(311)]())):n}[Kn(282)](t){const e=Kn;return this[e(305)][e(282)](t)}[Kn(320)](t){const e=Kn,[,n]=this[e(335)](t,{direction:e(296)});return n}[Kn(312)](t){const e=Kn,[,n]=this[e(335)](t,{direction:e(327)});return n}[Kn(316)](t){const e=Kn,n=[];for(const i of this[e(335)](t[e(329)]))if(n[e(328)](i),i.id===t[e(304)])break;return n}*[Kn(335)](t,{direction:e=Kn(296),filter:n=()=>!0}={}){const i=Kn,r=i(296)===e?1:-1;let s=this[i(305)][i(313)](t),o=this[i(282)](s);for(yield s;s;){if(o+=r,s=this[i(323)](o),!s)return;n(s)&&(yield s)}}}function Xn(){const t=["earlier","map","1978623lvOUkf","40eoPPFO","isNaN","diffData","isPremiumPlugin","editor","oldRevisionId","_revisions","length","add","getUser","fromVersion","plugins","toJSON","getLaterVisibleRevision","get","6ymzVex","authorsIds","getRevisionsInDiff","8vRaeBj","276441vGtxSy","Users","getEarlierVisibleRevision","afterInit","4mfeHZV","getRevision","attributes","RevisionsRepository","pluginName","later","push","newRevisionId","addRevision","createdAt","requires","createRevision","857351liGzTk","getRevisionsIterator","getRevisions","isOfficialPlugin","data","getIndex","3001306BxaGyI","fromCharCode","creatorId","toVersion","name","href","312504PAJiez","reverse","313575JoNdRz","135046kHXkKL","from","2EWAvnV","join"];return(Xn=function(){return t})()}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"Accept":return i("Accept");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 dt;++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=b?b.prototype:void 0,li=ui?ui.valueOf:void 0;const hi=function(t,e,n,i,s,o,a){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||!o(new We(t),new We(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return r(+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=a.get(t);if(l)return l==e;i|=2,a.set(t,e);var h=oi(c(t),c(e),i,s,o,a);return a.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=Te(t),c=a.length;if(c!=Te(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=Nt(t),a=Nt(e),c=o?mi:Ue(t),u=a?mi:Ue(e),l=(c=c==vi?pi:c)==pi,h=(u=u==vi?pi:u)==pi,d=c==u;if(d&&Vt(t)){if(!Vt(e))return!1;o=!0,l=!1}if(d&&!l)return s||(s=new mt),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 mt),r(m,p,n,i,s)}}return!!d&&(s||(s=new mt),fi(t,e,n,i,r,s))};const ki=function t(e,n,i,r,s){return e===n||(null==e||null==n||!It(e)&&!It(n)?e!=e&&n!=n:gi(e,n,i,r,t,s))};const bi=function(t,e){return ki(t,e)},_i=Si;function wi(){const t=["getChildren","_getPreviousFrom","howMany","shift","_execute","pluginName","getOperation","model","getChild","clone","createRangeIn","startsWith","reInit","deletions","isAttached","_copyMarkers","view","getWalker","revisionHistoryLicenseKeyDevelopmentLimit","creator","dataToMarker","markers","clear","revision-start","bind","_setAttribute","creatorId","createRange","_handleSplitOperation","vid_start","invalid","_handleRootAttributeOperation","removeRootAttribute","_fixPosition","attributes","reverse","getRevisionRootsAttributes","createPositionFromPath","editor","delete","insertions","_makeModelFromViewString","_diffRoots","graveyardPosition","_getFromVersion","getOperations","getRevisionDocumentData","addRoot","root","sendBufferedUpdates","previousPosition","attachChange","35FOYNMW","_lastFrom","vid","_applyOperations","authors","range","documentFragment","RevisionHistory","history","values","setRevisionData","marked","finally","getRootNames","document","_getBaseVids","filter","_source","get","for","_baseRoots","12AcrIfR","createRevision","dataDowncast","hasContent","_isAttached","_getViewJson","toData","revisionHistoryLicenseKeyUsageLimit","_markChanges","_revisionDataBuilder","elementEnd","type","useFillerType","forEach","_continueCurrentRevision","authorsIds","createPositionAfter","_handleMergeOperation","addRootAttribute","end","_handleInsertOperation","size","map","featureNotAllowed","_loadedStateData","_getVidAttributeName","splitPosition","_handleMoveOperation","revisionHistoryLicenseKeyNotAllowed","editing","diffData","domainLimit","repository","3303736qithHx","insert","trim","_markers","_diffRootsAttributes","revisionHistoryLicenseKeyDomainLimit","NEGATIVE_INFINITY","PendingActions","oldRange","config","locale","464434SwrNLp","path","_showLicenseError","key","offsetSize","editor-initial-data-replaced-with-revision-data","PENDING_ACTION_REVISION_HISTORY","length","reinsert","$text","_removePendingAction","isPremiumPlugin","insertionPosition","isReady","initial","_transformMarkers","getAncestors","_prepareViewToSave","find","_touchedRoots","getAttribute","detachRoot","revisionHistoryLicenseKeyEvaluationLimit","stickiness","_pendingAction","revision:","attributesBefore","insertion","revision","createPositionBefore","revisionHistoryLicenseKeyInvalid","createdAt","_replaceEditorDataWithRevisionData","trialLimit","getRevisions","_startingRevisionId","_makeIdsRoot","getRange","_touched","getRevision","createPositionAt","_createCurrentRevision","addRevision","getMovedRangeStart","default","_handleMarkerOperation","keepParagraph","upcast","rootsAttributes","_touchedMarkers","_setConversion","adapter","getCurrentRevisionId","9EzFehi","isEqual","_handleRootOperation","expired","sort","affectsData","max","has","marker","_handleOperation","usageLimit","licenseKey","vid_end","evaluationLimit","sourcePosition","source","add","version","buildRevisionData","RevisionTracker","_calculateMetaData","slice","processor","isAdd","start","_loadRevisionData","destroy","Users","changeRootAttribute","getRoot","addRevisionData","Initial revision","toModel","_revisionId","_idsRoots","_isInit","_clone","collaboration.channelId","_reset","currentRevision","childCount","getNodeByPath","roots","Empty document","move","_operations","revisionHistory.resumeUnsavedRevision","userId","_startingVersion","children","define","getAttributes","text","merge","init","data-revision-","name","remove","_createFromRanges","getData","revision-end","revisionHistoryLicenseKeyValid","getUser","updateRevisions","resolve","item","keys","plugins","1651020ehQxjs","parse","_authorId","isEnabled","paragraph","_baseIdsRoots","rootName","element","attributesAfter","ready","_baseRootsAttributes","tableCell","then","targetPosition","nodeAfter","_isPendingUpdate","setSource","from","split","11DPaSUH","update","_findInsertionIndex","revisionHistoryLicenseKeyTrialLimit","fromEntries","markerToData","_update","toView","nodes","271020IlmKWY","getTransformedByOperation","includes","_initialRevisionId","476788pkHhZZ","_fixRange","RealTimeCollaborationClient","push","_lastTo","1370475gkNGjO","initialData","requires","_insertChild","deletion","stringify","_saveMetaData","saveRevision","_removeMetaData","_fixOperation","_loadState","_createInitialRevision","getIndex","_bufferUpdate","string","_cloneOperation","offset","loadState","_licenseKeyCheckInterval","fromVersion","elementStart","$graveyard","RevisionsRepository","afterInit","conversion","_getState","_processRootBeforeSave","_appendChild","getTime","_removeRevisionMarkers","newValue","data","_savedMetaData","parent","982728dcYktr","_bufferedUpdates","some","toVersion","baseVersion","getLatestVersion","developmentLimit","newRange","revisionHistoryLicenseKeyExpired","position","_generateTape","set","_makeRevision","isOfficialPlugin","_addPendingAction"];return(wi=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(485999===-parseInt(e(361))/1+-parseInt(e(532))/2*(parseInt(e(488))/3)+parseInt(e(329))/4+parseInt(e(366))/5+-parseInt(e(400))/6*(-parseInt(e(467))/7)+-parseInt(e(521))/8*(-parseInt(e(261))/9)+-parseInt(e(357))/10*(parseInt(e(348))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);const Ii={c:Gn.ViewContainerElement,a:Gn.ViewAttributeElement,e:Gn.ViewEmptyElement,r:Gn.ViewRawElement,u:Gn.ViewUIElement};class Oi extends Wn.Plugin{static get[_i(420)](){return _i(280)}static get[_i(413)](){return!0}static get[_i(543)](){return!0}static get[_i(368)](){return[Jn.Users,Qn,Wn.PendingActions]}constructor(e){const n=_i;super(e),this[n(583)]=null,this[n(300)]=null,this[n(497)]=new xi(this[n(453)]),this[n(360)]=this[n(453)][n(530)][n(485)](n(298))||n(546),this[n(401)]=new Map,this[n(512)]=null;const i=(0,t.uid)();this[n(484)]={history:this[n(453)][n(422)][n(481)][n(475)],getLatestVersion:()=>Promise[n(325)](this[n(453)][n(422)][n(481)][n(278)]),getCurrentRevisionId:()=>i},this[n(411)](n(545),!1),this[n(411)](n(332),!0),this[n(411)](n(344),!1),this[n(453)][n(530)][n(311)](n(307),!0),this[n(453)][n(390)][n(486)](n(579))[n(435)]({view:n(560)})}[_i(315)](){const t=_i;this[t(520)]=this[t(453)][t(328)][t(485)](t(388)),this[t(582)](),this[t(453)][t(397)].on(t(338),(()=>{const e=t,n=this[e(520)][e(571)](0),i=n&&null===n[e(434)]?n:null;if(this[e(502)]=!!i&&this[e(453)][e(530)][e(485)](e(307)),this[e(453)][e(328)][e(268)](e(363))){const t=this[e(484)][e(584)](),r=this[e(520)][e(571)](t);if(r)this[e(309)]=r[e(385)],this[e(502)]=!1;else{const t=this[e(484)][e(475)][e(306)][e(550)]((t=>!t[e(296)])),r=t?t[e(404)]:this[e(484)][e(475)][e(278)];n?(n[e(403)]<r&&n[e(354)]({toVersion:r}),this[e(502)]?(this[e(484)][e(584)]=()=>i.id,this[e(309)]=i[e(385)]):(this[e(309)]=n[e(403)],this[e(502)]=!1)):(this[e(309)]=r,this[e(502)]=!1)}}else i&&(this[e(453)][e(422)][e(481)][e(475)][e(278)]=Math[e(267)](i[e(403)],this[e(453)][e(422)][e(481)][e(475)][e(278)]),i[e(385)]===i[e(403)]?(0!==i[e(385)]&&(this[e(484)][e(584)]=()=>i.id),this[e(502)]=!1):this[e(502)]&&(this[e(484)][e(584)]=()=>i.id,this[e(309)]=i[e(385)])),this[e(502)]||(this[e(309)]=this[e(453)][e(422)][e(481)][e(278)]);this[e(497)][e(315)](this[e(484)][e(475)]),this[e(377)](this[e(309)]),this[e(573)](this[e(309)]),this[e(583)]&&this[e(464)]()})),this[t(439)](t(545)).to(this,t(344),(t=>!t)),this[t(272)]=this[t(453)][t(530)][t(485)](t(272));const e=this[t(453)];this[t(384)]=setInterval((()=>{const n=t;let i;for(const t in e){const r=t,s=e[r];if(n(322)==s||n(562)==s||n(408)==s||n(526)==s||n(516)==s||n(554)==s||n(351)==s||n(433)==s||n(495)==s){delete e[r],i=s,clearInterval(this[n(384)]),this[n(384)]=void 0;break}}n(562)==i&&e[n(534)](n(445)),n(408)==i&&e[n(534)](n(264)),n(526)==i&&e[n(534)](n(519)),n(516)==i&&e[n(534)](n(511),n(474)),n(554)==i&&e[n(534)](n(274)),n(351)==i&&e[n(534)](n(565)),n(433)==i&&e[n(534)](n(406)),n(495)==i&&e[n(534)](n(271))}),1e3)}async[_i(389)](){const t=_i;if(this[t(520)][t(539)]>0){const e=this[t(520)][t(571)](0),n=await this[t(461)](e),i=await this[t(451)](e);this[t(564)](n,i)}}[_i(287)](){const t=_i;super[t(287)](),this[t(384)]&&clearInterval(this[t(384)])}[_i(345)](t){this[_i(484)]=t}async[_i(349)](){const t=_i,e=await this[t(484)][t(405)]();if(e>this[t(300)][t(403)]){await this[t(376)]();const n=this[t(279)]({revision:this[t(300)],to:e});n[t(471)]=n[t(503)][t(510)]((e=>this[t(453)][t(328)][t(485)](t(288))[t(323)](e))),this[t(300)][t(354)](n)}}async[_i(376)](){const t=_i;this[t(502)]&&!this[t(512)]&&(await this[t(286)](this[t(300)]),this[t(497)][t(383)](this[t(300)]),this[t(512)]={fromVersion:this[t(300)][t(385)],authors:this[t(300)][t(471)][t(282)]()})}async[_i(373)](e={},n=null){const i=_i,r=[];await this[i(376)](),this[i(502)]=!1,n>this[i(300)][i(403)]&&(n=null),null===n&&(n=await this[i(484)][i(405)]());const s=this[i(459)](n),o=this[i(279)]({from:s,to:n});if(this[i(300)][i(403)]<n){const t=this[i(279)]({revision:this[i(300)],from:n,to:n});t[i(471)]=[],t[i(503)]=[],t.id=this[i(300)].id,this[i(300)][i(354)](t,!0),delete t[i(471)],r[i(364)](t)}e[i(441)]=this[i(453)][i(328)][i(485)](i(288)).me.id,e[i(317)]=e[i(317)]||null,e.id=e.id||(0,t.uid)(),e={...e,...o};const a=this[i(291)](e);r[i(364)](e);const c=this[i(520)][i(378)](a);if(0!==c){const t=this[i(520)][i(571)](c-1);if(t[i(385)]!==n){const s=this[i(497)][i(320)](n,t[i(403)]),o={id:t.id,diffData:s[i(518)],authorsIds:s[i(503)],authors:s[i(503)][i(510)]((t=>this[i(453)][i(328)][i(485)](i(288))[i(323)](t))),fromVersion:n};t===this[i(300)]&&(o[i(563)]=new Date(e[i(563)][i(394)]()+10)),t[i(354)](o,!0),delete o[i(471)],r[i(364)](o)}}if(this[i(583)]){for(const t of r)this[i(379)](t.id,t,!0);this[i(464)]()}return a}[_i(291)](t){const e=_i,n=this[e(520)][e(489)](t);return this[e(583)]&&n.on(e(354),((t,n,i)=>{const r=e;i||(this[r(379)](n.id,n,!0),this[r(464)]())})),this[e(520)][e(574)](n,this[e(350)](n)),n}async[_i(461)](t){const e=_i;await this[e(286)](t);const n={};for(const i in t[e(518)]){if(t[e(518)][i][e(466)]&&!t[e(518)][i][e(466)][e(429)])continue;const r=this[e(395)](JSON[e(330)](t[e(518)][i][e(455)])),s=this[e(453)][e(517)][e(431)][e(481)],o=new Gn.ViewDocumentFragment(s,r[e(510)]((t=>Ti(t,this[e(453)]))));this[e(453)][e(397)][e(283)][e(500)](e(478)),n[i]=this[e(453)][e(397)][e(283)][e(494)](o),this[e(453)][e(397)][e(283)][e(500)](e(576))}return n}async[_i(451)](t){const e=_i;await this[e(286)](t);const n={};for(const i in t[e(518)])t[e(518)][i][e(466)]&&!t[e(518)][i][e(466)][e(429)]||(n[i]=t[e(518)][i][e(337)]||{});return n}[_i(464)](){const t=_i;if(0===this[t(401)][t(509)])return;if(this[t(344)])return;let e=Array[t(346)](this[t(401)][t(476)]());this[t(401)][t(437)]();for(let n=0;n<e[t(539)];n++){const i=e[n];let r=!1;for(const e of Object[t(327)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(483)]((t=>null!==t)),!e[t(539)])return;for(let n=0;n<e[t(539)];n++){const i=e[n];void 0!==i[t(385)]&&void 0===i[t(403)]&&(i[t(403)]=this[t(520)][t(571)](i.id)[t(403)]),void 0!==i[t(403)]&&void 0===i[t(385)]&&(i[t(385)]=this[t(520)][t(571)](i.id)[t(385)])}const n=this[t(453)][t(530)][t(485)](t(298));this[t(344)]=!0,this[t(414)](),this[t(583)][t(324)](e,n)[t(479)]((()=>{this[t(344)]=!1}))[t(341)]((e=>{const n=t;if(e)for(const t of e)this[n(477)]({id:t.id,createdAt:t[n(563)]});this[n(542)](),this[n(464)]()}))}[_i(564)](e,n){const i=_i;let r=this[i(453)][i(530)][i(485)](i(367)),s=this[i(453)][i(530)][i(485)](i(580));if(void 0===r){r={};for(const t of this[i(453)][i(422)][i(481)][i(480)]())r[t]=""}if(i(380)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(453)][i(422)][i(481)][i(480)]())s[t]={}}let o=!1;const a=Object[i(327)](r),c=Object[i(327)](e);for(const t of a){if(r[t]!==e[t]&&""!==r[t][i(523)]()){o=!0;break}if(!bi(s[t],n[t])&&Object[i(327)](s[t])[i(539)]>0){o=!0;break}}o||(o=c[i(402)]((t=>!this[i(453)][i(422)][i(481)][i(290)](t)))),o&&(0,t.logWarning)(i(537),{editorData:r,editorRootsAttributes:s,revisionData:e,revisionRootsAttributes:n}),this[i(453)][i(530)][i(411)](i(367),e),this[i(453)][i(530)][i(411)](i(580),n)}[_i(414)](){const t=_i;if(!this[t(556)]){const e=this[t(453)][t(328)][t(485)](t(528));this[t(556)]=e[t(277)]($n(this[t(453)][t(531)],t(538)))}}[_i(542)](){const t=_i;this[t(556)]&&(this[t(453)][t(328)][t(485)](t(528))[t(318)](this[t(556)]),this[t(556)]=null)}[_i(350)](t){const e=_i,n=this[e(520)][e(566)]();n[e(450)]();let i=0;for(;i<n[e(539)];){const r=n[i];if(r===this[e(300)]){i++;continue}if(r.id===this[e(360)])break;const s=t[e(403)]-r[e(403)]||t[e(385)]-r[e(385)];if(s>0)break;if(s<0)i++;else{if(!t[e(434)]&&r[e(434)])break;if(r[e(434)]||!t[e(434)]){if(t[e(563)]>r[e(563)])break;i++}else i++}}return i}[_i(477)](t){const e=_i,n=this[e(520)][e(571)](t.id);if(t[e(563)]&&(t[e(563)]=new Date(t[e(563)])),t[e(503)]){const n=this[e(453)][e(328)][e(485)](e(288));t[e(471)]=t[e(503)][e(510)]((t=>n[e(323)](t)))}n[e(354)](t,!0)}[_i(279)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(385)],n=null!==n?n:t[i(403)];const r=this[i(497)][i(320)](e,n),s={diffData:r[i(518)],authorsIds:r[i(503)],fromVersion:e,toVersion:n};if(!t||n!==t[i(403)]){const t=n-1,e=this[i(484)][i(475)][i(421)](t);s[i(563)]=e&&e[i(563)]||new Date}if(this[i(512)]&&e===this[i(512)][i(385)])for(const t of this[i(512)][i(471)])s[i(503)][i(359)](t.id)||s[i(503)][i(364)](t.id);return s}[_i(286)](t){const e=_i;if(!t||t[e(518)])return Promise[e(325)]();{const n=this[e(453)][e(530)][e(485)](e(298));return this[e(583)][e(571)]({channelId:n,revisionId:t.id})[e(341)]((n=>{const i=e;t[i(518)]=n[i(518)]}))}}[_i(379)](t,e,n){const i=_i;if(this[i(401)][i(268)](t)){const r=this[i(401)][i(485)](t);e=n?{...r,...e}:{...e,...r}}this[i(401)][i(411)](t,e)}[_i(459)](t){const e=_i,n=this[e(520)][e(566)]();n[e(450)](),n[e(418)]();const i=n[e(550)]((n=>n[e(403)]<=t))[e(403)];return i<this[e(309)]?this[e(309)]:i}[_i(377)](t){const e=_i,n=this[e(520)][e(571)](this[e(520)][e(539)]-1);if(n)this[e(360)]=n.id;else{const n=!this[e(453)][e(422)][e(481)][e(303)][e(550)]((t=>this[e(453)][e(422)][e(491)](t))),i=this[e(453)][e(328)][e(485)](e(288)).me.id,r=$n(this[e(453)][e(531)],e(n?304:292));this[e(412)]({from:t,to:t,id:this[e(360)],name:r,creatorId:i})}}[_i(573)](t){const e=_i,n=this[e(484)][e(584)]();this[e(300)]=this[e(520)][e(571)](n),this[e(300)]||(this[e(300)]=this[e(412)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(412)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(279)]({from:e,to:n});o[s(317)]=t,o[s(441)]=i,o.id=r;const a=this[s(291)](o);return this[s(583)]&&this[s(379)](o.id,o,!0),a}[_i(582)](){const t=_i;this[t(453)][t(390)][t(486)](t(490))[t(353)]({model:t(560)})}[_i(395)](t){const e=_i;return(t=t[e(483)]((t=>!t[e(317)]||e(438)!==t[e(317)]&&e(321)!==t[e(317)])))[e(501)]((t=>{const n=e;n(380)!=typeof t&&(t[n(310)]=this[n(395)](t[n(310)]),t[n(449)]=t[n(449)][n(483)]((t=>!t[0][n(426)](n(316)))))})),t}}function Si(t,e){const n=wi();return(Si=function(t,e){return n[t-=261]})(t,e)}function Ti(t,e){const n=_i,i=e[n(517)][n(431)][n(481)];if(n(380)==typeof t)return new Gn.ViewText(i,t);{const r=t[n(310)][n(510)]((t=>Ti(t,e)));return new(Ii[t[n(499)]]||Gn.ViewElement)(i,t[n(317)],t[n(449)],r)}}class xi{constructor(t){const e=_i;this[e(453)]=t,this[e(398)]=new Map,this[e(468)]=-1,this[e(365)]=-1,this[e(524)]=new Map,this[e(457)]=new Map,this[e(525)]=new Map,this[e(487)]=new Map,this[e(339)]=new Map,this[e(295)]=new Map,this[e(334)]=new Map,this[e(570)]=new Map,this[e(581)]=new Map,this[e(551)]=new Map,this[e(294)]=1}[_i(315)](t){const e=_i;this[e(276)]=t;const n=new Map,i=new Map,r=this[e(453)][e(422)][e(481)][e(303)][e(510)]((t=>t[e(335)]));for(const t of r){const r=this[e(453)][e(422)][e(481)][e(290)](t),s=Ai(r);n[e(411)](t,s),i[e(411)](t,Object[e(352)](r[e(312)]()))}const s=Array[e(346)](this[e(453)][e(422)][e(436)])[e(510)]((t=>[t[e(317)],t[e(569)]()])),o=this[e(276)][e(278)];this[e(372)](o,n,s,i),this[e(567)]=this[e(294)];const a=new Map,c=new Map;for(const t of r){const n=Ni(t);a[e(411)](t,n),c[e(411)](t,{})}this[e(372)](Number[e(527)],a,[],c)}[_i(320)](t,e){const n=_i;if(this[n(468)]===t&&this[n(365)]<=e)this[n(398)][n(509)]>1&&this[n(374)](this[n(365)]),this[n(470)](this[n(365)],e,!0);else{if(!this[n(398)][n(268)](t)){const e=this[n(416)](t);this[n(281)](e,t,!1)}this[n(281)](t,e,!0)}return this[n(468)]=t,this[n(365)]=e,this[n(391)]()}[_i(383)](t){const e=_i;this[e(299)](),this[e(468)]=t[e(385)],this[e(365)]=t[e(403)];for(const n in t[e(518)]){const i=t[e(518)][n][e(466)],r=yn(t[e(518)][n][e(558)])||{},s=this[e(456)](t[e(518)][n][e(428)]);s[e(335)]=n,s[e(492)]=!i||!i[e(429)],s[e(429)]=()=>s[e(492)],this[e(487)][e(411)](n,s),this[e(339)][e(411)](n,r),i&&this[e(551)][e(411)](n,i);const o=this[e(568)](s);this[e(334)][e(411)](n,o);for(const[t,n]of s[e(436)]){if(!t[e(426)](e(557)))continue;const i=t[e(347)](":")[2];for(const t of n[e(432)]({singleCharacters:!0})){const n=this[e(513)](t),r=e(498)==t[e(499)]?t[e(465)][e(533)][e(282)](0,-1):t[e(465)][e(533)],s=o[e(302)](r)[e(552)](n);this[e(570)][e(411)](s,{userId:i})}}}this[e(567)]=this[e(294)];const n=[...Array(this[e(294)])[e(327)]()][e(282)](1)[e(483)]((t=>!this[e(570)][e(268)](t)));let i=0;const r=new Map;for(const s in t[e(518)]){const o=t[e(518)][s][e(466)],a=yn(t[e(518)][s][e(337)])||{},c=this[e(456)](t[e(518)][s][e(455)]);c[e(335)]=s,c[e(492)]=!o||o[e(429)],c[e(429)]=()=>c[e(492)],this[e(457)][e(411)](s,c),this[e(525)][e(411)](s,a);const u=this[e(568)](c,Number[e(527)]);this[e(295)][e(411)](s,u),r[e(411)](s,c[e(429)]()?a:{});for(const[t,n]of c[e(436)]){if(!t[e(426)](e(557)))continue;const i=t[e(347)](":")[2];for(const t of n[e(432)]({singleCharacters:!0})){const n=this[e(513)](t),r=this[e(294)]++,s=e(498)==t[e(499)]?t[e(465)][e(533)][e(282)](0,-1):t[e(465)][e(533)];u[e(302)](s)[e(440)](n,r),this[e(570)][e(411)](r,{userId:i})}}for(const t of this[e(453)][e(422)][e(425)](c)[e(432)]({singleCharacters:!0})){const r=this[e(513)](t),s=e(498)==t[e(499)]?t[e(465)][e(533)][e(282)](0,-1):t[e(465)][e(533)],o=u[e(302)](s);o[e(552)](r)>0||o[e(440)](r,n[i++])}for(const[t,n]of c[e(436)])t[e(426)](e(557))||this[e(524)][e(411)](t,n)}const s=Ni(e(387));this[e(487)][e(411)](e(387),s),this[e(334)][e(411)](e(387),this[e(568)](s,1));const o=Ni(e(387));this[e(457)][e(411)](e(387),o),this[e(295)][e(411)](e(387),this[e(568)](o,1));const a=Array[e(346)](this[e(457)])[e(510)]((([t,e])=>[t,Ai(e)]));this[e(372)](this[e(365)],a,this[e(524)],r)}[_i(456)](t){const e=_i,n=JSON[e(330)](t),i=this[e(453)][e(517)][e(431)][e(481)],r=new Gn.ViewDocumentFragment(i,n[e(510)]((t=>Ti(t,this[e(453)]))));return this[e(453)][e(397)][e(293)](r)}[_i(372)](t,e,n,i){const r=_i,s=new Map(e),o=new Map(yn(i)),a=new Map;for(const[t,e]of n)a[r(411)](t,{start:e[r(285)][r(424)](),end:e[r(507)][r(424)](),rootName:e[r(463)][r(335)]});this[r(398)][r(411)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(374)](t){const e=_i;this[e(398)][e(454)](t)}[_i(427)](){const t=_i;this[t(299)](),this[t(468)]=-1,this[t(365)]=-1,this[t(398)][t(437)](),this[t(315)](this[t(276)])}[_i(299)](){const t=_i;this[t(570)][t(437)](),this[t(581)][t(437)](),this[t(551)][t(437)](),this[t(457)][t(437)](),this[t(525)][t(437)](),this[t(487)][t(437)](),this[t(339)][t(437)](),this[t(295)][t(437)](),this[t(334)][t(437)](),this[t(524)][t(437)](),this[t(294)]=1,this[t(567)]=this[t(294)]}[_i(568)](t,e=null){const n=_i;let i=null;t.is(n(473))||(i=new Gn.Element(t[n(317)],{vid_start:null===e?this[n(294)]++:e++}));const r=[];for(const i of t[n(415)]())if(i.is(n(336))){r[n(364)](this[n(568)](i,e));const t=r[r[n(539)]-1];null!==e&&(e=t.is(n(336),n(541))?t[n(552)](n(469))+1:t[n(552)](n(273))+1)}else for(let t=0;t<i[n(536)];t++)r[n(364)](new Gn.Element(n(541),{vid:null===e?this[n(294)]++:e++}));if(t.is(n(473))){const e=Ni(t[n(335)]);return e[n(369)](0,r),e}return i[n(440)](n(273),null===e?this[n(294)]++:e++),i[n(369)](0,r),i}[_i(281)](t,e,n){const i=_i;this[i(299)]();const{roots:r,markers:s,rootsAttributes:o}=this[i(398)][i(485)](t);this[i(487)]=new Map(r),this[i(339)]=new Map(yn(o));for(const[t,e]of this[i(487)])if(i(387)!==t&&(this[i(457)][i(411)](t,Ai(e)),this[i(525)]=new Map(yn(o)),n)){const n=this[i(294)];this[i(295)][i(411)](t,this[i(568)](e)),this[i(334)][i(411)](t,this[i(568)](e,n))}this[i(567)]=this[i(294)],this[i(457)][i(411)](i(387),Ai(this[i(487)][i(485)](i(387)))),n&&this[i(295)][i(411)](i(387),this[i(568)](this[i(487)][i(485)](i(387))));for(const[t,e]of s){const n=this[i(487)][i(485)](e[i(335)]),r=this[i(457)][i(485)](e[i(335)]),s=new Gn.Range(this[i(448)](e[i(285)],n),this[i(448)](e[i(507)],n)),o=this[i(362)](s,r);n[i(436)][i(411)](t,s),this[i(524)][i(411)](t,o)}this[i(470)](t,e,n)}[_i(470)](t,e,n){const i=_i;for(const r of this[i(276)][i(460)](t,e))this[i(270)](r,n);for(const t of this[i(457)][i(476)]())t[i(436)][i(437)]();for(const[t,e]of this[i(524)])this[i(457)][i(485)](e[i(463)][i(335)])[i(436)][i(411)](t,e[i(424)]());const r=new Map,s=new Map;for(const[t,e]of this[i(457)])r[i(411)](t,Ai(e)),s[i(411)](t,this[i(525)][i(485)](t));this[i(372)](e,r,this[i(524)],s)}[_i(416)](t){const e=_i,n=Array[e(346)](this[e(398)][e(327)]());n[e(265)](((t,e)=>t-e)),n[e(450)]();for(const e of n)if(e<t)return e;return Number[e(527)]}[_i(430)](t,e){const n=_i,i=Array[n(346)](e[n(436)])[n(510)]((([e,i])=>[e,this[n(362)](i,t)]));t[n(436)]=new Map(i)}[_i(547)](t){const e=_i;for(const n of this[e(524)][e(476)]()){const i=n[e(358)](t),r=Gn.Range[e(319)](i);n[e(285)]=r[e(285)],n[e(507)]=r[e(507)]}}[_i(270)](t,e){const n=_i;if(n(462)!=t[n(499)]&&n(553)!=t[n(499)]){if(n(522)==t[n(499)]){const i=t[n(409)][n(463)][n(335)];this[n(457)][n(268)](i)||(this[n(457)][n(411)](i,Ni(i,!0)),this[n(525)][n(411)](i,{}),e&&this[n(295)][n(411)](i,Ni(i,!0)))}else{if(n(506)==t[n(499)]||n(447)==t[n(499)]||n(289)==t[n(499)])return void this[n(446)](t);n(269)==t[n(499)]&&this[n(577)](t)}if(n(269)!==t[n(499)]){const e=this[n(381)](t,this[n(457)]);e[n(419)](),this[n(547)](e)}if(e)switch(t[n(499)]){case n(522):this[n(508)](t);break;case n(305):case n(318):case n(540):this[n(515)](t);break;case n(314):this[n(505)](t);break;case n(347):this[n(443)](t)}}else this[n(263)](t,e)}[_i(381)](t,e){const n=_i,i=t[n(424)]();return i[n(331)]=t[n(331)],this[n(375)](i,e),i}[_i(482)](t){const e=_i;return t[e(510)]((t=>{const n=e,i=this[n(513)](t);return Number(t[n(326)][n(552)](i))}))}[_i(410)](t,e){const n=_i;if(t.is(n(336),n(541)))e[n(364)]({item:t,type:n(313)});else{t.is(n(336))&&e[n(364)]({item:t,type:n(386)});for(const i of t[n(415)]())this[n(410)](i,e);t.is(n(336))&&e[n(364)]({item:t,type:n(498)})}return e}[_i(391)](){const t=_i,e=new Map(this[t(570)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(487)][t(327)](),...this[t(457)][t(327)]()]);a[t(454)](t(387));for(const e of a){const n=this[t(457)][t(485)](e)||Ni(e,!1),i=this[t(487)][t(485)](e)||Ni(e,!1);n[t(429)]()||i[t(429)]()?(r[t(455)][e]=Ai(n),r[t(428)][e]=Ai(i),this[t(430)](r[t(428)][e],i),this[t(430)](r[t(455)][e],n),s[t(455)][e]=this[t(410)](this[t(295)][t(485)](e),[]),s[t(428)][e]=this[t(410)](this[t(334)][t(485)](e)||Ni(e,!1),[])):a[t(454)](e)}for(const r of a){const o=s[t(455)][r];for(const r of o){const s=this[t(513)](r),o=r[t(326)][t(552)](s);n[t(454)](o),o>=this[t(567)]&&i[t(411)](o,e[t(485)](o))}}for(const r of a){const a=s[t(455)][r],c=this[t(482)](s[t(428)][r]);let u=0;for(const r of a){const s=this[t(513)](r),a=r[t(326)][t(552)](s);if(!i[t(268)](a)&&!o[t(268)](a))if(n[t(268)](a))u++;else{if(a!=c[u]){const i=e[t(485)](a)||e[t(485)](c[u]);for(;a!=c[u];)n[t(268)](c[u])||(o[t(411)](c[u],i),e[t(411)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(455)][e];for(const e of r){const r=this[t(513)](e),s=e[t(326)][t(552)](r);if(o[t(268)](s)){const e=o[t(485)](s);n[t(268)](s)||n[t(411)](s,{...e}),i[t(411)](s,{...e})}}}for(const e of n[t(327)]())e>=this[t(567)]&&n[t(454)](e);const c=new Map;for(const e of a){let r=s[t(455)][e];for(const e of r)if(e[t(326)].is(t(336),t(340))){const n=this[t(513)](e),r=e[t(326)][t(552)](n);if(i[t(268)](r)){const n=e[t(326)][t(399)][t(399)][t(552)](t(444)),s=c[t(485)](n)||new Set;s[t(277)](i[t(485)](r)[t(308)]),c[t(411)](n,s)}}r=s[t(428)][e];for(const e of r)if(e[t(326)].is(t(336),t(340))){const i=this[t(513)](e),r=e[t(326)][t(552)](i);if(n[t(268)](r)){const i=e[t(326)][t(399)][t(399)][t(552)](t(444)),s=c[t(485)](i)||new Set;s[t(277)](n[t(485)](r)[t(308)]),c[t(411)](i,s)}}for(const e of c[t(327)]())(i[t(268)](e)||n[t(268)](e))&&c[t(454)](e)}for(const e of a){const r=s[t(455)][e];let o=null,a=null;for(const e of r){const r=this[t(513)](e),s=e[t(326)][t(552)](r),u=c[t(485)](s);u&&t(386)==e[t(499)]&&(o=Array[t(346)](u)[0],a=e[t(326)][t(552)](t(273))),o&&(n[t(411)](s,{userId:o}),i[t(411)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(428)][e],a=r[t(455)][e];for(const{userId:e}of this[t(581)][t(476)]())null!==e&&l[t(277)](e);for(const{userId:e}of this[t(551)][t(476)]())null!==e&&l[t(277)](e);this[t(496)](a,s[t(455)][e],i,t(559),l),this[t(496)](o,s[t(428)][e],n,t(370),l),u[e]={insertions:this[t(549)](a),deletions:this[t(549)](o),attachChange:this[t(551)][t(485)](e)||null,attributesBefore:yn(this[t(339)][t(485)](e))||{},attributesAfter:yn(this[t(525)][t(485)](e))}}return{diffData:u,authorsIds:Array[t(346)](l)}}[_i(392)](t){const e=_i;for(const[,n]of t[e(436)]){const t=n[e(285)][e(548)]()[e(483)]((t=>e(340)==t[e(317)]));for(const n of t)1==n[e(301)]&&n[e(423)](0).is(e(336),e(333))&&n[e(423)](0)[e(440)](e(578),!0)}}[_i(549)](t){const e=_i;this[e(392)](t);const n=this[e(453)][e(397)][e(355)](t,{}),i=Array[e(346)](n[e(415)]())[e(510)]((t=>this[e(493)](t)));return JSON[e(371)](i)}[_i(493)](t){const e=_i;if(t.is(e(541)))return t[e(397)];{const n=t;return{type:Object[e(327)](Ii)[e(550)]((e=>t instanceof Ii[e])),name:n[e(317)],attributes:Array[e(346)](n[e(312)]()),children:Array[e(346)](n[e(415)]())[e(510)]((t=>this[e(493)](t)))}}}[_i(496)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(453)][s(422)];for(let i=0;i<e[s(539)];i++){const r=this[s(513)](e[i]),c=e[i][s(326)][s(552)](r),h=n[s(485)](c),d=i==e[s(539)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(308)]!=o[s(308)])&&(l(h,Mi(a,t,u),Mi(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Mi(a,t,u),Ri(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(308)],d=l(557)+i+":"+h+":"+c++,f=u[l(442)](n,a);t[l(436)][l(411)](d,f),null!==h&&r[l(277)](h)}}[_i(513)](t){const e=_i;switch(t[e(499)]){case e(386):return e(444);case e(498):return e(273);default:return e(469)}}[_i(375)](t,e){const n=_i;t[n(404)]=null;for(const i in t){const r=t[i];if(r instanceof Gn.Position){const s=e[n(485)](r[n(463)][n(335)]);t[i]=this[n(448)](r,s)}if(r instanceof Gn.Range){const s=e[n(485)](r[n(463)][n(335)]);t[i]=this[n(362)](r,s)}n(463)===i&&(t[n(463)]=e[n(485)](t[n(463)][n(335)]))}}[_i(362)](t,e){const n=_i;return this[n(453)][n(422)][n(442)](this[n(448)](t[n(285)],e),this[n(448)](t[n(507)],e))}[_i(448)](t,e){const n=_i;return this[n(453)][n(422)][n(452)](e,t[n(533)],t[n(555)])}[_i(508)](t){const e=_i,n=this[e(295)][e(485)](t[e(409)][e(463)][e(335)]),i=this[e(448)](t[e(409)],n),r=null===t[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,s=i[e(399)],o=this[e(294)],a=[];for(const n of t[e(356)])if(n.is(e(336)))a[e(364)](this[e(568)](n));else for(let t=0;t<n[e(536)];t++)a[e(364)](new Gn.Element(e(541),{vid:this[e(294)]++}));const c=this[e(294)];for(let t=o;t<c;t++)this[e(570)][e(411)](t,{userId:r});s[e(369)](i[e(382)],a)}[_i(515)](t){const e=_i;(t=this[e(381)](t,this[e(295)]))[e(419)]();const n=null===t[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,i=t[e(575)](),r=i[e(399)],s=i[e(382)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(423)](e);s.is(a(336),a(541))?i[a(411)](s[a(552)](a(469)),{userId:n}):(i[a(411)](s[a(552)](a(444)),{userId:n}),t(i,s,0,s[a(301)]),i[a(411)](s[a(552)](a(273)),{userId:n}))}}(this[e(570)],r,s,s+t[e(417)])}[_i(505)](t){const e=_i,n=null===(t=this[e(381)](t,this[e(295)]))[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,i=t[e(342)][e(399)],r=t[e(275)][e(399)],s=i[e(552)](e(273)),o=r[e(552)](e(444));i[e(440)](e(273),r[e(552)](e(273))),r[e(440)](e(273),s),this[e(570)][e(411)](o,{userId:n}),this[e(570)][e(411)](s,{userId:n}),t[e(419)]()}[_i(443)](t){const e=_i,n=null===(t=this[e(381)](t,this[e(295)]))[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,i=t[e(458)],r=t[e(514)][e(399)];t[e(419)]();const s=r[e(552)](e(273)),o=t[e(544)][e(343)];if(i){const t=o[e(552)](e(273)),i=r[e(552)](e(273));r[e(440)](e(273),t),o[e(440)](e(273),i),this[e(570)][e(411)](r[e(552)](e(273)),{userId:n}),this[e(570)][e(411)](o[e(552)](e(444)),{userId:n})}else{const t=this[e(294)]++,i=this[e(294)]++;r[e(440)](e(273),t),o[e(440)](e(444),i),o[e(440)](e(273),s),this[e(570)][e(411)](t,{userId:n}),this[e(570)][e(411)](i,{userId:n})}}[_i(577)](t){const e=_i;if(!t[e(266)])return;const n=(t=this[e(381)](t,this[e(457)]))[e(529)]?t[e(529)][e(463)]:null,i=t[e(407)]?t[e(407)][e(463)]:null;n&&this[e(524)][e(454)](t[e(317)]),i&&this[e(524)][e(411)](t[e(317)],t[e(407)][e(424)]());const r=null===t[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,s=t[e(317)];if(!this[e(581)][e(268)](s))return void this[e(581)][e(411)](s,{range:t[e(529)],userId:r});const o=this[e(581)][e(485)](s),a=o[e(472)],c=t[e(407)];null==a&&null==c||a&&c&&a[e(262)](c)?this[e(581)][e(454)](t[e(317)]):o[e(308)]=r}[_i(263)](t,e){const n=_i;this[n(457)][n(268)](t[n(335)])?this[n(457)][n(485)](t[n(335)])[n(492)]=t[n(284)]:(this[n(457)][n(411)](t[n(335)],Ni(t[n(335)],!0)),this[n(525)][n(411)](t[n(335)],{}),e&&this[n(295)][n(411)](t[n(335)],Ni(t[n(335)],!0)));const i=null===t[n(331)]?null:t[n(331)]||this[n(453)][n(328)][n(485)](n(288)).me.id,r=this[n(551)][n(485)](t[n(335)]);r&&r[n(308)]===i?this[n(551)][n(454)](t[n(335)]):this[n(551)][n(411)](t[n(335)],{userId:i,isAttached:t[n(284)]})}[_i(446)](t){const e=_i,n=this[e(525)][e(485)](t[e(463)][e(335)]);null===t[e(396)]?delete n[t[e(535)]]:n[t[e(535)]]=t[e(396)]}}function Ai(t){const e=_i,n=Ni(t[e(335)],t[e(429)]());for(const i of t[e(415)]()){const t=i[e(297)](!0);n[e(393)](t)}return n}function Ni(t,e=!0){const n=_i,i=new Gn.DocumentFragment;return i[n(335)]=t,i[n(492)]=e,i[n(429)]=()=>i[n(492)],i}function Mi(t,e,n){const i=_i,r=i(498)==t[i(499)]?n[i(572)](t[i(326)],i(507)):n[i(561)](t[i(326)]);return n[i(452)](e,r[i(533)],r[i(555)])}function Ri(t,e,n){const i=_i,r=i(386)==t[i(499)]?n[i(572)](t[i(326)],0):n[i(504)](t[i(326)]);return n[i(452)](e,r[i(533)],r[i(555)])}var Ei=n(311),ji=n(673),Vi=n.n(ji),Ci=n(545),Di=n.n(Ci),Li=n(262),Pi=n.n(Li),Fi=n(667),zi=n.n(Fi),Hi=n(357),Zi=n.n(Hi),Ui=n(426),Bi={attributes:{"data-cke":!0}};Bi.setAttributes=zi(),Bi.insert=Pi().bind(null,"head"),Bi.domAPI=Di(),Bi.insertStyleElement=Zi();Vi()(Ui.A,Bi);Ui.A&&Ui.A.locals&&Ui.A.locals;var qi=n(959),Wi={attributes:{"data-cke":!0}};Wi.setAttributes=zi(),Wi.insert=Pi().bind(null,"head"),Wi.domAPI=Di(),Wi.insertStyleElement=Zi();Vi()(qi.A,Wi);qi.A&&qi.A.locals&&qi.A.locals;const Ji=Yi;function Gi(){const t=["1400337foUyZD","add","263137JallCR","220","set","1071NxMFSl","setTemplate","ck-revision-history-save-revision-form","15055700GlxheH","stopPropagation","form","arrowdown","Name of the revision","value","focus","element","input","174jBXyNv","errorText","trim","reset","label","arrowup","locale","revisionNameInputView","5WQsGkx","focusTracker","render","revisionName","keystrokes","revisionNameInputValue","ck-responsive-form","arrowright","70qcISIw","1676836nwxpNT","_createRevisionNameInput","fieldView","optional","listenTo","627477dFqKDL","extendTemplate","arrowleft","9609512upMsHR","174XftMLw"];return(Gi=function(){return t})()}function Yi(t,e){const n=Gi();return(Yi=function(t,e){return n[t-=268]})(t,e)}!function(t){const e=Yi,n=t();for(;;)try{if(687146===parseInt(e(273))/1+parseInt(e(295))/2*(parseInt(e(283))/3)+parseInt(e(268))/4*(parseInt(e(303))/5)+-parseInt(e(277))/6*(-parseInt(e(280))/7)+-parseInt(e(276))/8+parseInt(e(278))/9*(parseInt(e(311))/10)+-parseInt(e(286))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class Ki extends Ei.View{constructor(e,n){const i=Yi;super(e),this[i(304)]=new t.FocusTracker,this[i(307)]=new t.KeystrokeHandler,this[i(282)](i(308),""),this[i(302)]=this[i(269)](n),this[i(284)]({tag:i(288),attributes:{class:["ck",i(285),i(309)],tabindex:"-1"},children:[this[i(302)]]}),(0,Ei.injectCssTransitionDisabler)(this)}[Ji(305)](){const t=Ji;super[t(305)](),(0,Ei.submitHandler)({view:this}),this[t(304)][t(279)](this[t(302)][t(293)]),this[t(307)][t(272)](this[t(293)]);const e=e=>e[t(287)]();this[t(307)][t(282)](t(310),e),this[t(307)][t(282)](t(275),e),this[t(307)][t(282)](t(300),e),this[t(307)][t(282)](t(289),e)}[Ji(292)](){const t=Ji;this[t(302)][t(292)]()}get[Ji(306)](){const t=Ji;return this[t(302)][t(270)][t(293)][t(291)][t(297)]()}set[Ji(306)](t){const e=Ji;this[e(302)][e(270)][e(293)][e(291)]=t[e(297)]()}[Ji(298)](){const t=Ji;this[t(302)][t(270)][t(293)][t(291)]="",this[t(302)][t(296)]=null}[Ji(269)](t){const e=Ji,n=new Ei.LabeledFieldView(this[e(301)],Ei.createLabeledInputText),i=n[e(270)];i[e(274)]({attributes:{maxlength:e(281)}});let r=$n(this[e(301)],e(290));return!t&&(r+=" ("+$n(this[e(301)],e(271))+")"),n[e(299)]=r,i.on(e(294),(()=>{const t=e;this[t(308)]=i[t(293)][t(291)][t(297)]()})),n}}const Qi=Xi;function Xi(t,e){const n=$i();return(Xi=function(t,e){return n[t-=228]})(t,e)}function $i(){const t=["_registerMenuComponent","isEnabled","Open revision history","role","pluginName","The revision name cannot be empty.","bind","reset","_showDialog","submit","revisionNameInputView","panelView","config","menuBar:revisionHistory","menu","Save current revision","showRevisionViewerCallback","children","menuitem","isReady","isPremiumPlugin","38584eCKUbh","locale","revisionHistory","show","get","Accept","addMany","saveRevision","5089735nIPdXs","view","_createSaveRevisionFormView","2247720oMYqwN","revisionSave","buttonView","1494MkOgvD","set","64043zBnftV","RevisionTracker","Dialog","27PTPeNG","focus","isReadOnly","add","delegate","history","editor","editing","revisionHistory.requireRevisionName","plugins","errorText","7519304sxECpz","revisionName","Cancel","isOpen","componentFactory","hide","1719820ohIlPm","ck-button-action","isOfficialPlugin","init","items","2212402phFOsz","execute","_saveRevisionFormView","requires","Revision history","RevisionHistoryUI","render"];return($i=function(){return t})()}!function(t){const e=Xi,n=t();for(;;)try{if(932139===-parseInt(e(233))/1+parseInt(e(258))/2+parseInt(e(228))/3+-parseInt(e(253))/4+parseInt(e(294))/5+-parseInt(e(231))/6*(-parseInt(e(286))/7)+-parseInt(e(247))/8*(parseInt(e(236))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class tr extends Wn.Plugin{static get[Qi(269)](){return Qi(263)}static get[Qi(255)](){return!0}static get[Qi(285)](){return!0}static get[Qi(261)](){return[Oi]}[Qi(256)](){const t=Qi,e=this[t(242)],n=e[t(245)][t(290)](t(234));e.ui[t(251)][t(239)](t(288),(i=>{const r=t,s=(0,Ei.createDropdown)(i),o=s[r(276)][r(282)],a=new Ei.ListView(i),c=new Ei.ListItemView(i),u=new Ei.ButtonView(i),l=new Ei.ListItemView(i),h=new Ei.ButtonView(i);return s[r(271)](r(266)).to(n,r(284),n,r(266),e,r(238),((t,e,n)=>t&&e&&!n)),s[r(230)][r(232)]({icon:Wn.icons[r(241)],label:$n(i,r(262)),tooltip:!0}),u[r(232)]({label:$n(i,r(280)),withText:!0,role:r(283)}),u[r(271)](r(266)).to(n,r(284),n,r(266),e,r(238),((t,e,n)=>t&&e&&!n)),u.on(r(259),(()=>this[r(273)]())),h[r(232)]({label:$n(i,r(267)),withText:!0,role:r(283)}),h[r(271)](r(266)).to(n,r(284),e,r(238),((t,e)=>t&&!e)),h.on(r(259),(()=>{const t=r;e[t(277)][t(290)](t(288))[t(281)](),s[t(250)]=!1,e[t(243)][t(295)][t(237)]()})),c[r(282)][r(239)](u),l[r(282)][r(239)](h),a[r(268)]=r(279),a[r(257)][r(292)]([c,l]),o[r(239)](a),s})),e.ui[t(251)][t(239)](t(278),(()=>this[t(265)]()))}[Qi(265)](){const t=Qi,e=this[t(242)],n=e[t(287)],i=new Ei.MenuBarMenuView(n),r=new Ei.MenuBarMenuListView(n);i[t(230)][t(232)]({icon:Wn.icons[t(241)],label:$n(n,t(262))});const s=new Ei.MenuBarMenuListItemView(n,i),o=new Ei.MenuBarMenuListItemButtonView(n);o[t(232)]({label:$n(n,t(280))}),o[t(240)](t(259)).to(i),o.on(t(259),(()=>{this[t(273)]()})),s[t(282)][t(239)](o),r[t(257)][t(239)](s);const a=new Ei.MenuBarMenuListItemView(n,i),c=new Ei.MenuBarMenuListItemButtonView(n);return c[t(232)]({label:$n(n,t(267))}),c[t(240)](t(259)).to(i),c.on(t(259),(()=>{const n=t;e[n(277)][n(290)](n(288))[n(281)]()})),a[t(282)][t(239)](c),r[t(257)][t(239)](a),i[t(276)][t(282)][t(239)](r),i}[Qi(273)](){const t=Qi,e=this[t(242)],n=e[t(287)],i=e[t(245)][t(290)](t(235)),r=e[t(245)][t(290)](t(234));function s(r){const s=t;e[s(277)][s(290)](s(244))&&""===r[s(248)]?r[s(275)][s(246)]=$n(n,s(270)):(e[s(245)][s(290)](Oi)[s(293)]({name:r[s(248)]}),i[s(252)]())}this[t(260)]||(this[t(296)](),this[t(260)].on(t(274),(()=>s(this[t(260)])))),this[t(260)][t(272)](),i[t(289)]({id:t(229),title:$n(n,t(280)),isModal:!0,content:this[t(260)],actionButtons:[{label:$n(e[t(287)],t(249)),withText:!0,onExecute:()=>i[t(252)]()},{label:$n(e[t(287)],t(291)),class:t(254),withText:!0,onCreate(n){const i=t;n[i(271)](i(266)).to(r,i(284),r,i(266),e,i(238),((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this[t(260)])}]})}[Qi(296)](){const t=Qi,e=this[t(242)],n=e[t(287)];this[t(260)]=new Ki(n,e[t(277)][t(290)](t(244))),this[t(260)][t(264)]()}}function er(t,e){const n=ir();return(er=function(t,e){return n[t-=310]})(t,e)}const nr=er;function ir(){const t=["setTemplate","focus","ck-annotation","4154408sUtDnN","105669QbOPGj","bindTemplate","66bkWbaa","data","Suggested by","1018520vqTeNd","ck-revision-change__label","set","3RIslUl","_model","add","818725JGpTcv","Removed by","11FGhNyr","isSuggestion","605927eYjhOT","ck-revision-change","changeId","167889KRZuok","Added by","element","div","144UMLNjY","type","span","name","749676PrKiJj","author","ck-revision-change__"];return(ir=function(){return t})()}!function(t){const e=er,n=t();for(;;)try{if(574899===parseInt(e(329))/1+-parseInt(e(337))/2*(-parseInt(e(319))/3)+parseInt(e(310))/4+-parseInt(e(322))/5+parseInt(e(313))/6*(-parseInt(e(326))/7)+-parseInt(e(333))/8*(-parseInt(e(311))/9)+-parseInt(e(316))/10*(parseInt(e(324))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class rr extends Ei.View{constructor(t,e){const n=er;super(t),this[n(320)]=e,this[n(328)]=e.id;const i=this[n(312)],r=$n(t,e[n(314)][n(325)]?n(315):n(321)==e[n(334)]?n(330):n(323));this[n(318)](n(334),e[n(334)]),this[n(340)]({tag:n(332),attributes:{class:[n(342),n(327),i.to(n(334),(t=>n(339)+t))],tabindex:-1},children:[{tag:n(335),children:[{tag:n(335),attributes:{class:[n(317)]},children:[{text:r}]},{text:" "+e[n(338)][n(336)]}]}]})}[nr(341)](){const t=nr;this[t(331)][t(341)]()}}var sr=ar;function or(){var t=["15bdCPxg","1408998gDBhZS","1833nNCwhA","author","rootName","1vHCNvl","2156paBLhX","56drSKeo","data","set","type","87416QWoEGL","createdAt","30290fiotky","10444aBIjLs","48588GlgWIT","toJSON","531XpGojt","241942BQNNIb","5ZmzJql"];return(or=function(){return t})()}function ar(t,e){var n=or();return(ar=function(t,e){return n[t-=423]})(t,e)}!function(t){for(var e=ar,n=t();;)try{if(137061===parseInt(e(435))/1*(-parseInt(e(428))/2)+parseInt(e(430))/3*(parseInt(e(424))/4)+parseInt(e(429))/5*(-parseInt(e(431))/6)+-parseInt(e(441))/7*(-parseInt(e(437))/8)+parseInt(e(427))/9*(-parseInt(e(423))/10)+parseInt(e(436))/11+-parseInt(e(425))/12*(-parseInt(e(432))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(or);class cr extends((0,t.ObservableMixin)()){constructor(e){var n=ar;super(),this.id=e.id||(0,t.uid)(),this[n(433)]=e[n(433)],this[n(440)]=e[n(440)],this[n(438)]=e[n(438)]||{},this[n(434)]=e[n(434)],this[n(439)](n(442),e[n(442)])}[sr(426)](){var t=sr;return{id:this.id,authorId:this[t(433)].id,type:this[t(440)],data:this[t(438)],createdAt:this[t(442)]}}}function ur(){const t=["oldRevisionId","add","_setChanges","2802528LnnseV","194055BqsuJI","9hKiZrM","7505091PMlJoU","180488zHQGAP","newRevisionId","34334SirkPr","2086182HYEhbG","4dmpJrx","57myNTXX","164410plXulY","7NnXbIs","changes"];return(ur=function(){return t})()}const lr=hr;function hr(t,e){const n=ur();return(hr=function(t,e){return n[t-=261]})(t,e)}!function(t){const e=hr,n=t();for(;;)try{if(195371===-parseInt(e(270))/1+parseInt(e(272))/2*(-parseInt(e(275))/3)+-parseInt(e(274))/4*(-parseInt(e(267))/5)+-parseInt(e(273))/6*(-parseInt(e(261))/7)+-parseInt(e(266))/8+-parseInt(e(268))/9*(parseInt(e(276))/10)+parseInt(e(269))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ur);class dr{constructor(e,n){const i=hr;this[i(271)]=e,this[i(263)]=n,this[i(262)]=new t.Collection}[lr(265)](t){const e=lr;for(const n of t)this[e(262)][e(264)](n)}}var fr=n(536),vr={attributes:{"data-cke":!0}};vr.setAttributes=zi(),vr.insert=Pi().bind(null,"head"),vr.domAPI=Di(),vr.insertStyleElement=Zi();Vi()(fr.A,vr);fr.A&&fr.A.locals&&fr.A.locals;const mr=pr;function pr(t,e){const n=gr();return(pr=function(t,e){return n[t-=286]})(t,e)}!function(t){const e=pr,n=t();for(;;)try{if(976598===parseInt(e(457))/1+parseInt(e(414))/2*(parseInt(e(544))/3)+parseInt(e(431))/4*(parseInt(e(443))/5)+-parseInt(e(384))/6+parseInt(e(355))/7+-parseInt(e(491))/8+-parseInt(e(373))/9*(parseInt(e(499))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gr);const yr={c:Gn.ViewContainerElement,a:Gn.ViewAttributeElement,e:Gn.ViewEmptyElement,r:Gn.ViewRawElement,u:Gn.ViewUIElement};function gr(){const t=["target","pairId","add","704112ZABhnB","createRevision","RevisionsRepository","getItems","createPositionBefore","split","removeMarker:revision","comment","17638730QevUgV","clear","backward","catch","attributesBefore","isInline","modelRange","getLaterVisibleRevision","refresh","_data","WidgetToolbarRepository","getChild","data","writer","revisionHistoryLabel","ck-editor__editable__overlay","_markInsertions","createPositionFromPath","revision:","attributes","_getDiff","slice","showStack","domEvent","toData","stop","change:numberOfChanges","enableReadOnlyMode","dataToMarker","forceDisabled","text","insert","revision-suggestion:","downcastDispatcher","revisionHistory","affectsData","editing","markerNameToElements","_revisions","maxOffset","highest","_getViewObj","isAdded","code","plugins","65997JmvFGc","dataDowncast","_makeTape","find","ck-suggestion-marker-","isEnabled","isPremiumPlugin","ck-suggestion-marker-split","insertions","nextSibling","end","diff","_setConversion","revisionHistoryAttachChange","init","merge","delete","removeMarker:revision-suggestion","done","config","listenTo","loadRevisionData","shift","repository","revision-suggestion","authors","mapViewToDom","parent","first","getRootNames","concat","_balloon","_setDistance","restoreRevision","getDomRoot","activeChange","keys","model","right","getRoot","addRevision","getAttributes","level","change:activeView","bottom","ck-suggestion-marker-merge","isIncorrect","isObject","splice","showNextChange","editingDowncast","getIndex","changes","span","type","_processTape","conversion","elementToAttribute","return","get","_cleanMarkers","left","revision","values","getAttribute","marked","getRevision","object","isEqual","getCustomProperty","ck-suggestion-preview-marker","addRoot","diffData","pluginName","indexOf","range","parse","oldRevisionId","high","currentChangeNumber","isAtStart","change","addRevisionData","getRevisionRootsAttributes","ck-suggestion-preview-marker-","element:pre","default","_refreshStartEndIndex","deletion","resolve","filter","startIndex","attribute:vid","revision-end","isAtEnd","markerRange","element","changeId","_activeViewTarget","destroy","_sortAndFilterDiffChanges","for","compare","createRangeIn","unshift","isSuggestion","revision-comment:","enqueueChange","getRevisionData","isLimit","item","rootName","removeMarker","_fixObsoleteTags","ck-revision-history-root--active","data-change-id","length","bindElementToMarker","consumable","ck-revision-history-root-","document","_threeWayMerge","map","markers","remove","isCollapsed","addMarker:revision-suggestion:insertion","useFillerType","_getViewForChange","sort","locale","checkAttribute","schema","ck-revision-history-root-remove","isBlock","_removeUnsupportedChanges","reconvertMarker","nextPosition","_update","then","attributesAfter","side","_makeModelFromTape","isBefore","findIndex","isRemoved","change:isReady","observeMarkers","numberOfChanges","11204319wwFvRJ","editor","suggestion","mouseover","_joinTapes","_cleanUp","mousedown","_markMismatchedRemovedTags","createRange","revision-viewer","push","isRemoveSuggestion","error","ck-revision-history-root-add","restoreRevisionCallback","string","_changeIdToChange","isAddSuggestion","9KeoMai","_setChanges","consume","suggestion:","abs","-new","ck-suggestion-marker","newRevisionId","addMarker:revision-suggestion:deletion","_getChangeFromId","has","11564328FYiJru","change:activeChange","next","isAfter","forward","offsetSize","pop","nodeAfter","insertion","set","isNavigationMode","startsWith","_markMarkers","vid_end","children","createAttributeElement","markerToHighlight","adapter","elementStart","RevisionViewer","isAttached","isOnRoot","getWalker","userId","removeAttribute","_makeModelFromViewString","toModel","domConverter","attachChange","mapper","86TbWBUl","wrap","activeView","previousPosition","softBreak","hasClass","POSITIVE_INFINITY","change:isEnabled","view","markerName","selection","roots","collaboration.channelId","_appendChild","_getRevisionsRange","endIndex","upcast","6163988pCKbZp","toViewElement","flat","low","index","updatePosition","name","markersStart","all","markersEnd","isOfficialPlugin","forEach","5VwsDZe","vid","ck-suggestion-marker--active","addHighlight","processor","from","toViewPosition","setAttribute","toViewRange","showPreviousChange","uiElement","vid_start","markerToData","createUIElement","668302KJSvBl","_removeMissingPairs","addMarker:revision","_changeView","detachRoot","execute","_step","getClientRects","top","_findChangeIdFromDomTarget","addClass","hasAttribute","_removeRevisionMarkers","elementEnd","_markSuggestions","commands","isContent","start","_initInteractions","isReady","deletions","distance","test","bind","revision-start","unbindElementFromMarkerName","requires","viewItem","includes","data-revision-","removeClass"];return(gr=function(){return t})()}class kr extends Wn.Plugin{static get[mr(617)](){return mr(403)}static get[mr(441)](){return!0}static get[mr(550)](){return!0}static get[mr(483)](){return[Jn.Users,Ei.ContextualBalloon,Qn]}constructor(t){const e=mr;super(t),this[e(567)]=this[e(356)][e(543)][e(603)](e(493)),this[e(393)](e(579),null),this[e(393)](e(416),null),this[e(304)]=null,this[e(393)](e(555),null),this[e(393)](e(476),!1),this[e(393)](e(549),!0),this.on(e(421),((t,n,i)=>{const r=e;this[r(579)]=null,this[r(416)]=null,this[r(356)][r(535)][r(422)][r(287)]((t=>{const e=r;for(const n of this[e(356)][e(535)][e(422)][e(326)][e(425)])i?t[e(487)](e(514),n):t[e(467)](e(514),n)}))})),this[e(480)](e(394)).to(this,e(579),(t=>null!==t)),this[e(480)](e(623)).to(this,e(476),this,e(555),this,e(579),((t,n,i)=>t&&i?n[e(596)][e(595)](i):0)),this[e(480)](e(354)).to(this,e(476),this,e(555),((t,n)=>t?n[e(596)][e(322)]:0)),this[e(460)]=null,this[e(371)]=new Map,this[e(401)]=null,this[e(575)]=this[e(356)][e(543)][e(603)](Ei.ContextualBalloon)}[mr(558)](){const t=mr,e=this[t(356)],n=new wr(e,{direction:t(501)}),i=new wr(e,{direction:t(388)});e[t(472)][t(490)](t(452),n),e[t(472)][t(490)](t(593),i),e[t(472)][t(490)](t(577),new _r(e)),this.on(t(525),(()=>{const e=t;n[e(507)](),i[e(507)]()})),this[t(556)](),this[t(475)](),e[t(526)](t(364)),e[t(543)][t(383)](t(509))&&e[t(543)][t(603)](t(509))[t(528)](t(364))}async[mr(314)](t){const e=mr;await this[e(565)](t);const n={};for(const i in t[e(616)]){if(t[e(616)][i][e(412)]&&!t[e(616)][i][e(412)][e(404)])continue;const r=this[e(469)](JSON[e(620)](t[e(616)][i][e(552)])),s=this[e(356)][e(535)][e(422)][e(326)],o=new Gn.ViewDocumentFragment(s,r[e(328)]((t=>this[e(540)](t))));this[e(356)][e(511)][e(447)][e(333)](e(609)),n[i]=this[e(356)][e(511)][e(447)][e(523)](o),this[e(356)][e(511)][e(447)][e(333)](e(292))}return n}async[mr(289)](t){const e=mr;await this[e(565)](t);const n={};for(const i in t[e(616)])t[e(616)][i][e(412)]&&!t[e(616)][i][e(412)][e(404)]||(n[i]=t[e(616)][i][e(346)]||{});return n}[mr(469)](t){const e=mr;return(t=t[e(296)]((t=>!t[e(437)]||e(481)!==t[e(437)]&&e(299)!==t[e(437)])))[e(442)]((t=>{const n=e;n(370)!=typeof t&&(t[n(398)]=this[n(469)](t[n(398)]),t[n(518)]=t[n(518)][n(296)]((t=>!t[0][n(395)](n(486)))))})),t}async[mr(308)](t,e,n=!1){const i=mr;if(!this[i(549)])return;const r=this[i(555)],s=this[i(567)],o=i(370)==typeof t?s[i(610)](t):t,a=i(370)==typeof e?s[i(610)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(555)]&&this[i(555)][i(380)]===c&&this[i(555)][i(621)]===u)return Promise[i(295)]();this[i(476)]=!1,this[i(416)]=null,this[i(579)]=null,this[i(555)]=new dr(c,u);const l=this[i(428)](o,a,!0)[i(328)]((t=>this[i(565)](t)));return l[i(365)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(439)](l)[i(345)]((()=>{const t=i;if(!this[t(549)])return;this[t(360)]();const e=this[t(519)](c,u);for(const n of e[t(596)])this[t(371)][t(393)](n.id,n);this[t(356)][t(581)][t(313)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(356)][i(581)][i(326)][i(573)]())n[i(461)](t);for(const t of Object[i(580)](e[i(581)])){const r=n[i(615)](t);for(const s of Object[i(580)](e[i(518)][t]))n[i(450)](s,e[i(518)][t][s],r);n[i(530)](e[i(581)][t],r,0)}})),this[t(555)][t(374)](this[t(306)](e[t(596)])),this[t(476)]=!0}))[i(502)]((t=>{const e=i;console[e(367)](t),this[e(360)](),r&&(this[e(555)]=r),this[e(476)]=!0}))}[mr(288)](t,e){const n=mr,i=this[n(567)][n(492)](t);return i.on(n(344),((t,n,r)=>e(n,r,i))),this[n(567)][n(584)](i),i}[mr(565)](t){const e=mr;if(!t||t[e(616)])return Promise[e(295)]();{const n=this[e(356)][e(563)][e(603)](e(426));return this[e(401)][e(610)]({channelId:n,revisionId:t.id})[e(345)]((n=>{const i=e;t[i(344)]({diffData:n[i(616)]},!0)}))}}[mr(360)](){const t=mr;this[t(579)]=null,this[t(604)](),this[t(460)]&&this[t(460)][t(305)](),this[t(460)]=null,this[t(371)][t(500)](),this[t(356)][t(581)][t(313)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(356)][n(581)][n(326)][n(573)]())e[n(461)](t)}))}[mr(306)](t){const e=mr,n=[],i=new Map;for(const t of this[e(356)][e(581)][e(326)][e(573)]()){const r=this[e(356)][e(535)][e(422)][e(578)](t);if(!r)continue;const s=r[e(464)]()[e(316)](0);s&&(n[e(365)](t),i[e(393)](t,s))}return n[e(335)](((t,n)=>{const r=e,s=i[r(603)](t),o=i[r(603)](n);return s.y-o.y||s.x-o.x})),(t=t[e(296)]((t=>n[e(485)](t[e(317)]))))[e(335)](((t,i)=>n[e(618)](t[e(317)])-n[e(618)](i[e(317)]))),t}[mr(546)](t){const e=mr,n=Array[e(448)](t[e(329)])[e(296)]((([t,n])=>t[e(395)](e(517))&&!n[e(331)])),i=Array[e(448)](this[e(356)][e(581)][e(309)](t)[e(406)]({singleCharacters:!0}));if(0!=n[e(322)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(496)](":");if(r[e(554)][e(612)](t[e(343)])&&n[e(566)](),(t[e(417)][e(612)](r[e(474)])||t[e(417)][e(387)](r[e(474)]))&&(e(392)==s?t[e(541)]={userId:o}:e(294)==s&&(t[e(351)]={userId:o})),0==n[e(322)])break}return i}[mr(293)](t){const e=mr,n=new Map;for(let i=0;i<t[e(322)];i++)e(529)===t[i][e(598)]?(t[i][e(316)][e(297)]=i,t[i][e(316)][e(429)]=i):(e(402)===t[i][e(598)]?t[i][e(316)][e(297)]=i:e(470)===t[i][e(598)]&&(t[i][e(316)][e(429)]=i),n[e(393)](t[i].id,i));for(const i of n[e(607)]())e(402)===t[i][e(598)]?t[i][e(316)][e(429)]=n[e(603)](t[i][e(489)]):e(470)===t[i][e(598)]&&(t[i][e(316)][e(297)]=n[e(603)](t[i][e(489)]))}[mr(599)](t){const e=mr;for(let n=0;n<t[e(322)];n++){if(e(402)===t[n][e(598)])t[n][e(316)][e(297)]=n;else if(e(470)===t[n][e(598)]){t[n][e(316)][e(429)]=n;const i=t[n][e(316)][e(297)];t[i][e(489)]=t[n].id,t[n][e(489)]=t[i].id}else t[n][e(316)][e(297)]=n,t[n][e(316)][e(429)]=n,t[n][e(489)]=null;t[n][e(438)]||(t[n][e(438)]=[],t[n][e(440)]=[])}}[mr(515)](t,e){const n=mr,i=t[n(296)]((t=>!t[n(541)]));for(let t=0;t<e[n(322)];t++)e[t][n(541)]&&(i[t][n(541)]=e[t][n(541)])}[mr(409)](t){const e=mr,n=JSON[e(620)](t),i=this[e(356)][e(535)][e(422)][e(326)],r=new Gn.ViewDocumentFragment(i,n[e(328)]((t=>this[e(540)](t))));return this[e(356)][e(511)][e(410)](r)}[mr(540)](t){const e=mr,n=this[e(356)][e(535)][e(422)][e(326)];if(e(370)==typeof t)return new Gn.ViewText(n,t);{const i=t[e(398)][e(328)]((t=>this[e(540)](t)));return new(yr[t[e(598)]]||Gn.ViewElement)(n,t[e(437)],t[e(518)],i)}}[mr(519)](t,e=null){const n=mr,i=this[n(567)][n(610)](t),r=e?this[n(567)][n(610)](e):null,s=this[n(428)](i,r),o=s[s[n(322)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(322)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(580)](e[n(616)]))if(e[n(616)][t][n(412)]){const i=e[n(616)][t][n(412)];i[n(404)]?(u[n(490)](t),l[n(383)](t)&&l[n(603)](t)[n(407)]==i[n(407)]?l[n(560)](t):l[n(393)](t,i)):l[n(383)](t)?(u[n(560)](t),l[n(560)](t)):(u[n(490)](t),l[n(393)](t,i))}else u[n(490)](t)}for(const t of u){const e=l[n(383)](t)&&!l[n(603)](t)[n(404)];let i=e?s[n(322)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(616)][t]){const i=e?o[n(616)][t][n(503)]:o[n(616)][t][n(346)];c[n(518)][t]=i?yn(i):{};break}i+=r}}for(const t of s){t[n(581)]={};for(const e of t[n(569)])a[n(393)](e.id,e);for(const e of u){const i=t[n(616)][e]?t[n(616)][e][n(552)]:"[]",r=t[n(616)][e]?t[n(616)][e][n(477)]:"[]";t[n(581)][e]={insertions:this[n(409)](i),deletions:this[n(409)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(448)](i[n(581)][t][n(552)][n(329)])[n(296)]((([t])=>!t[n(395)](n(517)))));let h=0;for(const o of s){const s=this[n(546)](o[n(581)][t][n(552)]);o==i?(e=s,r=e[n(322)],e[n(442)]((t=>{t.id=h++})),this[n(599)](e)):this[n(515)](e,s);const a=e[n(296)]((t=>!t[n(541)]))[n(328)]((t=>t.id));let c=0;const l=this[n(546)](o[n(581)][t][n(477)]);l[n(442)]((t=>{t[n(351)]?t.id=r++:t.id=a[c++]})),this[n(599)](l),this[n(576)](e,n(541)),this[n(576)](l,n(351)),o==i&&this[n(396)](e,u),e=this[n(359)](e,l),this[n(293)](e),this[n(576)](e,n(351))}e=e[n(296)]((t=>!(t[n(541)]&&t[n(351)])));const d=new Map(o[n(581)][t][n(477)][n(329)]),f=new Set(u[n(580)]());for(const t of d[n(580)]())f[n(560)](t);this[n(471)](e,f),this[n(319)](e),e=this[n(458)](e),e=this[n(362)](e),e=this[n(341)](e);const{root:v,changes:m}=this[n(348)](e,a,t);c[n(581)][t]=v;const p=l[n(603)](t);if(p){const e=a[n(603)](p[n(407)]),i=new cr({author:e,type:p[n(404)]?n(490):n(330),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(310)](i),c[n(518)][t][n(557)]=i.id}c[n(596)]=c[n(596)][n(574)](m)}return c}[mr(396)](t,e){const n=mr;for(let i=0;i<t[n(322)];i++)for(const[r,s]of e)s[n(474)][n(612)](t[i][n(417)])&&t[i][n(438)][n(365)](r),s[n(554)][n(612)](t[i][n(343)])&&t[i][n(440)][n(365)](r)}[mr(359)](t,e){const n=mr;let i=[],r=0,s=0;for(;r<t[n(322)]||s<e[n(322)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(365)](o);else if(a[n(351)]&&o[n(541)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(327)](t,r,e,s);i=i[n(574)](o),r=a,s=c}else a[n(351)]?(s++,i[n(365)](a)):(r++,i[n(365)](o))}return i}[mr(471)](t,e){const n=mr,i=[];for(let o=0;o<t[n(322)];o++){for(let s=0;s<t[o][n(438)][n(322)];s++){const a=t[o][n(438)][s];if(!e[n(383)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(568)!=c||n(392)!=u&&n(294)!=u||(i[n(310)]({type:u,name:a,userId:l}),t[o][n(438)][n(592)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(440)][n(322)];s++){const a=t[o][n(440)][s];if(!e[n(383)](a))continue;const{group:c,type:u}=r(a);if(n(568)!=c||n(392)!=u&&n(294)!=u)continue;t[o][n(440)][n(592)](s,1),s--;const l=i[n(350)]((t=>t[n(437)]==a));l>-1&&i[n(592)](l,1)}}function r(t){const e=n,i=t[e(496)](":");return{group:i[0],type:i[1],subType:i[e(322)]>=5?i[2]:null,id:i[e(322)]<5?i[2]:i[3],authorId:i[e(322)]<5?i[3]:i[4],markerCount:6==i[e(322)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(322)];n++){if(t[e(541)]&&e(392)==i[n][e(598)])return t[e(372)]=i[n],void delete t[e(541)];if(!t[e(541)]&&!t[e(351)]&&e(294)==i[n][e(598)])return void(t[e(366)]=i[n])}}}[mr(576)](t,e){const n=mr;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(393)](o.id,i);for(let i=0;i<t[n(322)];i++){if(n(351)==e&&t[i][n(541)]||n(541)==e&&t[i][n(351)])continue;if(n(529)==t[i][n(598)]){t[i][n(478)]=0;continue}const r=s[n(603)](t[i][n(489)]),o=s[n(603)](t[i].id);t[i][n(478)]=r-o}}[mr(428)](t,e,n=!1){const i=mr,r=[];let s=this[i(567)][i(595)](t),o=this[i(567)][i(595)](e);for(-1==o&&(o=this[i(567)][i(537)][i(322)],n=!1);s<o;)r[i(365)](this[i(567)][i(610)](s)),s++;return n&&r[i(365)](this[i(567)][i(610)](s)),r}[mr(327)](t,e,n,i){const r=mr,s=this[r(356)][r(581)][r(338)];let o=e;for(;t[o]&&t[o][r(541)];)o++;let a=i;for(;n[a]&&n[a][r(351)];)a++;u(t,e,o),u(n,i,a);const c=n[r(520)](i,a)[r(574)](t[r(520)](e,o));return c[r(335)](((t,e)=>t[r(347)]!=e[r(347)]?t[r(347)]-e[r(347)]:t[r(586)]!=e[r(586)]?t[r(586)]-e[r(586)]:t[r(478)]!=e[r(478)]?e[r(478)]-t[r(478)]:!!t[r(541)]!=!!e[r(541)]?-1==t[r(347)]||0==t[r(347)]?t[r(541)]?-1:1:t[r(541)]?1:-1:t[r(435)]-e[r(435)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(420)],c=!0;for(let r=e;r<n;r++)if(s[i(504)](t[r][i(316)])||(c=!1),t[r][i(316)][i(297)]<e&&(o=r),t[r][i(316)][i(429)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(347)]=r<=o?-1:r<a?0:1,t[r][i(435)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(478)]?t[n][i(586)]=u:(u++,t[n][i(586)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(347)]&&(t[r][i(586)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(478)]?t[e][i(586)]=u:(u--,t[e][i(586)]=u,u--)}}[mr(319)](t){const e=mr,n=new Map,i=this[e(356)][e(581)][e(338)];for(let r=1;r<t[e(322)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(529)==c[e(598)])continue;if(c[e(598)]!=u[e(598)])continue;if(!i[e(340)](u[e(316)])||i[e(315)](u[e(316)]))continue;if(!i[e(340)](c[e(316)])||i[e(315)](c[e(316)]))continue;if((t[r][e(541)]||t[r][e(372)])&&t[r-1][e(351)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(351)]||!t[r-1][e(541)]&&!t[r-1][e(372)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(586)]==o[e(586)],h=Math[e(377)](s[e(586)])<Math[e(377)](o[e(586)])&&0==o[e(478)];(l||h)&&(n[e(393)](o.id,s.id),t[e(592)](a,1),r--,s[e(541)]=!1)}for(let i=0;i<t[e(322)];i++)n[e(383)](t[i][e(489)])&&(t[i][e(489)]=n[e(603)](t[i][e(489)]))}[mr(458)](t){const e=mr,n=new Set(t[e(328)]((t=>t.id)));for(let i=0;i<t[e(322)];i++)n[e(383)](t[i][e(489)])||0==t[i][e(478)]||(t[i][e(590)]=!0);return t[e(296)]((t=>!t[e(590)]))}[mr(362)](t){const e=mr,n=new Set;for(let i=0;i<t[e(322)];i++){if(n[e(383)](t[i].id)&&t[i][e(351)]&&(t[i][e(590)]=!0),t[i][e(590)])continue;if(0==t[i][e(478)])continue;if(e(402)!=t[i][e(598)])continue;if(null==t[i][e(489)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(489)];)e(402)==t[r][e(598)]?s++:e(470)==t[r][e(598)]&&s--,r++;if(0!=s)if(t[i][e(351)])t[i][e(590)]=!0;else for(;r!=i;)t[r][e(351)]&&0!=t[r][e(478)]&&(t[r][e(590)]=!0,n[e(490)](t[r][e(489)])),r--}return t[e(296)]((t=>!t[e(590)]))}[mr(341)](t){const e=mr,n=this[e(356)][e(581)][e(338)];for(let i=0;i<t[e(322)];i++){if(!(t[i][e(541)]||t[i][e(372)]||t[i][e(351)]||t[i][e(366)]))continue;if(0==t[i][e(478)])continue;const r=t[i][e(316)];n[e(340)](r)||n[e(315)](r)||(t[i][e(541)]&&delete t[i][e(541)],t[i][e(372)]&&delete t[i][e(372)],t[i][e(366)]&&delete t[i][e(366)],t[i][e(351)]&&(t[i][e(590)]=!0))}return t[e(296)]((t=>!t[e(590)]))}[mr(348)](t,e,n){const i=mr,r=new Gn.DocumentFragment,s=[],o=new Map,a=this[i(356)][i(581)],c=a[i(338)],u=[r],l={},h={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let d=null;const f=[0];for(let e=0;e<t[i(322)];e++)if(i(402)===t[e][i(598)]){t[e][i(417)]=a[i(516)](r,f);const n=new Gn.Element(t[e][i(316)][i(437)],t[e][i(316)][i(585)]());u[0][i(427)](n),f[i(365)](0),u[i(310)](n),t[e][i(343)]=a[i(516)](r,f)}else i(470)===t[e][i(598)]?(u[i(566)](),t[e][i(417)]=a[i(516)](r,f),f[i(390)](),f[f[i(322)]-1]++,t[e][i(343)]=a[i(516)](r,f)):(t[e][i(417)]=a[i(516)](r,f),d?d[i(508)]+=t[e][i(316)][i(511)]:d=new Gn.Text(t[e][i(316)][i(511)],t[e][i(316)][i(585)]()),t[e+1]&&i(529)===t[e+1][i(598)]&&p(d,t[e+1][i(316)])||(u[0][i(427)](d),d=null),f[f[i(322)]-1]+=t[e][i(316)][i(389)],t[e][i(343)]=a[i(516)](r,f));for(let e=0;e<t[i(322)];e++){const n=t[e][i(417)],r=t[e][i(343)];for(const r of t[e][i(438)])o[i(393)](r,{start:n,end:null});v(i(366),e,n,r),v(i(372),e,n,r),v(i(351),e,n,r),v(i(541),e,n,r);for(const n of t[e][i(440)])o[i(603)](n)[i(554)]=r}for(const[t,e]of o){const n=this[i(356)][i(581)][i(363)](e[i(474)],e[i(554)]);r[i(329)][i(393)](t,n)}return s[i(335)](((t,e)=>{const n=i,s=r[n(329)][n(603)](n(517)+t.id),o=r[n(329)][n(603)](n(517)+e.id);return s[n(474)][n(349)](o[n(474)])?-1:s[n(474)][n(387)](o[n(474)])?1:s[n(554)][n(349)](o[n(554)])?-1:s[n(554)][n(387)](o[n(554)])?1:n(490)===t[n(598)]?-1:1})),{root:r,changes:s};function v(e,n,r,s){const o=i,a=!!t[n][e],u=a?t[n][e][o(407)]:null,d=n===t[o(322)]-1,f=h[e][0],v=c[o(591)](t[n][o(316)]);!l[e]&&a?l[e]={start:r,tapeItem:t[n],userId:u,type:e}:l[e]&&!a?(l[e][o(554)]=r,m(l[e]),l[e]=null):l[e]&&a&&l[e][o(407)]!==u&&(l[e][o(554)]=r,f&&f[o(407)]===l[e][o(407)]||m(l[e]),l[e]={start:r,tapeItem:t[n],userId:u,type:e}),l[e]&&v&&(o(402)!==t[n][o(598)]||f&&f[o(407)]===u||h[e][o(310)]({userId:u,object:t[n][o(316)],change:l[e]}),o(470)===t[n][o(598)]&&f&&f[o(611)]===t[n][o(316)]&&(h[e][o(566)](),l[e]=f[o(287)])),l[e]&&d&&(l[e][o(554)]=s,m(l[e]),l[e]=null)}function m({start:t,end:o,tapeItem:c,userId:u,type:l}){const h=i,d=c[h(316)],f=a[h(338)][h(340)](d)&&!a[h(338)][h(315)](d),v=t[h(391)]==o[h(571)]&&o[h(286)];if(f&&v)return;const m=a[h(363)](t,o),p=e[h(603)](u),y=new cr({author:p,type:h(541)==l||h(372)==l?h(490):h(330),data:{isSuggestion:h(372)==l||h(366)==l},createdAt:new Date,rootName:n});s[h(365)](y),r[h(329)][h(393)](h(517)+y.id,m)}function p(t,e){const n=i,r=t[n(585)](),s=e[n(585)]();for(const t of r){if(t[1]!==e[n(608)](t[0]))return!1;s[n(386)]()}return s[n(386)]()[n(562)]}}[mr(556)](){const t=mr;this[t(356)][t(600)][t(307)](t(430))[t(527)]({view:t(606)}),this[t(356)][t(600)][t(307)](t(594))[t(400)]({model:t(606),view:e=>{const n=t,i=e[n(423)][n(496)](":")[1],r=this[n(382)](i);if(!r)return null;const s=n(490)==r[n(598)]?n(392):n(294),o=[n(379),n(548)+s];return r[n(511)][n(311)]&&o[n(365)](n(548)+s+n(378)),this[n(579)]==r&&o[n(365)](n(445)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(356)][t(600)][t(307)](t(430))[t(490)]((e=>{const n=t;e.on(n(291),((t,e,i)=>{const r=n,s=e[r(484)][r(510)](0);if(!s||!s.is(r(302),r(542)))return;if(!i[r(324)][r(375)](s,{attributes:[r(454),r(397)]}))return;const o=e[r(505)][r(474)][r(391)];i[r(512)][r(450)](r(454),s[r(608)](r(454)),o),i[r(512)][r(450)](r(397),s[r(608)](r(397)),o)}),{priority:n(434)})})),this[t(356)][t(600)][t(307)](t(430))[t(490)]((e=>{const n=t;e.on(n(302),((t,e,i)=>{const r=n;if(!i[r(324)][r(375)](e[r(484)],{attributes:[r(454),r(397)]}))return;if(e[r(505)][r(331)])return;const s=e[r(505)][r(474)][r(391)];s[r(468)](r(454))||s[r(468)](r(444))||(i[r(512)][r(450)](r(454),e[r(484)][r(608)](r(454)),s),i[r(512)][r(450)](r(397),e[r(484)][r(608)](r(397)),s))}),{priority:n(434)})})),this[t(356)][t(600)][t(307)](t(430))[t(601)]({view:{name:t(597),attributes:{vid:!0}},model:{key:t(444),value:e=>e[t(608)](t(444))}}),this[t(356)][t(581)][t(338)].on(t(337),((e,[,n])=>{const i=t;[i(454),i(397),i(444)][i(485)](n)&&(e[i(602)]=!0,e[i(524)]())}),{priority:t(539)}),this[t(356)][t(600)][t(307)](t(545))[t(490)]((e=>{const n=t;e.on(n(298),((t,e,i)=>{const r=n;if(" "!=e[r(316)][r(511)]||e[r(316)][r(571)][r(538)]>1)return;if(!i[r(324)][r(375)](e[r(316)],t[r(437)]))return;const s=i[r(512)],o=i[r(413)][r(451)](e[r(619)]);s[r(415)](o,s[r(399)](r(597)))}))})),this[t(356)][t(600)][t(307)](t(545))[t(455)]({model:t(606)}),this[t(356)][t(535)][t(532)].on(t(459),function(e){const n=t,i=e[n(543)][n(603)](n(403));return(t,r,s)=>{const o=n,a=r[o(423)][o(496)](":")[1],c=i[o(382)](a);if(!c)return null;const u=o(490)==c[o(598)]?o(496):o(559);if(!s[o(324)][o(479)](r[o(301)],t[o(437)]))return;const l=r[o(301)][o(406)](),h=r[o(301)][o(474)],d=e[o(581)][o(338)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(316)];m=m||d[o(473)](e);const n=s[o(413)][o(432)](e);if(n&&n[o(613)](o(446)))return;o(470)==t[o(598)]&&d[o(340)](e)&&!d[o(315)](e)&&(e[o(553)]||h[o(300)]?f&&f[o(571)]==e||(f=e,y(t[o(417)]),p=!0):v=v||t[o(417)])}function y(t){const e=o,n=s[e(512)][e(456)](e(597),{class:e(548)+u}),a=s[e(413)][e(449)](t);c[e(511)][e(311)]&&s[e(512)][e(467)](e(548)+u+e(378),n),i[e(579)]==c&&s[e(512)][e(467)](e(445),n),s[e(512)][e(530)](a,n),s[e(413)][e(323)](n,r[e(423)])}m||p||!v||y(v)}}(this[t(356)]),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(497),((e,n,i)=>{const r=t,s=i[r(413)][r(536)](n[r(423)]);if(s)for(const t of s)(t[r(419)](r(551))||t[r(419)](r(589)))&&(i[r(413)][r(482)](t,n[r(423)]),i[r(512)][r(330)](t))}),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(459),((e,n,i)=>{const r=t,s=n[r(423)][r(496)](":")[1],o=this[r(382)](s);if(!o)return null;const a=r(490)==o[r(598)]?r(496):r(559);if(i[r(324)][r(479)](n[r(301)],e[r(437)]))for(const t of n[r(301)][r(494)]()){if(!t.is(r(302),r(418)))continue;const e=i[r(512)][r(456)](r(597),{class:r(548)+a}),s=i[r(413)][r(449)](this[r(356)][r(581)][r(495)](t));o[r(511)][r(311)]&&i[r(512)][r(467)](r(548)+a+r(378),e),this[r(579)]==o&&i[r(512)][r(467)](r(445),e),i[r(512)][r(530)](s,e),i[r(413)][r(323)](e,n[r(423)])}}),{priority:t(622)}),this[t(356)][t(581)][t(326)].on(t(287),(()=>{const e=t;this[e(356)][e(535)][e(422)][e(287)]((t=>{const n=e;for(const e of this[n(356)][n(581)][n(326)][n(573)]()){const i=this[n(356)][n(581)][n(326)][n(583)](e),r=this[n(356)][n(535)][n(422)][n(326)][n(583)](e);if(r){const e=i[n(608)](n(557));if(t[n(408)](n(321),r),t[n(487)](n(368),r),t[n(487)](n(339),r),t[n(487)](n(320),r),e){const i=this[n(382)](e);if(!i)return null;t[n(450)](n(321),e,r),t[n(467)](n(325)+i[n(598)],r),this[n(579)]==i&&t[n(467)](n(320),r)}}}}))})),this[t(356)][t(600)][t(307)](t(430))[t(527)]({view:t(498),model:e=>t(312)+e,converterPriority:t(539)}),this[t(356)][t(600)][t(307)](t(430))[t(527)]({view:t(357),model:e=>t(531)+e,converterPriority:t(539)}),this[t(356)][t(600)][t(307)](t(545))[t(455)]({model:t(568),view:e=>({name:t(376)+e,group:t(568)}),converterPriority:t(539)}),this[t(356)][t(600)][t(307)](t(594))[t(400)]({model:t(568),view:e=>{const n=t,i=e[n(423)][n(496)](":")[1];return n(392)!=i&&n(294)!=i?null:{classes:[n(614),n(290)+i]}}}),this[t(356)][t(535)][t(532)].on(t(381),br(this[t(356)],t(559)),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(332),br(this[t(356)],t(496)),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(561),((e,n,i)=>{const r=t,s=i[r(413)][r(536)](n[r(423)]);if(s)for(const t of s)t.is(r(453))&&(i[r(413)][r(482)](t,n[r(423)]),i[r(512)][r(330)](t))}),{priority:t(622)})}[mr(382)](t){const e=mr;return this[e(371)][e(603)](t)}[mr(334)](t){const e=mr;return this[e(460)]&&this[e(460)][e(305)](),this[e(460)]=new rr(this[e(356)][e(336)],t),this[e(460)]}[mr(475)](){const t=mr;this[t(356)][t(581)][t(326)][t(424)][t(353)](t(606)),this.on(t(587),((e,n,i,r)=>{const s=t;r&&this[s(575)][s(330)](r),i&&(this[s(575)][s(490)]({view:i,stackId:s(513),position:{target:()=>{const t=s,e=this[t(356)][t(535)],n=this[t(382)](i[t(303)]);let r;if(n[t(511)][t(405)]){const i=e[t(422)][t(578)](n[t(317)]);r=Array[t(448)](i[t(464)]())}else{const n=this[t(356)][t(581)][t(329)][t(603)](t(517)+i[t(303)]);r=Array[t(448)](e[t(413)][t(536)](n[t(437)]))[t(328)]((n=>e[t(422)][t(411)][t(570)](n)))[t(328)]((e=>Array[t(448)](e[t(464)]())))[t(433)]()}return this[t(304)]&&r[t(547)]((e=>e[t(465)]-3<=this[t(304)].y&&e[t(588)]+3>=this[t(304)].y&&e[t(605)]-3<=this[t(304)].x&&e[t(582)]+3>=this[t(304)].x))||r[0]}}}),this[s(575)][s(521)](s(513)))})),this.on(t(385),((e,n,i,r)=>{const s=t;this[s(416)]=i?this[s(334)](i):null,this[s(356)][s(581)][s(287)]((()=>{const t=s,e=this[t(356)][t(535)];r&&(r[t(511)][t(405)]?e[t(422)][t(287)]((n=>{const i=t;n[i(487)](i(320),e[i(422)][i(326)][i(583)](r[i(317)]))})):e[t(342)](t(517)+r.id)),i&&(i[t(511)][t(405)]?e[t(422)][t(287)]((n=>{const r=t;n[r(467)](r(320),e[r(422)][r(326)][r(583)](i[r(317)]))})):e[t(342)](t(517)+i.id))}))})),this[t(564)](this[t(356)][t(535)][t(422)][t(326)],t(358),((e,n)=>{const i=t;if(this[i(579)])return;const r=this[i(466)](n[i(488)]),s=this[i(371)][i(603)](r);s?(this[i(304)]={x:n[i(522)].x,y:n[i(522)].y},this[i(416)]=this[i(334)](s)):(this[i(304)]=null,this[i(416)]=null)})),this[t(564)](this[t(356)][t(535)][t(422)][t(326)],t(361),((e,n)=>{const i=t,r=this[i(466)](n[i(488)]),s=this[i(371)][i(603)](r);s?(this[i(304)]={x:n[i(522)].x,y:n[i(522)].y},s===this[i(579)]?this[i(575)][i(436)]():this[i(579)]=s):(this[i(304)]=null,this[i(579)]=null)}))}[mr(466)](t){const e=mr;do{const n=t[e(608)](e(321));if(n)return n;t=t[e(571)]}while(t);return null}[mr(604)](){const t=mr;this[t(356)][t(581)][t(287)]((e=>{const n=t;for(const t of this[n(356)][n(581)][n(329)])e[n(318)](t)}))}}function br(t,e){return(n,i,r)=>{const s=pr;if(!r[s(324)][s(479)](i[s(301)],n[s(437)]))return;const o=i[s(301)][s(406)](),a=i[s(301)][s(474)],c=t[s(581)][s(338)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(316)];h=h||c[s(473)](e);const n=r[s(413)][s(432)](e);if(n&&n[s(613)](s(446)))return;s(470)==t[s(598)]&&c[s(340)](e)&&!c[s(315)](e)&&(e[s(553)]||a[s(300)]?u&&u[s(571)]==e||(u=e,f(t[s(417)]),d=!0):l=l||t[s(417)])}function f(t){const n=s,o=r[n(413)][n(449)](t),a=r[n(512)][n(456)](n(597),{class:n(290)+e});r[n(512)][n(530)](o,a),r[n(413)][n(323)](a,i[n(423)])}h||d||!l||f(l)}}class _r extends Wn.Command{constructor(t){const e=mr;super(t);const n=t[e(543)][e(603)](kr);this[e(534)]=!1,this[e(564)](n,e(352),(()=>this[e(507)]())),this[e(564)](n,e(421),(()=>this[e(507)]()))}[mr(462)](){const t=mr,e=this[t(356)],n=e[t(543)][t(603)](kr),i=n[t(476)]?n[t(555)][t(380)]:null;e[t(563)][t(603)](t(533))[t(369)](i)}[mr(507)](){const t=mr,{isReady:e,isEnabled:n,repository:i,diff:r}=this[t(356)][t(543)][t(603)](kr),s=r&&i[t(506)](r[t(380)]);this[t(549)]=e&&n&&Boolean(s)}}class wr extends Wn.Command{constructor(t,{direction:e}){const n=mr;super(t);const i=t[n(543)][n(603)](kr);this[n(534)]=!1,this[n(463)]=n(388)===e?1:-1,this[n(564)](i,n(352),(()=>this[n(507)]())),this[n(564)](i,n(421),(()=>this[n(507)]())),this[n(564)](i,n(385),(()=>this[n(507)]()))}[mr(462)](){const e=mr,n=this[e(356)],i=n[e(543)][e(603)](kr),{isNavigationMode:r,currentChangeNumber:s}=i;let o;if(i[e(579)]=r?i[e(555)][e(596)][e(603)](s+this[e(463)]):i[e(555)][e(596)][e(572)],i[e(579)][e(511)][e(405)])o=n[e(535)][e(422)][e(578)](i[e(579)][e(317)]);else{const t=n[e(581)][e(329)][e(603)](e(517)+i[e(579)].id);o=(0,Jn.getMarkerDomElement)(n[e(535)],t)}(0,t.scrollViewportToShowTarget)({target:o,viewportOffset:40})}[mr(507)](){const t=mr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(356)][t(543)][t(603)](kr);this[t(549)]=!!(s&&r&&i)&&(!e||(1===this[t(463)]?n<i-1:n>0))}}var Ir=n(528),Or={attributes:{"data-cke":!0}};Or.setAttributes=zi(),Or.insert=Pi().bind(null,"head"),Or.domAPI=Di(),Or.insertStyleElement=Zi();Vi()(Ir.A,Or);Ir.A&&Ir.A.locals&&Ir.A.locals;function Sr(t,e){const n=Tr();return(Sr=function(t,e){return n[t-=427]})(t,e)}function Tr(){const t=["ck-revision-history-ui__changes-navigation","378RBsoHi","isBackwardNavigationEnabled","16rlodns","Show next change","forward","isForwardNavigationEnabled","set","263688OSYQuu","90BjhGHA","48HIdJAW","ck-revision-history-ui","24mNylsd","937891QaVSvQ","NUMBER_OF_CHANGES","Show previous change","3522617czjJaJ","3865906rcAgzk","X_OF_Y_CHANGES","ck-revision-history-ui__changes-navigation__label","_isStatusLabelVisible","span","_statusText","bindTemplate","backward","ck-revision-history-ui__changes-navigation__wrapper","Loading...","execute","1461789xfGcho","EDIT_X_OF_Y_REVISIONS","currentChangeNumber","1503046csgsmk","isEnabled","div","ck-hidden","123605MrTmjP","setTemplate","isReady","isNavigationMode","numberOfChanges","No changes","bind","Total","ck-revision-history-ui__changes-navigation__navigation","fire"];return(Tr=function(){return t})()}!function(t){const e=Sr,n=t();for(;;)try{if(970113===-parseInt(e(428))/1+-parseInt(e(446))/2+-parseInt(e(468))/3*(parseInt(e(463))/4)+-parseInt(e(450))/5*(-parseInt(e(461))/6)+parseInt(e(431))/7*(parseInt(e(427))/8)+-parseInt(e(443))/9*(parseInt(e(469))/10)+-parseInt(e(432))/11*(-parseInt(e(470))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Tr);class xr extends Ei.View{constructor(t){const e=Sr;super(t);const n=this[e(438)],i=new Ei.ButtonView(t),r=new Ei.ButtonView(t);this[e(467)](e(453),!1),this[e(467)](e(452),!1),this[e(467)](e(445),0),this[e(467)](e(454),0),this[e(467)](e(466),!1),this[e(467)](e(462),!1),this[e(456)](e(435)).to(this,e(452),this,e(454),((t,e)=>t&&e>0)),this[e(456)](e(437)).to(this,e(452),this,e(445),this,e(454),this,e(453),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(441));if(!r)return $n(t,o(455));const a=$n(t,o(429),r);return s?$n(t,o(433),[i+1,r]):a})),i[e(467)]({label:$n(t,e(430)),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(467)]({label:$n(t,e(464)),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(456)](e(447)).to(this,e(462)),r[e(456)](e(447)).to(this,e(466)),i.on(e(442),(()=>this[e(459)](e(442),e(439)))),r.on(e(442),(()=>this[e(459)](e(442),e(465)))),this[e(451)]({tag:e(448),attributes:{class:["ck",e(471),e(460)]},children:[{tag:e(436),attributes:{class:[e(440)]},children:[{tag:e(436),attributes:{class:[e(434),n.if(e(435),e(449),(t=>!t))]},children:[{text:n.to(e(453),(n=>n?$n(t,e(444))+": ":$n(t,e(457))+": "))}]},{text:n.to(e(437))}]},new Ei.ToolbarSeparatorView,{tag:e(448),attributes:{class:[e(458)]},children:[i,r]}]})}}var Ar=n(560),Nr={attributes:{"data-cke":!0}};Nr.setAttributes=zi(),Nr.insert=Pi().bind(null,"head"),Nr.domAPI=Di(),Nr.insertStyleElement=Zi();Vi()(Ar.A,Nr);Ar.A&&Ar.A.locals&&Ar.A.locals;const Mr=jr;!function(t){const e=jr,n=t();for(;;)try{if(362487===parseInt(e(475))/1*(parseInt(e(473))/2)+parseInt(e(490))/3*(parseInt(e(486))/4)+parseInt(e(484))/5+-parseInt(e(478))/6+parseInt(e(471))/7*(-parseInt(e(481))/8)+-parseInt(e(476))/9+parseInt(e(479))/10*(-parseInt(e(488))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Er);const Rr=Mr(489);function Er(){const t=["654802uKNBCb","673821nLjZbx","change","101874qnOsuD","225010uwpFgp","view","679144iYBLMa","isOfficialPlugin","roots","1908995xinYbq","hide","1508KIqlCT","isPremiumPlugin","484lWOFqi","ck-editor__editable__loading-overlay","4596cfLNHM","show","removeClass","editing","document","RevisionViewerLoadingOverlay","pluginName","14UWjpOr","editor","2yRHQRp","addClass"];return(Er=function(){return t})()}function jr(t,e){const n=Er();return(jr=function(t,e){return n[t-=466]})(t,e)}class Vr extends Wn.Plugin{static get[Mr(470)](){return Mr(469)}static get[Mr(482)](){return!0}static get[Mr(487)](){return!0}[Mr(491)](){const t=Mr,e=this[t(472)][t(467)][t(480)];e[t(477)]((n=>{const i=t;for(const t of e[i(468)][i(483)])n[i(474)](Rr,t)}))}[Mr(485)](){const t=Mr,e=this[t(472)][t(467)][t(480)];e[t(477)]((n=>{const i=t;for(const t of e[i(468)][i(483)])n[i(466)](Rr,t)}))}}function Cr(t,e){const n=Lr();return(Cr=function(t,e){return n[t-=409]})(t,e)}const Dr=Cr;function Lr(){const t=["revisionHistory","show","isForwardNavigationEnabled","hide","execute","showPreviousChange","changesNavigation","closeRevisionViewerCallback","ck-revision-history-ui__back-to-editing","isNavigationMode","get","92UIRxHv","requires","forward","change:isReady","add","commands","numberOfChanges","listenTo","3422678BYHAQT","418484jayybh","isEnabled","bind","16AFUBmb","Restore this revision","Back to editing","pluginName","init","4949550TCFtrw","plugins","isBackwardNavigationEnabled","restoreRevision","editor","isPremiumPlugin","undo","currentChangeNumber","2426555YOedHK","set","isOfficialPlugin","13768290mkffBD","1427720OrhXip","exitToEditing","showNextChange","isReady","config","RevisionViewerUI","174975kKcPyi","componentFactory"];return(Lr=function(){return t})()}!function(t){const e=Cr,n=t();for(;;)try{if(881331===-parseInt(e(423))/1+parseInt(e(451))/2+parseInt(e(429))/3*(parseInt(e(442))/4)+parseInt(e(419))/5+parseInt(e(411))/6+-parseInt(e(450))/7*(-parseInt(e(454))/8)+-parseInt(e(422))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lr);class Pr extends Wn.Plugin{static get[Dr(409)](){return Dr(428)}static get[Dr(421)](){return!0}static get[Dr(416)](){return!0}static get[Dr(443)](){return[kr,Vr]}[Dr(410)](){const t=Dr,e=this[t(415)],n=e[t(412)][t(441)](kr),i=e[t(412)][t(441)](Vr);e.ui[t(430)][t(446)](t(424),(n=>{const i=t,r=new Ei.ButtonView(n);return r[i(420)]({label:$n(n,i(456)),icon:Wn.icons[i(417)],withText:!0,tooltip:!0,class:i(439)}),this[i(449)](r,i(435),(()=>{const t=i;e[t(427)][t(441)](t(431))[t(438)]()})),r})),e.ui[t(430)][t(446)](t(414),(n=>{const i=t,r=new Ei.ButtonView(n);return r[i(420)]({label:$n(n,i(455)),withText:!0,tooltip:!0}),r[i(453)](i(452)).to(e[i(447)][i(441)](i(414))),this[i(449)](r,i(435),(()=>e[i(435)](i(414)))),r})),e.ui[t(430)][t(446)](t(437),(i=>{const r=t,s=new xr(i),o=e[r(447)][r(441)](r(436)),a=e[r(447)][r(441)](r(425));return s[r(453)](r(413)).to(o,r(452)),s[r(453)](r(433)).to(a,r(452)),s[r(453)](r(426),r(418),r(448),r(440)).to(n),this[r(449)](s,r(435),((t,n)=>{const i=r;e[i(435)](i(444)===n?i(425):i(436))})),s})),i[t(432)](),n.on(t(445),((e,n,r)=>{const s=t;r?i[s(434)]():i[s(432)]()}))}}var Fr=n(329),zr={attributes:{"data-cke":!0}};zr.setAttributes=zi(),zr.insert=Pi().bind(null,"head"),zr.domAPI=Di(),zr.insertStyleElement=Zi();Vi()(Fr.A,zr);Fr.A&&Fr.A.locals&&Fr.A.locals;const Hr=Ur;function Zr(){const t=["span","_updateTooltipText","ck-revision-history-sidebar__revision-name","Revision name","9nCPosK","fieldView","extendTemplate","15291YUwiFh","12eCZnNF","530vGMwYr","646615ryzVrs","clientWidth","destroy","227112YSbYax","set","value","placeholder","Enter the revision name","6CxZGrV","bindTemplate","_tooltipString","54438XvkoZP","listenTo","77WRWBfC","element","6187511vVYJSC","321547BwAcbP","input","_resizeObserver","render","scrollWidth","ck-tooltip_multi-line","1305928YmMnGp"];return(Zr=function(){return t})()}function Ur(t,e){const n=Zr();return(Ur=function(t,e){return n[t-=460]})(t,e)}!function(t){const e=Ur,n=t();for(;;)try{if(184370===-parseInt(e(463))/1+parseInt(e(491))/2*(-parseInt(e(474))/3)+-parseInt(e(469))/4+-parseInt(e(480))/5*(-parseInt(e(488))/6)+-parseInt(e(460))/7*(-parseInt(e(483))/8)+-parseInt(e(477))/9*(parseInt(e(479))/10)+-parseInt(e(462))/11*(-parseInt(e(478))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zr);class Br extends Ei.LabeledFieldView{constructor(t,e){const n=Ur;super(t,e),this[n(465)]=null;const i=this[n(489)];this[n(484)]({label:$n(t,n(473)),_tooltipString:""}),this[n(475)][n(486)]=$n(t,n(487)),this[n(476)]({tag:n(470),attributes:{class:[n(472)],"data-cke-tooltip-text":i.to(n(490)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(468)}})}[Hr(466)](){const e=Hr;super[e(466)](),this[e(465)]=new t.ResizeObserver(this[e(475)][e(461)],(()=>this[e(471)]())),this[e(492)](this[e(475)],e(464),(()=>this[e(471)]()))}[Hr(482)](){const t=Hr;super[t(482)](),this[t(465)]&&this[t(465)][t(482)]()}[Hr(471)](){const t=Hr,e=this[t(475)][t(461)];this[t(490)]=e[t(467)]>e[t(481)]&&e[t(485)]||""}}var qr=n(249),Wr={attributes:{"data-cke":!0}};Wr.setAttributes=zi(),Wr.insert=Pi().bind(null,"head"),Wr.domAPI=Di(),Wr.insertStyleElement=Zi();Vi()(qr.A,Wr);qr.A&&qr.A.locals&&qr.A.locals;function Jr(t,e){const n=Yr();return(Jr=function(t,e){return n[t-=230]})(t,e)}!function(t){const e=Jr,n=t();for(;;)try{if(446309===-parseInt(e(233))/1+parseInt(e(251))/2*(-parseInt(e(231))/3)+-parseInt(e(248))/4*(-parseInt(e(245))/5)+-parseInt(e(252))/6*(parseInt(e(239))/7)+parseInt(e(238))/8+parseInt(e(247))/9*(-parseInt(e(236))/10)+parseInt(e(249))/11*(parseInt(e(244))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yr);class Gr extends Ei.View{constructor(t,e,n){const i=Jr;super(t);const r=new Ei.IconView;r[i(243)]({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(232)});const s=["ck",i(240)];n&&s[i(246)](i(230));const o=[{tag:i(235),attributes:{class:["ck",i(237)],title:$n(t,i(n?241:234))},children:[r,e[i(242)]]}];this[i(250)]({tag:"li",attributes:{class:s},children:o})}}function Yr(){const t=["419671AtGbiw","Revision author","span","50WOoQhN","ck-revision-history-sidebar__revision-author__name","3555208RKMTgD","2073547ljTTbC","ck-revision-history-sidebar__revision-author","Revision creator","name","set","20883624gjlvCb","1471710XBNVQF","push","813231RhnYho","8fLmmmi","11HkTyHn","setTemplate","6VjjNQH","18Tutysi","ck-revision-history-sidebar__revision-author_creator","566949cosGUP","0 0 11 10"];return(Yr=function(){return t})()}function Kr(){var t=["5702NvjuHG","817407lpcZfu","2867430owXpWE","toLocaleTimeString","toLocaleDateString","367900XlADjN","22779hNvYAd","52wdoCtT","33404hYHTYD","879370iboZIo","numeric","long","264wLDTva","6dhgsBg"];return(Kr=function(){return t})()}function Qr(t,e){var n=Kr();return(Qr=function(t,e){return n[t-=434]})(t,e)}!function(t){for(var e=Qr,n=t();;)try{if(100869===-parseInt(e(440))/1+parseInt(e(447))/2*(-parseInt(e(446))/3)+-parseInt(e(445))/4+-parseInt(e(435))/5*(-parseInt(e(439))/6)+parseInt(e(434))/7*(-parseInt(e(438))/8)+parseInt(e(441))/9+parseInt(e(442))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Kr);var Xr=n(11),$r={attributes:{"data-cke":!0}};$r.setAttributes=zi(),$r.insert=Pi().bind(null,"head"),$r.domAPI=Di(),$r.insertStyleElement=Zi();Vi()(Xr.A,$r);Xr.A&&Xr.A.locals&&Xr.A.locals;function ts(){const t=["items","_action","isVisible","isOpen","first","model","ck-on","change:isActionsDropdownOpen","2840841dDSxfi","buttonView","find","menuitem","menu","set","extendTemplate","locale","3691170nlABBE","name","button","10625432kPcNwT","function","isEnabled","execute","isActionsDropdownOpen","bind","isReady","listenTo","1569834mCWTRD","Restore this revision","bindTemplate","2525rSnWqw","9952RNOUCf","map","ck-revision-history-sidebar__revision__actions","5bgsJAk","35uuJsvW","stopPropagation","add","listView","192118womaqh","28445910iPPVVX","Show more items","threeVerticalDots","source","panelPosition","class","Compare against selected","Name this revision","children","action"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=413]})(t,e)}!function(t){const e=es,n=t();for(;;)try{if(789149===parseInt(e(418))/1*(parseInt(e(423))/2)+parseInt(e(442))/3+parseInt(e(415))/4*(-parseInt(e(414))/5)+-parseInt(e(461))/6*(parseInt(e(419))/7)+-parseInt(e(453))/8+parseInt(e(450))/9+parseInt(e(424))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ts);var ns=n(216),is={attributes:{"data-cke":!0}};is.setAttributes=zi(),is.insert=Pi().bind(null,"head"),is.domAPI=Di(),is.insertStyleElement=Zi();Vi()(ns.A,is);ns.A&&ns.A.locals&&ns.A.locals;const rs=os;function ss(){const t=["change","creator","render","_revision","fieldView","ck-revision-history-sidebar__revision","from","revisionActionsView","element","574591UlYkpn","ck-revision-history-sidebar__revision-authors","setTemplate","set","186000JmVxIw","ck-reset","fire","name","ck-revision-history-sidebar__revision_selected","revisionNameView","2FjUadC","srcElement","isEnabled","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","ck-revision-history-sidebar__revision-wrapper","isHighlighted","bindTemplate","deselect","setName","919142LwlEvZ","unshift","ck-revision-history-sidebar__actions_dropdown_open","authors","unhighlight","extendTemplate","220","76624ZCxqtQ","listenTo","_createdAtFormatted","span","ck-revision-history-sidebar__revision__controls-wrapper","2034093dxMwqI","isSelected","bind","highlight",".ck-thread__remove-confirm","isReady","16212393NGmajA","value","uiLanguage","closest","length","isActionsDropdownOpen","ck-revision-history-sidebar__revision_highlighted","map","ck-disabled","isConfirm","filter","select","div","ck-revision-history-sidebar__revision__date","_requireRevisionName","74336HwLqZp","5rUyVEX","createdAt"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=466]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(414897===parseInt(e(507))/1*(-parseInt(e(517))/2)+-parseInt(e(474))/3+parseInt(e(469))/4*(parseInt(e(496))/5)+-parseInt(e(511))/6+-parseInt(e(526))/7+parseInt(e(495))/8+parseInt(e(480))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);class as extends((0,Jn.ConfirmMixin)(Ei.View)){constructor(e,n,i,r){const s=os;super(e);const o=this[s(523)],a=function(t,e){const n=s,i=Array[n(504)](e[n(529)])[n(490)]((t=>t!=e[n(499)]));return e[n(499)]&&i[n(527)](e[n(499)]),i[n(487)]((i=>new Gr(t,i,i==e[n(499)])))}(e,n);this.id=n.id,this[s(501)]=n,this[s(494)]=r,this[s(476)](s(514),s(497)).to(n),this[s(476)](s(471)).to(this,s(497),(t=>{return n=e[s(482)],(i=t)[(r=Qr)(444)](n,{month:r(437),day:r(436)})+", "+i[r(443)](n,{hour:r(436),minute:r(436)});var n,i,r})),this[s(510)](s(475),!1),this[s(510)](s(522),!1),this[s(510)](s(485),!1),this[s(510)](s(479),!1),this[s(510)](s(519),!1),this[s(516)]=new Br(e,Ei.createLabeledInputText),this[s(516)][s(502)][s(467)]({attributes:{maxlength:s(468)}}),this[s(516)][s(502)][s(476)](s(481)).to(this,s(514),(t=>t||this[s(471)])),this[s(516)][s(476)](s(519)).to(this,s(475),this,s(519),((t,e)=>t&&e)),this[s(505)]=i&&i[s(484)]?function(e,n){const i=es,r=e[i(413)],s=e[i(449)],o=(0,Ei.createDropdown)(s);o[i(428)]="sw";const a=function(e,n){const r=i,s=function(t,e){const n=es,i=t[n(449)],r={"Compare against selected":$n(i,n(430)),"Name this revision":$n(i,n(431)),"Restore this revision":$n(i,n(462))};return e[n(416)]((t=>{const e=n,i=r[t[e(451)]];return i&&i!==t[e(451)]&&(t[e(451)]=i),t}))}(e,n),o=new t.Collection;for(const t of s){const n={type:r(452),model:new Ei.ViewModel({label:t[r(451)],class:t[r(429)],withText:!0,role:r(445),_action:t[r(433)]})};n[r(439)][r(458)](r(455)).to(e,r(457),(n=>r(454)!=typeof t[r(455)]||!n||t[r(455)](e))),o[r(421)](n)}return o}(e,n);return e[i(458)](i(457)).to(o,i(437)),o[i(443)][i(447)]({label:$n(s,i(425)),tooltip:!0,tooltipPosition:"sw",icon:Wn.icons[i(426)]}),o[i(448)]({attributes:{class:[i(417),r.if(i(457),i(440))]},on:{click:r.to((t=>t[i(420)]()))}}),o.on(i(456),(t=>{const n=i;e[n(459)]&&n(454)==typeof t[n(427)][n(435)]&&t[n(427)][n(435)](e)})),(0,Ei.addListToDropdown)(o,a,{role:i(446)}),o[i(460)](e,i(441),((t,r,s)=>{const a=i;if(s)for(const t of o[a(422)][a(434)]){const i=t[a(432)][a(438)],r=n[a(444)]((t=>t[a(433)]===i[a(435)]))[a(436)];t[a(436)]=void 0===r||r(e)}})),o}(this,i):"",this[s(505)]&&this[s(505)][s(476)](s(519)).to(this),this[s(509)]({tag:s(492),attributes:{class:["ck",s(512),s(521),o.if(s(489),s(520))]},children:[{tag:s(492),attributes:{class:["ck",s(512),s(503),o.if(s(519),s(488),(t=>!t)),o.if(s(475),s(515)),o.if(s(522),s(486)),o.if(s(485),s(528))]},children:[this[s(516)],{tag:s(472),attributes:{class:["ck",s(493)]},children:[{text:o.to(s(471))}]},{tag:s(492),attributes:{class:["ck",s(473)]},children:[{tag:"ul",attributes:{class:["ck",s(508)]},children:a}]},this[s(505)]],on:{click:o.to((t=>{const e=s;t[e(518)][e(483)](e(478))||this[e(479)]&&this[e(519)]&&this[e(513)](e(491),{id:this.id})}))}}]})}[rs(500)](){const t=rs;super[t(500)]();const e=this[t(516)][t(502)][t(506)];this[t(470)](e,t(498),(()=>{const n=t;this[n(494)]&&!e[n(481)]||this[n(513)](n(525),{id:this.id,name:e[n(481)]}),e[n(481)]||(e[n(481)]=this[n(514)]?this[n(514)]:this[n(471)])}))}[rs(491)](){this[rs(475)]=!0}[rs(524)](){this[rs(475)]=!1}[rs(477)](){this[rs(522)]=!0}[rs(466)](){this[rs(522)]=!1}}var cs=n(675);function us(t,e){const n=hs();return(us=function(t,e){return n[t-=336]})(t,e)}function ls(t,e){const n=us,i=cs.c9[n(349)](t)[n(342)](e),r=cs.c9[n(343)](),s=r[n(337)]({days:1})[n(355)](n(350));let o,a;return i[n(340)](r,n(350))?(o=i[n(355)](n(350))[n(351)](),a=i[n(344)]()):i[n(340)](s,n(350))?(o=s[n(351)](),a=i[n(344)]()):i[n(340)](r,n(352))?(o=i[n(355)](n(352))[n(351)](),a=i[n(338)]||""):i[n(340)](r,n(347))?(o=i[n(355)](n(354))[n(351)](),a=i[n(339)]||""):(o=i[n(355)](n(347))[n(351)](),a=String(i[n(347)])),{startDate:o,localizedPeriodName:a}}function hs(){const t=["year","809068yKZfaC","fromJSDate","day","toJSDate","week","1203162BpExet","month","startOf","669656MtxIhh","5rAkoJY","9248sXkjSR","3244560NqQocD","minus","weekdayLong","monthLong","hasSame","513394VKOQPu","setLocale","local","toRelativeCalendar","4608lJxZLB","906780uyrWIA"];return(hs=function(){return t})()}!function(t){const e=us,n=t();for(;;)try{if(346327===-parseInt(e(341))/1+parseInt(e(356))/2+parseInt(e(353))/3+-parseInt(e(348))/4*(-parseInt(e(357))/5)+-parseInt(e(336))/6+-parseInt(e(346))/7+-parseInt(e(358))/8*(-parseInt(e(345))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hs);var ds=n(45),fs={attributes:{"data-cke":!0}};fs.setAttributes=zi(),fs.insert=Pi().bind(null,"head"),fs.domAPI=Di(),fs.insertStyleElement=Zi();Vi()(ds.A,fs);ds.A&&ds.A.locals&&ds.A.locals;const vs=ps;function ms(){const t=["add","uiLanguage","startDate","_requireRevisionName","4472frKzTU","delegate","select","ck-revision-history-sidebar__time-period","revisionViews","430016SbIjNQ","removeRevision","1247141uAztQn","div","span","39SuChND","9swBGdX","setTemplate","addRevision","223278eYHgwu","284690ljNUaG","createCollection","ck-revision-history-sidebar__time-period__label","setName","_revisionActions","remove","ck-revision-history-sidebar__time-period__revisions","find","locale","1782210iUrBsX","4421624VrOKeD","localizedPeriodName"];return(ms=function(){return t})()}function ps(t,e){const n=ms();return(ps=function(t,e){return n[t-=234]})(t,e)}!function(t){const e=ps,n=t();for(;;)try{if(157247===parseInt(e(255))/1+-parseInt(e(246))/2+-parseInt(e(251))/3*(-parseInt(e(241))/4)+parseInt(e(256))/5+-parseInt(e(234))/6+-parseInt(e(248))/7+-parseInt(e(235))/8*(-parseInt(e(252))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ms);class ys extends Ei.View{constructor(t,e,n,i){const r=ps;super(t);const s=ls(e,this[r(264)][r(238)])[r(236)];this[r(239)]=e,this[r(245)]=this[r(257)](),this[r(260)]=n,this[r(240)]=i,this[r(245)][r(242)](r(243)).to(this),this[r(245)][r(242)](r(259)).to(this),this[r(253)]({tag:r(249),attributes:{class:["ck",r(244)]},children:[{tag:r(250),attributes:{class:["ck",r(258)]},children:[{text:s}]},{tag:r(249),attributes:{class:["ck",r(262)]},children:this[r(245)]}]})}[vs(254)](t){const e=vs,n=new as(this[e(264)],t,this[e(260)],this[e(240)]);this[e(245)][e(237)](n)}[vs(247)](t){const e=vs,n=this[e(245)][e(263)]((e=>e.id===t.id));this[e(245)][e(261)](n)}}var gs=n(173),ks={attributes:{"data-cke":!0}};ks.setAttributes=zi(),ks.insert=Pi().bind(null,"head"),ks.domAPI=Di(),ks.insertStyleElement=Zi();Vi()(gs.A,ks);gs.A&&gs.A.locals&&gs.A.locals;function bs(){const t=["65709JQJHhv","Revision history","ck-revision-history-sidebar__header","setTemplate","304856puQEpO","654bjRdYQ","3794eBJLoD","div","140zQuKGU","ck-revision-history-sidebar__header__label","706097qInTIS","20154ScwSAa","8BfzCMG","265VgVWXM","708308ZSEzlK","history","7837104ktXsop","span","content","ck-reset_all"];return(bs=function(){return t})()}function _s(t,e){const n=bs();return(_s=function(t,e){return n[t-=467]})(t,e)}!function(t){const e=_s,n=t();for(;;)try{if(552251===-parseInt(e(472))/1+parseInt(e(474))/2*(-parseInt(e(473))/3)+parseInt(e(482))/4+-parseInt(e(481))/5*(-parseInt(e(479))/6)+-parseInt(e(478))/7*(-parseInt(e(480))/8)+parseInt(e(468))/9*(parseInt(e(476))/10)+parseInt(e(484))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ws extends Ei.View{constructor(t){const e=_s;super(t);const n=new Ei.IconView;n[e(486)]=Wn.icons[e(483)],this[e(471)]({tag:e(475),attributes:{class:["ck",e(467),e(470)]},children:[n,{tag:e(485),attributes:{class:["ck",e(477)]},children:[$n(t,e(469))]}]})}}var Is=n(722),Os={attributes:{"data-cke":!0}};Os.setAttributes=zi(),Os.insert=Pi().bind(null,"head"),Os.domAPI=Di(),Os.insertStyleElement=Zi();Vi()(Is.A,Os);Is.A&&Is.A.locals&&Is.A.locals;const Ss=Ts;function Ts(t,e){const n=xs();return(Ts=function(t,e){return n[t-=248]})(t,e)}function xs(){const t=["_revisions","1065QLIQGJ","addRevision","ck-disabled","highlight","some","find","10940094RNVdNB","180922xLrpwl","_removeRevision","ck-revision-history-sidebar__timeline","10dQyWBZ","unhighlight","render","_getTimePeriodViewByStartDate","setTemplate","createCollection","2635843KfJbGD","ck-revision-history-sidebar","ck-reset","set","locale","div","ck-rounded-corners","16569RlaxNc","remove","132tHjJzH","flat","33yOKWfj","6cLzXZM","getTime","map","_requireRevisionName","fire","4507607hQJowb","839154HaQsXz","revisionSetName","highlightRevisions","get","createdAt","uiLanguage","selectRevision","deselect","revisionSelected","isEnabled","setName","delegate","startDate","bindTemplate","removeRevision","1560WRTGtE","revisionViews","20084jLftxl","add","timePeriodViews","select","_addRevision","_revisionActions"];return(xs=function(){return t})()}!function(t){const e=Ts,n=t();for(;;)try{if(651421===-parseInt(e(259))/1+-parseInt(e(290))/2*(parseInt(e(252))/3)+-parseInt(e(276))/4*(parseInt(e(283))/5)+parseInt(e(253))/6*(parseInt(e(299))/7)+-parseInt(e(274))/8*(-parseInt(e(248))/9)+parseInt(e(293))/10*(-parseInt(e(289))/11)+-parseInt(e(250))/12*(-parseInt(e(258))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xs);class As extends Ei.View{constructor(t,e,n,i){const r=Ts;super(t);const s=this[r(272)];this[r(278)]=this[r(298)](),this[r(278)][r(270)](r(279)).to(this),this[r(278)][r(270)](r(269)).to(this),this[r(282)]=e,this[r(281)]=n,this[r(256)]=i,this.on(r(279),((t,e)=>{const n=r;this[n(257)](n(267),e)})),this.on(r(269),((t,e)=>{const n=r;this[n(257)](n(260),e)})),this[r(302)](r(268),!1),this[r(297)]({tag:r(304),attributes:{class:["ck",r(301),r(305),r(300)]},children:[new ws(t),{tag:r(304),attributes:{class:["ck",r(292),s.if(r(268),r(285),(t=>!t))]},children:this[r(278)]}]})}[Ss(295)](){const t=Ss;super[t(295)]();for(const e of this[t(282)])this[t(280)](e);this[t(282)].on(t(277),((e,n)=>{this[t(280)](n)})),this[t(282)].on(t(249),((e,n)=>{this[t(291)](n)}))}get[Ss(275)](){const t=Ss;return this[t(278)][t(255)]((e=>e[t(275)][t(255)]((t=>t))))[t(251)]()}[Ss(265)](t){const e=Ss;for(const n of this[e(275)])t&&t.id===n.id?n[e(279)]():n[e(266)]()}[Ss(261)](t){const e=Ss;for(const n of this[e(275)])t[e(287)]((({id:t})=>t===n.id))?n[e(286)]():n[e(294)]()}[Ss(280)](t){const e=Ss,n=ls(t[e(263)],this[e(303)][e(264)])[e(271)];let i=this[e(278)][e(262)](0);i&&i[e(271)][e(254)]()===n[e(254)]()||(i=new ys(this[e(303)],n,this[e(281)],this[e(256)]),this[e(278)][e(277)](i)),i[e(284)](t)}[Ss(291)](t){const e=Ss,n=ls(t[e(263)],this[e(303)][e(264)])[e(271)];this[e(296)](n)[e(273)](t)}[Ss(296)](t){const e=Ss;return this[e(278)][e(288)]((n=>n[e(271)][e(254)]()===t[e(254)]()))}}const Ns=Ms;function Ms(t,e){const n=Es();return(Ms=function(t,e){return n[t-=231]})(t,e)}!function(t){const e=Ms,n=t();for(;;)try{if(529045===-parseInt(e(243))/1*(parseInt(e(256))/2)+-parseInt(e(232))/3*(parseInt(e(259))/4)+parseInt(e(266))/5+parseInt(e(249))/6+-parseInt(e(246))/7+-parseInt(e(281))/8*(-parseInt(e(248))/9)+parseInt(e(251))/10*(parseInt(e(297))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Es);class Rs extends Wn.Plugin{static get[Ns(292)](){return Ns(285)}static get[Ns(262)](){return!0}static get[Ns(254)](){return!0}static get[Ns(296)](){return[kr]}constructor(t){const e=Ns;super(t),this[e(257)]=t[e(260)][e(258)](kr),this[e(311)]=this[e(257)][e(234)],this[e(284)]=null}[Ns(237)](){const t=Ns,e=this[t(311)][t(276)],n=this[t(236)](),i=this[t(247)][t(244)][t(258)](t(313));this[t(284)]=new As(this[t(247)][t(307)],e,n,this[t(247)][t(244)][t(258)](t(293))),this[t(284)].on(t(252),this[t(277)][t(302)](this)),this[t(284)].on(t(263),this[t(300)][t(302)](this)),this[t(284)][t(302)](t(299)).to(this[t(257)]),this[t(284)][t(269)].on(t(312),((e,n)=>{const i=t;n[i(287)].on(i(312),((t,e)=>{const n=i;e[n(302)](n(299),n(304)).to(this[n(257)])}))})),this[t(284)][t(290)](),this[t(250)](this[t(247)][t(245)],t(242),this[t(314)][t(302)](this)),this[t(250)](this[t(257)],t(303),this[t(273)][t(302)](this)),i[t(240)](this[t(284)][t(291)])}[Ns(233)](){const t=Ns;this[t(284)][t(291)][t(289)](),this[t(284)][t(233)]()}[Ns(314)](){const t=Ns,e=this[t(311)][t(241)](0);if(e){const n=this[t(311)][t(279)](e.id);this[t(257)][t(268)](e,n)}}[Ns(277)](t,e){const n=Ns,i=this[n(311)][n(241)](e.id),r=this[n(311)][n(279)](i.id);this[n(257)][n(268)](i,r)}[Ns(300)](t,e){const n=Ns;this[n(311)][n(241)](e.id)[n(280)](e[n(264)])}[Ns(273)](t,e,n){const i=Ns,r=this[i(311)][i(286)](n);r[i(282)]>2?(this[i(284)][i(238)](r),this[i(284)][i(267)](null)):(this[i(284)][i(238)]([]),this[i(284)][i(267)](r[0]))}[Ns(236)](){const t=Ns,e=this[t(247)],n=Rs[t(272)],i=e[t(244)][t(258)](t(306))||Rs[t(274)];if(i[t(282)])return i[t(278)]((i=>{const r=t,s=r(301)==typeof i?Object[r(294)]({},n[i]):i;return s[r(235)]=s[r(235)][r(302)](this,e),s[r(261)]&&(s[r(261)]=s[r(261)][r(302)](this,e)),s}))}}function Es(){const t=["name","diff","856540WebtNi","selectRevision","compare","timePeriodViews","newRevisionId","nameRevision","availableRevisionActions","_handleDiffChange","defaultRevisionActions","compareAgainstSelected","_revisions","_handleRevisionSelected","map","getEarlierVisibleRevision","setName","111032FnrKra","length","isSelected","_sidebarView","RevisionsSidebar","getRevisionsInDiff","revisionViews","getIndex","remove","render","element","pluginName","revisionHistory.requireRevisionName","assign","Restore this revision","requires","11UJMWoR","Compare against selected","isEnabled","_handleRevisionSetName","string","bind","change:diff","isReady","focus","revisionHistory.revisionActions","locale","restoreRevisionCallback","revisionHistory","fieldView","_revisionsRepository","add","revisionHistory.viewerSidebarContainer","_handleEditorDataReady","Name this revision","120pRpCfn","destroy","repository","action","_createRevisionActions","init","highlightRevisions","select","appendChild","getRevision","ready","49FqbbOP","config","data","1857828IghUqw","editor","360SBJmjC","3429186TaOXYr","listenTo","218930LiMdet","revisionSelected","restoreRevision","isPremiumPlugin","getLaterVisibleRevision","3974yYFEwH","_revisionViewer","get","42808nGHTAc","plugins","isVisible","isOfficialPlugin","revisionSetName"];return(Es=function(){return t})()}Rs[Ns(274)]=[Ns(275),Ns(253),Ns(271)],Rs[Ns(272)]={compareAgainstSelected:{name:Ns(298),action:({plugins:t},e)=>{const n=Ns,i=t[n(258)](kr),r=i[n(234)];let s=i[n(265)][n(270)],o=e.id;r[n(288)](s)>r[n(288)](o)&&([s,o]=[o,s]),i[n(268)](s,o)},isVisible:({plugins:t},e)=>{const n=Ns,i=t[n(258)](kr);return!(i[n(234)][n(286)](i[n(265)])[n(282)]>2||e[n(283)])}},restoreRevision:{name:Ns(295),action:(t,{id:e})=>{const n=Ns;t[n(244)][n(258)](n(309))[n(308)](e)},isVisible:({plugins:t},e)=>!!t[Ns(258)](kr)[Ns(234)][Ns(255)](e.id)},nameRevision:{name:Ns(231),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=Ns,r=t[i(258)](kr),s=r[i(234)][i(279)](e);r[i(268)](e,s),n[i(305)](),n[i(310)][i(239)]()}}};const js=Rs,Vs=Cs;function Cs(t,e){const n=Ds();return(Cs=function(t,e){return n[t-=199]})(t,e)}function Ds(){const t=["viewportTopOffset","fire","restore","4020QhEyTY","init","12440UzZGNY","detachDomRoot","bind","40hxyiSR","_elementReplacer","viewportOffset","editable","name","43329fPxPKA","document","430779UzNlXS","focusTracker","editing","4873PZQgQb","view","isActive","fillFromConfig","56ujYJgW","429345YOftVq","config","componentFactory","_view","_initToolbar","setEditableElement","toolbar","7903opWvrN","render","stickyPanel","ready","isFocused","attachDomRoot","editor","replace","get","587754fHOZkz","_toolbarConfig","destroy","1290UBFYjz","4qLFbUZ","limiterElement","rootName","element","addToolbar","4548FMcGie","getRoot"];return(Ds=function(){return t})()}!function(t){const e=Cs,n=t();for(;;)try{if(267965===-parseInt(e(246))/1+-parseInt(e(216))/2*(-parseInt(e(238))/3)+parseInt(e(231))/4*(parseInt(e(228))/5)+-parseInt(e(215))/6*(parseInt(e(203))/7)+-parseInt(e(245))/8*(parseInt(e(212))/9)+-parseInt(e(226))/10*(parseInt(e(241))/11)+parseInt(e(221))/12*(parseInt(e(236))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ds);class Ls extends Ei.EditorUI{get[Vs(242)](){return this[Vs(199)]}constructor(e,n){const i=Vs;super(e),this[i(199)]=n,this[i(213)]=(0,Ei.normalizeToolbarConfig)(e[i(247)][i(211)](i(202))),this[i(232)]=new t.ElementReplacer}get[Vs(219)](){const t=Vs;return this[t(242)][t(219)]}[Vs(227)](t){const e=Vs,n=this[e(209)],i=this[e(242)],r=n[e(240)][e(242)],s=i[e(234)],o=r[e(237)][e(222)]();s[e(235)]=o[e(218)],i[e(204)]();const a=s[e(219)];this[e(201)](s[e(235)],a),i[e(234)][e(230)](e(207)).to(this[e(239)]),r[e(208)](a),this[e(232)][e(210)](t,this[e(219)]),this[e(200)](),this[e(224)](e(206))}[Vs(214)](){const t=Vs;super[t(214)]();const e=this[t(242)],n=this[t(209)][t(240)][t(242)];this[t(232)][t(225)](),n[t(229)](e[t(234)][t(235)]),e[t(214)]()}[Vs(200)](){const t=Vs,e=this[t(242)];e[t(205)][t(230)](t(243)).to(this[t(239)],t(207)),e[t(205)][t(217)]=e[t(219)],e[t(205)][t(230)](t(223)).to(this,t(233),(({top:t})=>t)),e[t(202)][t(244)](this[t(213)],this[t(248)]),this[t(220)](e[t(202)])}}var Ps=n(161),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=zi(),Fs.insert=Pi().bind(null,"head"),Fs.domAPI=Di(),Fs.insertStyleElement=Zi();Vi()(Ps.A,Fs);Ps.A&&Ps.A.locals&&Ps.A.locals;var zs=Hs;function Hs(t,e){var n=Zs();return(Hs=function(t,e){return n[t-=259]})(t,e)}function Zs(){var t=["toolbar","_editable","render","shouldToolbarGroupWhenFull","1750758xpKINv","248nuCGQX","9893061AJONEB","1363998QSTgVk","main","453421OOvcxl","7mZWYkc","add","content","stickyPanel","4249136cMaKzt","229815ePWCTG","top","26830kMObfj","editable"];return(Zs=function(){return t})()}!function(t){for(var e=Hs,n=t();;)try{if(490501===-parseInt(e(266))/1+parseInt(e(261))/2+parseInt(e(272))/3+-parseInt(e(262))/4*(-parseInt(e(274))/5)+parseInt(e(264))/6+parseInt(e(267))/7*(parseInt(e(271))/8)+-parseInt(e(263))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zs);class Us extends Ei.BoxedEditorUIView{get[zs(275)](){return this[zs(277)]}constructor(t,e,n={}){var i=zs;super(t),this[i(270)]=new Ei.StickyPanelView(t),this[i(276)]=new Ei.ToolbarView(t,{shouldGroupWhenFull:n[i(260)]}),this[i(277)]=new Ei.InlineEditableUIView(t,e)}[zs(259)](){var t=zs;super[t(259)](),this[t(270)][t(269)][t(268)](this[t(276)]),this[t(273)][t(268)](this[t(270)]),this[t(265)][t(268)](this[t(275)])}}const Bs=Ws;function qs(){const t=["_ui","locale","config","21UUpAvA","20388pqhetJ","initialData","955880sBDelO","editing","4RUZEPj","create","ready","updateSourceElement","fire","data","176YAmbjX","113930FFSVJa","get","document","initPlugins","778225hSfoKq","3981252PZsrkf","sourceElement","createRoot","621FLkbCS","destroy","init","view","model","784233HHkOmM","167124ADPOWi","400CWaCAi"];return(qs=function(){return t})()}function Ws(t,e){const n=qs();return(Ws=function(t,e){return n[t-=102]})(t,e)}!function(t){const e=Ws,n=t();for(;;)try{if(410555===-parseInt(e(106))/1+parseInt(e(126))/2*(parseInt(e(115))/3)+-parseInt(e(122))/4*(-parseInt(e(117))/5)+-parseInt(e(107))/6+parseInt(e(121))/7*(parseInt(e(124))/8)+parseInt(e(110))/9*(parseInt(e(102))/10)+parseInt(e(132))/11*(-parseInt(e(116))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qs);class Js extends((0,Wn.ElementApiMixin)(Wn.Editor)){get ui(){return this[Ws(118)]}constructor(t,e){const n=Ws;super(e),this[n(108)]=t,this[n(114)][n(104)][n(109)]();const i=new Us(this[n(119)],this[n(125)][n(113)],{shouldToolbarGroupWhenFull:!0});this[n(118)]=new Ls(this,i)}[Bs(111)](){const t=Bs;return this[t(129)](),this.ui[t(111)](),super[t(111)]()}static async[Bs(127)](t,e){const n=Bs,i=new this(t,e);return await i[n(105)](),await i.ui[n(112)](t),await i[n(131)][n(112)](i[n(120)][n(103)](n(123))||""),i[n(130)](n(128)),i}}const Gs=Ys;function Ys(t,e){const n=$s();return(Ys=function(t,e){return n[t-=312]})(t,e)}!function(t){const e=Ys,n=t();for(;;)try{if(669139===parseInt(e(319))/1*(-parseInt(e(376))/2)+-parseInt(e(315))/3+-parseInt(e(312))/4*(-parseInt(e(388))/5)+-parseInt(e(397))/6+parseInt(e(414))/7*(-parseInt(e(390))/8)+-parseInt(e(360))/9*(-parseInt(e(455))/10)+-parseInt(e(354))/11*(-parseInt(e(442))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($s);const Ks=[Gs(454),Gs(324)];class Qs extends Wn.Plugin{static get[Gs(425)](){return Gs(446)}static get[Gs(395)](){return!0}static get[Gs(452)](){return!0}constructor(t){const e=Gs;function n(t){const e=Ys;return t[e(356)]((t=>String[e(447)](t)))[e(426)]("")}super(t),this[e(343)]=e(362),t[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),t[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}}class Xs extends Wn.Plugin{static get[Gs(425)](){return Gs(410)}static get[Gs(395)](){return!0}static get[Gs(452)](){return!0}static get[Gs(380)](){return[Oi,tr]}constructor(e){const n=Gs;if(super(e),!this[n(418)][n(384)][n(438)](n(330)))throw new t.CKEditorError(n(370),this);this[n(313)]=null,this[n(418)][n(384)][n(373)](n(366),(t=>this[n(331)]({...t,translations:this[n(418)][n(412)][n(451)]}))),this[n(418)][n(384)][n(373)](n(334),(t=>this[n(407)](t))),this[n(418)][n(384)][n(373)](n(335),(t=>this[n(423)](t))),this[n(418)][n(384)][n(373)](n(332),!1),this[n(355)](),this[n(420)]()}set[Gs(436)](t){const e=Gs;this[e(418)][e(314)][e(438)](e(430))[e(436)]=t}get[Gs(436)](){const t=Gs;return this[t(418)][t(314)][t(438)](t(430))[t(436)]}[Gs(316)](t){const e=Gs;return this[e(418)][e(314)][e(438)](e(430))[e(316)](t)}[Gs(367)](t){const e=Gs;return this[e(418)][e(314)][e(438)](e(344))[e(367)](t)}[Gs(394)](t){const e=Gs;return this[e(418)][e(314)][e(438)](e(344))[e(394)](t||{toJSON:!1})}[Gs(353)](){const e=Gs,n=this[e(418)],i=(0,Jn.sanitizeEditorConfig)(n,Ks),r=n[e(314)][e(438)](e(430)),s=n[e(314)][e(438)](e(444))[e(403)];return i[e(328)]=[e(402),e(351),e(383)],delete i[e(433)],i[e(314)][e(428)](Qs,kr,Pr,class extends Wn.Plugin{static get[e(380)](){return[kr,e(444)]}[e(336)](){const i=e,o=this[i(418)][i(314)][i(438)](i(444));for(const t of s)t[i(427)]||o[i(321)](t.id)||o[i(359)](t);const a=r[i(337)][i(394)]();let c=null;const u=this[i(418)][i(314)][i(438)](i(411));u[i(436)]=r[i(436)],u[i(434)](i(338)).to(r),this[i(418)][i(441)][i(438)](i(351))[i(434)](i(338)).to(n,i(400),(t=>!t));for(const e of a){const n=null===e[i(449)];if(n&&e[i(378)]===e[i(357)])continue;const s=e[i(346)]();u[i(316)](s,((s,o,a)=>{const u=i;if(n){if(c)c[u(350)](s,o);else if(!o){const e=a[u(346)]();e.id=(0,t.uid)(),r[u(404)](e,a[u(378)])[u(415)]((t=>{c=t}))}}else e[u(350)](s,o)}))}}},js),i}[Gs(355)](){const t=Gs,e=this[t(418)][t(384)][t(438)](t(330))[t(372)];this[t(418)][t(384)][t(349)](t(366),(async()=>{const n=t;this[n(418)][n(363)](n(352));const i=this[n(418)][n(314)][n(438)](n(430));if(this[n(418)][n(314)][n(416)](n(392))){const t=this[n(418)][n(314)][n(438)](n(392));await t[n(379)]()}else await i[n(406)]();if(this[n(418)][n(314)][n(416)](n(381))&&this[n(418)][n(314)][n(438)](n(381))[n(450)](),this[n(418)][n(314)][n(416)](n(347))){const t=this[n(418)][n(314)][n(438)](n(347));t[n(325)]&&t[n(417)]()}const r=this[n(353)]();return e(r)[n(415)]((t=>{const e=n;return this[e(313)]=t,this[e(418)][e(314)][e(416)](e(340))&&this[e(418)][e(314)][e(438)](e(340))[e(317)](),t}))[n(456)]((t=>(console[n(443)](t),this[n(418)][n(393)](n(352)),null)))}))}[Gs(420)](){const t=Gs,e=this[t(418)][t(384)][t(438)](t(330))[t(453)];this[t(418)][t(384)][t(349)](t(334),(()=>(this[t(418)][t(314)][t(416)](t(381))&&this[t(418)][t(314)][t(438)](t(381))[t(450)](),this[t(313)][t(314)][t(438)](t(411))[t(368)](),e(this[t(313)])[t(415)]((()=>{const e=t;if(this[e(418)][e(393)](e(352)),this[e(313)]=null,this[e(418)][e(314)][e(416)](e(340))){const t=this[e(418)][e(314)][e(438)](e(340));t[e(317)](),t[e(382)]()}})))))}[Gs(331)](t){const e=Gs,n=this[e(418)][e(384)][e(438)](e(323)),i=this[e(418)][e(384)][e(438)](e(341)),r=this[e(418)][e(384)][e(438)](e(431));return Js[e(326)](r,t)[e(415)]((t=>(i[e(398)][e(377)]=e(437),n[e(398)][e(377)]=e(458),t)))}[Gs(407)](t){const e=Gs,n=this[e(418)][e(384)][e(438)](e(323));return this[e(418)][e(384)][e(438)](e(341))[e(398)][e(377)]=e(458),n[e(398)][e(377)]="",t[e(440)]()}async[Gs(423)](t){const e=Gs,n=this[e(418)],i=this[e(313)][e(314)][e(438)](e(411)),r=n[e(314)][e(438)](e(430)),s=i[e(337)][e(367)](t);let o,a,c;try{o=await i[e(422)](s),a=await i[e(385)](s)}catch(t){return void console[e(443)](t)}n[e(333)][e(457)]((t=>{const i=e;for(const e of Array[i(408)](n[i(333)][i(318)][i(342)](i(386))))t[i(361)](e)})),i[e(320)]=!1,n[e(333)][e(419)]((t=>{const i=e;t[i(405)](null),t[i(358)](n[i(333)][i(322)][i(329)][i(391)]());const r=Object[i(339)](o);for(const e of n[i(333)][i(322)][i(413)])i(348)!=e[i(364)]&&e[i(365)]()&&!r[i(439)](e[i(364)])&&t[i(375)](e);for(const e of r){let r=n[i(333)][i(322)][i(345)](e);r&&r[i(365)]()||(r=t[i(424)](e));const s=a[e],c=Object[i(339)](s),u=o[e];for(const e of r[i(391)]())c[i(439)](e)||t[i(409)](e,r);for(const n of c)t[i(445)](n,a[e][n],r);t[i(448)](t[i(429)](r)),t[i(432)](n[i(389)][i(399)](u,r),r,0)}}));const u=$n(n[e(412)],e(435));return c=s[e(421)]?-1==s[e(421)][e(327)](u)?u+": "+s[e(421)]:s[e(421)]:u+": "+s[e(387)][e(401)](n[e(412)][e(374)],{month:e(369),day:e(396)})+", "+s[e(387)][e(371)](n[e(412)][e(374)],{hour:e(396),minute:e(396)}),await r[e(404)]({name:c}),i[e(320)]=!0,n[e(384)][e(438)](e(330))[e(453)]()}}function $s(){const t=["editor","enqueueChange","_enhanceCloseRevisionViewerCallback","name","getRevisionData","_restoreRevision","addRoot","pluginName","join","isAnonymous","push","createRangeIn","RevisionTracker","revisionHistory.viewerEditorElement","insert","lazyRoots","bind","Restored","adapter","block","get","includes","destroy","commands","19977564jxSoAb","error","Users","setAttribute","RevisionViewerIntegration","fromCharCode","remove","creator","_recalculatePageBreaks","translations","isPremiumPlugin","closeRevisionViewerCallback","RevisionHistoryUI","160RsToOh","catch","change","none","12FgqMWP","_viewerEditor","plugins","2438577SzOTXl","addRevisionData","refreshVisibility","markers","7fJxYGj","isReady","getUser","document","revisionHistory.editorContainer","RestrictedEditingMode","isOpen","create","indexOf","toolbar","selection","revisionHistory","_showRevisionViewer","revisionHistory.requireRevisionName","model","revisionHistory.closeRevisionViewerCallback","revisionHistory.restoreRevisionCallback","init","repository","isEnabled","keys","Annotations","revisionHistory.viewerContainer","getMarkersGroup","result","RevisionsRepository","getRoot","toJSON","Dialog","$graveyard","set","_update","restoreRevision","revision-history-viewer-opened","_getRevisionViewerEditorConfig","11mvVKVn","_enhanceShowRevisionViewerCallback","map","fromVersion","removeSelectionAttribute","addUser","78480FMAXVT","removeMarker","end","enableReadOnlyMode","rootName","isAttached","revisionHistory.showRevisionViewerCallback","getRevision","_cleanUp","long","revision-history-missing-configuration","toLocaleTimeString","showRevisionViewerCallback","define","uiLanguage","detachRoot","80326ZvOsSf","display","toVersion","save","requires","PaginationLookup","refreshPositioning","changesNavigation","config","getRevisionRootsAttributes","restrictedEditingException","createdAt","1706405CiZhlc","data","168088srlXcG","getAttributeKeys","Autosave","disableReadOnlyMode","getRevisions","isOfficialPlugin","numeric","6264060ZDyBXd","style","parse","isReadOnly","toLocaleDateString","exitToEditing","users","saveRevision","setSelection","update","_closeRevisionViewer","from","removeAttribute","RevisionHistory","RevisionViewer","locale","roots","7zWZWLQ","then","has","hide"];return($s=function(){return t})()}function to(t,e){var n=eo();return(to=function(t,e){return n[t-=367]})(t,e)}function eo(){var t=["22516659PtPpVd","129784uJLZCt","48584YGNeaj","1170gGMhPr","144mPVQns","576xSoIoZ","6215CshpcJ","9266940ocRYYA","2LefLnV","5134318ermBVT","103736mUfcQL"];return(eo=function(){return t})()}!function(t){for(var e=to,n=t();;)try{if(623156===parseInt(e(371))/1*(-parseInt(e(376))/2)+-parseInt(e(367))/3*(-parseInt(e(373))/4)+-parseInt(e(369))/5*(-parseInt(e(377))/6)+-parseInt(e(372))/7+parseInt(e(375))/8*(parseInt(e(368))/9)+parseInt(e(370))/10+-parseInt(e(374))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eo)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
|
|
5
|
+
*/(()=>{var t={528:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},216:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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%}@media (prefers-reduced-motion:reduce){.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision{transition:none}}.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 a=o},11:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},249:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.push([t.id,".ck.ck-revision-history-sidebar__revision-author{display:block;position:relative;transition:var(--ck-revision-history-revision-transitions)}@media (prefers-reduced-motion:reduce){.ck.ck-revision-history-sidebar__revision-author{transition:none}}.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 a=o},329:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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%}@media (prefers-reduced-motion:reduce){.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input{transition:none}}.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 a=o},426:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},722:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},173:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},45:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},536:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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 a=o},560:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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}@media (prefers-reduced-motion:reduce){.ck.ck-editor__editable:after,.ck.ck-editor__editable:before{transition:none}}.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;z-index:2}.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 a=o},161:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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:solid var(--ck-color-base-border);border-radius:0;border-width:1px 1px 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.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar{border:0;border-bottom:1px solid var(--ck-color-base-border)}.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 a=o},959:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(168),r=n.n(i),s=n(433),o=n.n(s)()(r());o.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-number,.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 a=o},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,r,s){"string"==typeof t&&(t=[[null,t,void 0]]);var o={};if(i)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(o[c]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&o[l[0]]||(void 0!==s&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=s),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),r&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=r):l[4]="".concat(r)),e.push(l))}},e}},168:t=>{"use strict";t.exports=function(t){return t[1]}},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},O={year:k,month:b,day:k,weekday:b},S={year:k,month:_,day:k},T={year:k,month:_,day:k,weekday:_},x={hour:k,minute:k},A={hour:k,minute:k,second:k},M={hour:k,minute:k,second:k,timeZoneName:b},N={hour:k,minute:k,second:k,timeZoneName:_},R={hour:k,minute:k,hour12:!1},E={hour:k,minute:k,second:k,hour12:!1},V={hour:k,minute:k,second:k,hour12:!1,timeZoneName:b},j={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},L={year:k,month:b,day:k,hour:k,minute:k},P={year:k,month:b,day:k,hour:k,minute:k,second:k},F={year:k,month:b,day:k,weekday:b,hour:k,minute:k},z={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},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},U={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 X(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 K(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 mt(t){return K(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"],Ot=["M","T","W","T","F","S","S"];function St(t){switch(t){case"narrow":return[].concat(Ot);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"],At=["BC","AD"],Mt=["B","A"];function Nt(t){switch(t){case"narrow":return[].concat(Mt);case"short":return[].concat(At);case"long":return[].concat(xt);default:return null}}function Rt(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:S,DDDD:T,t:x,tt:A,ttt:M,tttt:N,T:R,TT:E,TTT:V,TTTT:j,f:D,ff:L,fff:z,ffff:Z,F:C,FF:P,FFF:H,FFFF:U},Vt=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 St(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 Nt(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return Rt(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 Rt(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),jt=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,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 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),Pt=RegExp("^"+pt.source+"$"),Ft={};var zt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Ht={},Zt=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={},Ft={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Pt))},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,Ft[n]||(Ft[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"})),Ft[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=zt[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),Ut=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===Ut&&(Ut=new e(0)),Ut}}]);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=Zt.parseGMTOffset(t))?qt.instance(n):Zt.isValidSpecifier(i)?Zt.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,Xt=null,Kt=null,Qt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Zt.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||Lt.instance}},{key:"defaultLocale",get:function(){return Gt},set:function(t){Gt=t}},{key:"defaultNumberingSystem",get:function(){return Xt},set:function(t){Xt=t}},{key:"defaultOutputCalendar",get:function(){return Kt},set:function(t){Kt=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=Zt.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:di.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(K(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(O):return"EEE, LLL d, yyyy";case yt(S):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(A):return"h:mm:ss a";case yt(M):case yt(N):return"h:mm a";case yt(R):return"HH:mm";case yt(E):return"HH:mm:ss";case yt(V):case yt(j):return"HH:mm";case yt(D):return"M/d/yyyy, h:mm a";case yt(L):return"LLL d, yyyy, h:mm a";case yt(z):return"LLLL d, yyyy, h:mm a";case yt(Z):return e;case yt(C):return"M/d/yyyy, h:mm:ss a";case yt(P):return"LLL d, yyyy, h:mm:ss a";case yt(F):return"EEE, d LLL yyyy, h:mm a";case yt(H):return"LLLL d, yyyy, h:mm:ss a";case yt(U):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return e}}(this.opts),e=le.create("en-US");return Vt.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=di.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,St,(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=di.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=[di.utc(2016,11,13,9),di.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,Nt,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[di.utc(-40,1,1),di.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 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 Oe(t,e){return[{year:Ie(t,e),month:Ie(t,e+1,1),day:Ie(t,e+2,1)},null,e+3]}function Se(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]?Zt.create(t[e]):null,e+1]}var Ae=RegExp("^T?"+pe.source+"$"),Me=/^-?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 Ne(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 Re={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 Ve=/^(?:(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 je(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?Re[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$/,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 Pe(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 Fe(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 ze=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),He=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),Ze=he(/(\d{4})-?(\d{3})/,ge),Ue=he(ye),qe=de(Oe,Se,Te),Be=de(ke,Se,Te),We=de(be,Se,Te),Je=de(Se,Te);var Ye=de(Se);var Ge=he(/(\d{4})-(\d\d)-(\d\d)/,we),Xe=he(_e),Ke=de(Oe,Se,Te,xe),Qe=de(Se,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,[Me,Ne])}(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,[Ae,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 jt?e:new jt(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 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?Vt.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 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 jt?e:new jt(e,n);if($t.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=fi(e),r=fi(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=fi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=fi(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=di.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=di.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(fi).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=di.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Zt.isValidSpecifier(t)&&Zt.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 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)}function _n(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 wn="( |"+String.fromCharCode(160)+")",In=new RegExp(wn,"g");function On(t){return t.replace(/\./g,"\\.?").replace(In,wn)}function Sn(t){return t.replace(/\./g,"").replace(In," ").toLowerCase()}function Tn(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 Sn(i)===Sn(t)}))+e}}}function xn(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function An(t){return{regex:t,deser:function(t){return t[0]}}}var Mn={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 Nn=null;function Rn(t,e){if(t.literal)return t;var n=Vt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=Vt.create(e,n).formatDateTimeParts((Nn||(Nn=di.fromMillis(1555555555555)),Nn)).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=Mn[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 En(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return Rn(t,e)})))}(Vt.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 Tn(i.eras("short",!1),0);case"GG":return Tn(i.eras("long",!1),0);case"y":return _n(h);case"yy":case"kk":return _n(f,ut);case"yyyy":case"kkkk":return _n(a);case"yyyyy":return _n(v);case"yyyyyy":return _n(c);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return _n(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return _n(s);case"MMM":return Tn(i.months("short",!0,!1),1);case"MMMM":return Tn(i.months("long",!0,!1),1);case"LLL":return Tn(i.months("short",!1,!1),1);case"LLLL":return Tn(i.months("long",!1,!1),1);case"o":case"S":return _n(l);case"ooo":case"SSS":return _n(o);case"u":return An(d);case"a":return Tn(i.meridiems(),0);case"E":case"c":return _n(r);case"EEE":return Tn(i.weekdays("short",!1,!1),1);case"EEEE":return Tn(i.weekdays("long",!1,!1),1);case"ccc":return Tn(i.weekdays("short",!0,!1),1);case"cccc":return Tn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return xn(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return xn(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return An(/[a-z_+-/]{1,256}?/i);default:return m(t)}}(n)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"},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(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:Zt.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(Q(d,"a")&&Q(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],jn=[0,31,60,91,121,152,182,213,244,274,305,335];function Dn(t,e){return new jt("unit out of range","you specified "+e+" (of type "+typeof e+") as a "+t+", which is invalid")}function Cn(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)?jn:Vn)[e-1]}function Pn(t,e){var n=rt(t)?jn:Vn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Fn(t){var e,n=t.year,i=t.month,r=t.day,s=Ln(n,i,r),o=Cn(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 zn(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Cn(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=Pn(e,a),u=c.month,l=c.day;return Object.assign({year:e,month:u,day:l},mt(t))}function Hn(t){var e=t.year,n=Ln(e,t.month,t.day);return Object.assign({year:e,ordinal:n},mt(t))}function Zn(t){var e=t.year,n=Pn(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},mt(t))}function Un(t){var e=W(t.year),n=$(t.month,1,12),i=$(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 qn(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&&Dn("millisecond",r):Dn("second",i):Dn("minute",n):Dn("hour",e)}var Bn="Invalid DateTime",Wn=864e13;function Jn(t){return new jt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Yn(t){return null===t.weekData&&(t.weekData=Fn(t.c)),t.weekData}function Gn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new di(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 Kn(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 $n(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 ti(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=di.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return di.invalid(new jt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ei(t,e,n){return void 0===n&&(n=!0),t.isValid?Vt.create(le.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function ni(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=ei(t,m);return c&&(p="T"+p),p}var ii={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},ri={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},si={ordinal:1,hour:0,minute:0,second:0,millisecond:0},oi=["year","month","day","hour","minute","second","millisecond"],ai=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ci=["year","ordinal","hour","minute","second","millisecond"];function ui(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 li(t,e){for(var n,i=l(oi);!(n=i()).done;){var r=n.value;q(t[r])&&(t[r]=ii[r])}var s=Un(t)||qn(t);if(s)return di.invalid(s);var o=$t.now(),a=Qn(t,e.offset(o),e),c=a[0],u=a[1];return new di({ts:c,zone:e,o:u})}function hi(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 di=function(){function t(t){var e=t.zone||$t.defaultZone,n=t.invalid||(Number.isNaN(t.ts)?new jt("invalid input"):null)||(e.isValid?null:Jn(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=Kn(this.ts,o),i=(n=Number.isNaN(i.year)?new jt("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():li({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}):li({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(Jn(s))},t.fromMillis=function(e,n){if(void 0===n&&(n={}),B(e))return e<-Wn||e>Wn?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(Jn(n));var i=$t.now(),r=n.offset(i),s=ft(e,ui,["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=Kn(i,r);p?(f=ai,v=ri,y=Fn(y)):o?(f=ci,v=si,y=Hn(y)):(f=oi,v=ii);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=W(t.weekYear),n=$(t.weekNumber,1,ct(t.weekYear)),i=$(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=W(t.year),n=$(t.ordinal,1,st(t.year));return e?!n&&Dn("ordinal",t.ordinal):Dn("year",t.year)}(s):Un(s),I=w||qn(s);if(I)return t.invalid(I);var O=Qn(p?zn(s):o?Zn(s):s,r,n),S=new t({ts:O[0],zone:n,o:O[1],loc:d});return s.weekday&&u&&e.weekday!==S.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+S.toISO()):S},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[ze,qe],[He,Be],[Ze,We],[Ue,Je])}(t);return ti(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),[Ve,je])}(t);return ti(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,Pe],[Ce,Pe],[Le,Fe])}(t);return ti(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=En(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):ti(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,Ke],[Xe,Qe])}(t);return ti(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 jt?e:new jt(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=Vt.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=Qn(this.toObject(),u,e)[0]}return Gn(this,{ts:c,zone:e})}return t.invalid(Jn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Gn(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,ui,[]),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=zn(Object.assign(Fn(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(Hn(this.c),n));var u=Qn(e,this.o,this.zone);return Gn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Gn(this,$n(this,ln(t))):this},e.minus=function(t){return this.isValid?Gn(this,$n(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?Vt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Bn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?Vt.create(this.loc.clone(t),t).formatDateTime(this):Bn},e.toLocaleParts=function(t){return void 0===t&&(t={}),this.isValid?Vt.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),ei(this,n)},e.toISOWeekDate=function(){return ei(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 ni(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ei(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ei(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ei(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 ni(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():Bn},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),hi(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?hi(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 X(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 X(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 En(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?Yn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Yn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Yn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Hn(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 O}},{key:"DATE_FULL",get:function(){return S}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return A}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return M}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return N}},{key:"TIME_24_SIMPLE",get:function(){return R}},{key:"TIME_24_WITH_SECONDS",get:function(){return E}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return V}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return j}},{key:"DATETIME_SHORT",get:function(){return D}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return C}},{key:"DATETIME_MED",get:function(){return L}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return P}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return F}},{key:"DATETIME_FULL",get:function(){return z}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return H}},{key:"DATETIME_HUGE",get:function(){return Z}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return U}}]),t}();function fi(t){if(di.isDateTime(t))return t;if(t&&t.valueOf&&B(t.valueOf()))return di.fromJSDate(t);if(t&&"object"==typeof t)return di.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.c9=di},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var s={},o=[],a=0;a<t.length;a++){var c=t[a],u=i.base?c[0]+i.base:c[0],l=s[u]||0,h="".concat(u," ").concat(l);s[u]=l+1;var d=n(h),f={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==d)e[d].references++,e[d].updater(f);else{var v=r(f,i);i.byIndex=a,e.splice(a,0,{identifier:h,updater:v,references:1})}o.push(h)}return o}function r(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,r){var s=i(t=t||[],r=r||{});return function(t){t=t||[];for(var o=0;o<s.length;o++){var a=n(s[o]);e[a].references--}for(var c=i(t,r),u=0;u<s.length;u++){var l=n(s[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}s=c}}},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,r){var s;if(i)s="";else{s="",r.supports&&(s+="@supports (".concat(r.supports,") {")),r.media&&(s+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(s+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),s+=r.css,o&&(s+="}"),r.media&&(s+="}"),r.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var a=document.createTextNode(s),c=t.childNodes;c[e]&&t.removeChild(c[e]),c.length?t.insertBefore(a,c[e]):t.appendChild(a)}}var r={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=r.singletonCounter++,n=r.singleton||(r.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},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})};var i={};(()=>{"use strict";n.r(i),n.d(i,{Revision:()=>Bn,RevisionHistory:()=>Qs,RevisionHistoryUI:()=>$i,RevisionTracker:()=>Oi,RevisionViewer:()=>kr,RevisionViewerLoadingOverlay:()=>Vr,RevisionViewerUI:()=>Lr,RevisionsRepository:()=>Kn,RevisionsSidebar:()=>Es});var t=n(584);const e=function(){this.__data__=[],this.size=0};const r=function(t,e){return t===e||t!=t&&e!=e};const s=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1};var o=Array.prototype.splice;const a=function(t){var e=this.__data__,n=s(e,t);return!(n<0)&&(n==e.length-1?e.pop():o.call(e,n,1),--this.size,!0)};const c=function(t){var e=this.__data__,n=s(e,t);return n<0?void 0:e[n][1]};const u=function(t){return s(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,i=s(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function h(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])}}h.prototype.clear=e,h.prototype.delete=a,h.prototype.get=c,h.prototype.has=u,h.prototype.set=l;const d=h;const f=function(){this.__data__=new d,this.size=0};const v=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const m=function(t){return this.__data__.get(t)};const p=function(t){return this.__data__.has(t)};const y="object"==typeof global&&global&&global.Object===Object&&global;var g="object"==typeof self&&self&&self.Object===Object&&self;const k=y||g||Function("return this")();const b=k.Symbol;var _=Object.prototype,w=_.hasOwnProperty,I=_.toString,O=b?b.toStringTag:void 0;const S=function(t){var e=w.call(t,O),n=t[O];try{t[O]=void 0;var i=!0}catch(t){}var r=I.call(t);return i&&(e?t[O]=n:delete t[O]),r};var T=Object.prototype.toString;const x=function(t){return T.call(t)};var A=b?b.toStringTag:void 0;const M=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":A&&A in Object(t)?S(t):x(t)};const N=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!N(t))return!1;var e=M(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const E=k["__core-js_shared__"];var V,j=(V=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||""))?"Symbol(src)_1."+V:"";const D=function(t){return!!j&&j in t};var C=Function.prototype.toString;const L=function(t){if(null!=t){try{return C.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var P=/^\[object .+?Constructor\]$/,F=Function.prototype,z=Object.prototype,H=F.toString,Z=z.hasOwnProperty,U=RegExp("^"+H.call(Z).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!N(t)||D(t))&&(R(t)?U:P).test(L(t))};const B=function(t,e){return null==t?void 0:t[e]};const W=function(t,e){var n=B(t,e);return q(n)?n:void 0};const J=W(k,"Map");const Y=W(Object,"create");const G=function(){this.__data__=Y?Y(null):{},this.size=0};const X=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var K=Object.prototype.hasOwnProperty;const Q=function(t){var e=this.__data__;if(Y){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return K.call(e,t)?e[t]:void 0};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;return Y?void 0!==e[t]:$.call(e,t)};const et=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Y&&void 0===e?"__lodash_hash_undefined__":e,this};function nt(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])}}nt.prototype.clear=G,nt.prototype.delete=X,nt.prototype.get=Q,nt.prototype.has=tt,nt.prototype.set=et;const it=nt;const rt=function(){this.size=0,this.__data__={hash:new it,map:new(J||d),string:new it}};const st=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ot=function(t,e){var n=t.__data__;return st(e)?n["string"==typeof e?"string":"hash"]:n.map};const at=function(t){var e=ot(this,t).delete(t);return this.size-=e?1:0,e};const ct=function(t){return ot(this,t).get(t)};const ut=function(t){return ot(this,t).has(t)};const lt=function(t,e){var n=ot(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function ht(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])}}ht.prototype.clear=rt,ht.prototype.delete=at,ht.prototype.get=ct,ht.prototype.has=ut,ht.prototype.set=lt;const dt=ht;const ft=function(t,e){var n=this.__data__;if(n instanceof d){var i=n.__data__;if(!J||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new dt(i)}return n.set(t,e),this.size=n.size,this};function vt(t){var e=this.__data__=new d(t);this.size=e.size}vt.prototype.clear=f,vt.prototype.delete=v,vt.prototype.get=m,vt.prototype.has=p,vt.prototype.set=ft;const mt=vt;const pt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const yt=function(){try{var t=W(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const gt=function(t,e,n){"__proto__"==e&&yt?yt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var kt=Object.prototype.hasOwnProperty;const bt=function(t,e,n){var i=t[e];kt.call(t,e)&&r(i,n)&&(void 0!==n||e in t)||gt(t,e,n)};const _t=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?gt(n,a,c):bt(n,a,c)}return n};const wt=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const It=function(t){return null!=t&&"object"==typeof t};const Ot=function(t){return It(t)&&"[object Arguments]"==M(t)};var St=Object.prototype,Tt=St.hasOwnProperty,xt=St.propertyIsEnumerable;const At=Ot(function(){return arguments}())?Ot:function(t){return It(t)&&Tt.call(t,"callee")&&!xt.call(t,"callee")};const Mt=Array.isArray;const Nt=function(){return!1};var Rt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Et=Rt&&"object"==typeof module&&module&&!module.nodeType&&module,Vt=Et&&Et.exports===Rt?k.Buffer:void 0;const jt=(Vt?Vt.isBuffer:void 0)||Nt;var Dt=/^(?:0|[1-9]\d*)$/;const Ct=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Dt.test(t))&&t>-1&&t%1==0&&t<e};const Lt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Pt={};Pt["[object Float32Array]"]=Pt["[object Float64Array]"]=Pt["[object Int8Array]"]=Pt["[object Int16Array]"]=Pt["[object Int32Array]"]=Pt["[object Uint8Array]"]=Pt["[object Uint8ClampedArray]"]=Pt["[object Uint16Array]"]=Pt["[object Uint32Array]"]=!0,Pt["[object Arguments]"]=Pt["[object Array]"]=Pt["[object ArrayBuffer]"]=Pt["[object Boolean]"]=Pt["[object DataView]"]=Pt["[object Date]"]=Pt["[object Error]"]=Pt["[object Function]"]=Pt["[object Map]"]=Pt["[object Number]"]=Pt["[object Object]"]=Pt["[object RegExp]"]=Pt["[object Set]"]=Pt["[object String]"]=Pt["[object WeakMap]"]=!1;const Ft=function(t){return It(t)&&Lt(t.length)&&!!Pt[M(t)]};const zt=function(t){return function(e){return t(e)}};var Ht="object"==typeof exports&&exports&&!exports.nodeType&&exports,Zt=Ht&&"object"==typeof module&&module&&!module.nodeType&&module,Ut=Zt&&Zt.exports===Ht&&y.process;const qt=function(){try{var t=Zt&&Zt.require&&Zt.require("util").types;return t||Ut&&Ut.binding&&Ut.binding("util")}catch(t){}}();var Bt=qt&&qt.isTypedArray;const Wt=Bt?zt(Bt):Ft;var Jt=Object.prototype.hasOwnProperty;const Yt=function(t,e){var n=Mt(t),i=!n&&At(t),r=!n&&!i&&jt(t),s=!n&&!i&&!r&&Wt(t),o=n||i||r||s,a=o?wt(t.length,String):[],c=a.length;for(var u in t)!e&&!Jt.call(t,u)||o&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Ct(u,c))||a.push(u);return a};var Gt=Object.prototype;const Xt=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Gt)};const Kt=function(t,e){return function(n){return t(e(n))}};const Qt=Kt(Object.keys,Object);var $t=Object.prototype.hasOwnProperty;const te=function(t){if(!Xt(t))return Qt(t);var e=[];for(var n in Object(t))$t.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ee=function(t){return null!=t&&Lt(t.length)&&!R(t)};const ne=function(t){return ee(t)?Yt(t):te(t)};const ie=function(t,e){return t&&_t(e,ne(e),t)};const re=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var se=Object.prototype.hasOwnProperty;const oe=function(t){if(!N(t))return re(t);var e=Xt(t),n=[];for(var i in t)("constructor"!=i||!e&&se.call(t,i))&&n.push(i);return n};const ae=function(t){return ee(t)?Yt(t,!0):oe(t)};const ce=function(t,e){return t&&_t(e,ae(e),t)};var ue="object"==typeof exports&&exports&&!exports.nodeType&&exports,le=ue&&"object"==typeof module&&module&&!module.nodeType&&module,he=le&&le.exports===ue?k.Buffer:void 0,de=he?he.allocUnsafe:void 0;const fe=function(t,e){if(e)return t.slice();var n=t.length,i=de?de(n):new t.constructor(n);return t.copy(i),i};const ve=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const me=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 pe=function(){return[]};var ye=Object.prototype.propertyIsEnumerable,ge=Object.getOwnPropertySymbols;const ke=ge?function(t){return null==t?[]:(t=Object(t),me(ge(t),(function(e){return ye.call(t,e)})))}:pe;const be=function(t,e){return _t(t,ke(t),e)};const _e=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const we=Kt(Object.getPrototypeOf,Object);const Ie=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)_e(e,ke(t)),t=we(t);return e}:pe;const Oe=function(t,e){return _t(t,Ie(t),e)};const Se=function(t,e,n){var i=e(t);return Mt(t)?i:_e(i,n(t))};const Te=function(t){return Se(t,ne,ke)};const xe=function(t){return Se(t,ae,Ie)};const Ae=W(k,"DataView");const Me=W(k,"Promise");const Ne=W(k,"Set");const Re=W(k,"WeakMap");var Ee="[object Map]",Ve="[object Promise]",je="[object Set]",De="[object WeakMap]",Ce="[object DataView]",Le=L(Ae),Pe=L(J),Fe=L(Me),ze=L(Ne),He=L(Re),Ze=M;(Ae&&Ze(new Ae(new ArrayBuffer(1)))!=Ce||J&&Ze(new J)!=Ee||Me&&Ze(Me.resolve())!=Ve||Ne&&Ze(new Ne)!=je||Re&&Ze(new Re)!=De)&&(Ze=function(t){var e=M(t),n="[object Object]"==e?t.constructor:void 0,i=n?L(n):"";if(i)switch(i){case Le:return Ce;case Pe:return Ee;case Fe:return Ve;case ze:return je;case He:return De}return e});const Ue=Ze;var qe=Object.prototype.hasOwnProperty;const Be=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&qe.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const We=k.Uint8Array;const Je=function(t){var e=new t.constructor(t.byteLength);return new We(e).set(new We(t)),e};const Ye=function(t,e){var n=e?Je(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ge=/\w*$/;const Xe=function(t){var e=new t.constructor(t.source,Ge.exec(t));return e.lastIndex=t.lastIndex,e};var Ke=b?b.prototype:void 0,Qe=Ke?Ke.valueOf:void 0;const $e=function(t){return Qe?Object(Qe.call(t)):{}};const tn=function(t,e){var n=e?Je(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const en=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return Je(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Ye(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 tn(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 Xe(t);case"[object Symbol]":return $e(t)}};var nn=Object.create;const rn=function(){function t(){}return function(e){if(!N(e))return{};if(nn)return nn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const sn=function(t){return"function"!=typeof t.constructor||Xt(t)?{}:rn(we(t))};const on=function(t){return It(t)&&"[object Map]"==Ue(t)};var an=qt&&qt.isMap;const cn=an?zt(an):on;const un=function(t){return It(t)&&"[object Set]"==Ue(t)};var ln=qt&&qt.isSet;const hn=ln?zt(ln):un;var dn="[object Arguments]",fn="[object Function]",vn="[object Object]",mn={};mn[dn]=mn["[object Array]"]=mn["[object ArrayBuffer]"]=mn["[object DataView]"]=mn["[object Boolean]"]=mn["[object Date]"]=mn["[object Float32Array]"]=mn["[object Float64Array]"]=mn["[object Int8Array]"]=mn["[object Int16Array]"]=mn["[object Int32Array]"]=mn["[object Map]"]=mn["[object Number]"]=mn[vn]=mn["[object RegExp]"]=mn["[object Set]"]=mn["[object String]"]=mn["[object Symbol]"]=mn["[object Uint8Array]"]=mn["[object Uint8ClampedArray]"]=mn["[object Uint16Array]"]=mn["[object Uint32Array]"]=!0,mn["[object Error]"]=mn[fn]=mn["[object WeakMap]"]=!1;const pn=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(!N(e))return e;var h=Mt(e);if(h){if(a=Be(e),!c)return ve(e,a)}else{var d=Ue(e),f=d==fn||"[object GeneratorFunction]"==d;if(jt(e))return fe(e,c);if(d==vn||d==dn||f&&!s){if(a=u||f?{}:sn(e),!c)return u?Oe(e,ce(a,e)):be(e,ie(a,e))}else{if(!mn[d])return s?e:{};a=en(e,d,c)}}o||(o=new mt);var v=o.get(e);if(v)return v;o.set(e,a),hn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):cn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var m=h?void 0:(l?u?xe:Te:u?ae:ne)(e);return pt(m||e,(function(r,s){m&&(r=e[s=r]),bt(a,s,t(r,n,i,s,e,o))})),a};const yn=function(t){return pn(t,5)};const gn=function(t){return"symbol"==typeof t||It(t)&&"[object Symbol]"==M(t)};var kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bn=/^\w*$/;const _n=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!gn(t))||(bn.test(t)||!kn.test(t)||null!=e&&t in Object(e))};function wn(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(wn.Cache||dt),n}wn.Cache=dt;const In=wn;var On=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Sn=/\\(\\)?/g;const Tn=function(t){var e=In(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(On,(function(t,n,i,r){e.push(i?r.replace(Sn,"$1"):n||t)})),e}));const xn=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 An=b?b.prototype:void 0,Mn=An?An.toString:void 0;const Nn=function t(e){if("string"==typeof e)return e;if(Mt(e))return xn(e,t)+"";if(gn(e))return Mn?Mn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const Rn=function(t){return null==t?"":Nn(t)};const En=function(t,e){return Mt(t)?t:_n(t,e)?[t]:Tn(Rn(t))};const Vn=function(t){if("string"==typeof t||gn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const jn=function(t,e,n,i){if(!N(t))return t;for(var r=-1,s=(e=En(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=Vn(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=N(l)?l:Ct(e[r+1])?[]:{})}bt(a,c,u),a=a[c]}return t};const Dn=function(t,e,n){return null==t?t:jn(t,e,n)};const Cn=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Ln=function(t,e){for(var n=0,i=(e=En(e,t)).length;null!=t&&n<i;)t=t[Vn(e[n++])];return n&&n==i?t:void 0};const Pn=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 Fn=function(t,e){return e.length<2?t:Ln(t,Pn(e,0,-1))};const zn=function(t,e){return e=En(e,t),null==(t=Fn(t,e))||delete t[Vn(Cn(e))]};const Hn=function(t,e){return null==t||zn(t,e)},Zn=qn;function Un(){const t=["creator","toJSON","attributes","map","setName","set","diffData","6JQVQlP","6914072XdJWTH","225GJJaJB","setAttribute","creatorId","fire","_update","authorsIds","33HWnqjb","2717980UXxydQ","16413uxtQbF","authors","46490MLPBMW","14FByTfM","removeAttribute","3423982RxDfcm","toVersion","fromVersion","1008388vCTXEN","name","10614840guiWso","createdAt","512wzocFM"];return(Un=function(){return t})()}function qn(t,e){const n=Un();return(qn=function(t,e){return n[t-=307]})(t,e)}!function(t){const e=qn,n=t();for(;;)try{if(906070===-parseInt(e(310))/1+parseInt(e(307))/2+-parseInt(e(332))/3*(-parseInt(e(314))/4)+-parseInt(e(331))/5*(-parseInt(e(322))/6)+-parseInt(e(335))/7*(-parseInt(e(323))/8)+-parseInt(e(324))/9*(parseInt(e(334))/10)+parseInt(e(330))/11*(-parseInt(e(312))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Un);class Bn extends((0,t.ObservableMixin)()){constructor(e){const n=qn;super(),this.id=e.id||(0,t.uid)(),this[n(315)]=e[n(315)]||null,this[n(333)]=e[n(333)]||[],this[n(321)]=e[n(321)]||null,this[n(308)]=e[n(308)]||0,this[n(309)]=e[n(309)]||0,this[n(320)](n(311),e[n(311)]||""),this[n(320)](n(313),e[n(313)]||new Date),this[n(320)](n(317),e[n(317)]||{})}[Zn(319)](t){this[Zn(328)]({name:t})}[Zn(325)](t,e){const n=Zn,i=yn(this[n(317)]);Dn(i,t,e),this[n(328)]({attributes:i})}[Zn(336)](t){const e=Zn,n=yn(this[e(317)]);Hn(n,t),this[e(328)]({attributes:n})}[Zn(328)](t,e=!1){const n=Zn;let i=!1;const r={id:this.id},s=[n(311),n(313),n(321),n(333),n(317),n(308),n(309),n(326)];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(333)]&&(r[n(329)]=r[n(333)][n(318)]((t=>t.id)),delete r[n(333)]),this[n(327)](n(328),r,e))}[Zn(316)](){const t=Zn;return{id:this.id,name:this[t(311)],creatorId:this[t(315)]?this[t(315)].id:null,authorsIds:this[t(333)][t(318)]((t=>t.id)),diffData:this[t(321)],createdAt:this[t(313)],attributes:this[t(317)],fromVersion:this[t(309)],toVersion:this[t(308)]}}}var Wn=n(782),Jn=n(211),Yn=n(783);const Gn=Xn;function Xn(t,e){const n=Qn();return(Xn=function(t,e){return n[t-=243]})(t,e)}!function(t){const e=Xn,n=t();for(;;)try{if(505376===-parseInt(e(294))/1+parseInt(e(280))/2+-parseInt(e(254))/3+parseInt(e(272))/4*(parseInt(e(251))/5)+parseInt(e(271))/6+-parseInt(e(257))/7*(-parseInt(e(276))/8)+parseInt(e(245))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qn);class Kn extends Wn.Plugin{static get[Gn(292)](){return[Jn.Users]}static get[Gn(243)](){return Gn(283)}static get[Gn(285)](){return!0}static get[Gn(244)](){return!0}get[Gn(259)](){const t=Gn;return this[t(293)][t(259)]}constructor(e){const n=Gn;super(e),this[n(293)]=new t.Collection}[Gn(250)](){!async function(e){const n=k([85,75,117,86,118,111,73,90,110,104,101,109,107,82,57,120,116,113,50,78,87,76,70,88,122,52,105,84,68,71,66,48,53,56,106,103,112,99,97,80,67,102,49,81,74,114,72,55,83,108,51,77,115,79,69,89,54,119,98,121,100,65]),i=964649,r=window[k([68,97,116,101])][k([110,111,119])](),s=e[k([101,100,105,116,111,114])],o=new(window[k([80,114,111,109,105,115,101])])((t=>{s[k([111,110,99,101])](k([114,101,97,100,121]),t)})),a={[k([107,116,121])]:k([69,67]),[k([117,115,101])]:k([115,105,103]),[k([99,114,118])]:k([80,45,50,53,54]),[k([120])]:k([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[k([121])]:k([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[k([97,108,103])]:k([69,83,50,53,54])},c=s[k([99,111,110,102,105,103])][k([103,101,116])](k([108,105,99,101,110,115,101,75,101,121]));function u(t){const n=[new(window[k([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),o[k([116,104,101,110])]((()=>new(window[k([80,114,111,109,105,115,101])])((t=>{const n=e[k([95,114,101,118,105,115,105,111,110,115])];function i(){n[k([108,101,110,103,116,104])]>=7&&t()}i(),n[k([111,110])](k([97,100,100]),i)})))),new(window[k([80,114,111,109,105,115,101])])((t=>{p(k([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&function e(){const n=Xn;for(const e in window)if(window[k([78,117,109,98,101,114])][n(255)](window[k([78,117,109,98,101,114])](e))&&window[e]==i)return t();s[k([115,116,97,116,101])]!=k([100,101,115,116,114,111,121,101,100])&&window[k([115,101,116,84,105,109,101,111,117,116])](e,5e3)}()}))];return window[k([80,114,111,109,105,115,101])][k([114,97,99,101])](n)[k([116,104,101,110])]((()=>t))}function l(){const t=window[k([83,116,114,105,110,103])](window[k([112,101,114,102,111,114,109,97,110,99,101])][k([110,111,119])]())[k([114,101,112,108,97,99,101])](k([46]),"");let e=k([85]);for(let i=0;i<t[k([108,101,110,103,116,104])];i+=2){let r=window[k([112,97,114,115,101,73,110,116])](t[k([115,117,98,115,116,114,105,110,103])](i,i+2));r>=n[k([108,101,110,103,116,104])]&&(r-=n[k([108,101,110,103,116,104])]),e+=n[r]}return e}function h(t){return t[k([115,116,97,114,116,115,87,105,116,104])](k([101,121]))?JSON[k([112,97,114,115,101])](d(t)):null}function d(t){return window[k([97,116,111,98])](t[k([114,101,112,108,97,99,101])](/-/g,k([43]))[k([114,101,112,108,97,99,101])](/_/g,k([47])))}function f(t){let e=5381;function n(t){for(let n=0;n<t[k([108,101,110,103,116,104])];n++){const i=t[k([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[k([105,115,65,114,114,97,121])](e)?e[k([102,111,114,69,97,99,104])](t):e&&typeof e==k([111,98,106,101,99,116])?Object[k([101,110,116,114,105,101,115])](e)[k([115,111,114,116])]()[k([102,111,114,69,97,99,104])]((([e,i])=>{n(e),t(i)})):n(window[k([83,116,114,105,110,103])](e))}(t),e>>>0}function v(t){return t[k([116,111,83,116,114,105,110,103])](16)[k([112,97,100,83,116,97,114,116])](8,k([48]))}function m(t){return t[k([115,112,108,105,116])]("")[k([114,101,118,101,114,115,101])]()[k([106,111,105,110])]("")}function p(t){return s[k([112,108,117,103,105,110,115])][k([104,97,115])](t)}function y(t){return s[k([112,108,117,103,105,110,115])][k([103,101,116])](t)}function g(){}function k(t){const e=Xn;return t[e(266)]((t=>String[e(288)](t)))[e(287)]("")}!function(t){const n=l();s[n]=k([114,101,118,105,115,105,111,110,72,105,115,116,111,114,121,76,105,99,101,110,115,101,75,101,121])+t,t[k([101,110,100,115,87,105,116,104])](k([76,105,109,105,116]))&&(window[l()]=i),t!=k([86,97,108,105,100])&&async function(){if(await o,p(k([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const t=e[k([103,101,116,82,101,118,105,115,105,111,110])](0),n=e[k([103,101,116,69,97,114,108,105,101,114,86,105,115,105,98,108,101,82,101,118,105,115,105,111,110])](t[k([105,100])]),i=y(k([82,101,118,105,115,105,111,110,86,105,101,119,101,114]));return await i[k([99,111,109,112,97,114,101])](t.id,n?n.id:null,!0),i[k([117,110,98,105,110,100])](k([105,115,69,110,97,98,108,101,100])),i[k([105,115,69,110,97,98,108,101,100])]=!1,i[k([99,111,109,112,97,114,101])]=g,void(i[k([95,103,101,116,68,105,102,102])]=g)}if(p(k([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))){const t=y(k([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]));t[k([117,110,98,105,110,100])](k([105,115,69,110,97,98,108,101,100])),t[k([105,115,69,110,97,98,108,101,100])]=!1,t[k([117,112,100,97,116,101])]=g,t[k([115,97,118,101,82,101,118,105,115,105,111,110])]=g}s[k([109,111,100,101,108])][k([99,104,97,110,103,101])]=g,s[k([109,111,100,101,108])][k([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,s[k([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](k([109,111,100,101,108]))}()}(await async function(){let e,n=null,i=null;try{return c==k([71,80,76])?k([78,111,116,65,108,108,111,119,101,100]):(e=function(){const t=c[k([115,112,108,105,116])](k([46]));return 3!=t[k([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=h(t);return e&&n()?e:null;function n(){const t=e[k([106,116,105])],n=window[k([112,97,114,115,101,73,110,116])](t[k([115,117,98,115,116,114,105,110,103])](t[k([108,101,110,103,116,104])]-8),16),i={...e,[k([106,116,105])]:t[k([115,117,98,115,116,114,105,110,103])](0,t[k([108,101,110,103,116,104])]-8)};return delete i[k([118,99])],f(i)==n}}}(),e?(e[k([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(i=function(e,n){return new(window[k([80,114,111,109,105,115,101])])((c=>{if(i())return c(k([86,97,108,105,100]));a(),s[k([100,101,99,111,114,97,116,101])](k([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const l=(0,t.uid)();function h(t){return!!t&&(typeof t===k([111,98,106,101,99,116])||typeof t===k([102,117,110,99,116,105,111,110]))&&typeof t[k([116,104,101,110])]===k([102,117,110,99,116,105,111,110])&&typeof t[k([99,97,116,99,104])]===k([102,117,110,99,116,105,111,110])}function d(t){a(t)[k([116,104,101,110])]((t=>t&&t[k([115,116,97,116,117,115])]==k([111,107])?v(f(l+n))!=t[k([118,101,114,105,102,105,99,97,116,105,111,110])]?k([85,115,97,103,101,76,105,109,105,116]):k([86,97,108,105,100]):k([85,115,97,103,101,76,105,109,105,116])))[k([116,104,101,110])]((t=>(s(),t)),(()=>{const t=o();return null==t?(s(),k([86,97,108,105,100])):k(r-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[k([116,104,101,110])](c)[k([99,97,116,99,104])]((()=>{c(k([85,115,97,103,101,76,105,109,105,116]))}));const i=36e5;function s(){const t=k([108,108,99,116,45])+v(f(e)),n=m(v(window[k([77,97,116,104])][k([99,101,105,108])](r/i)));window[k([108,111,99,97,108,83,116,111,114,97,103,101])][k([115,101,116,73,116,101,109])](t,n)}function o(){const t=k([108,108,99,116,45])+v(f(e)),n=window[k([108,111,99,97,108,83,116,111,114,97,103,101])][k([103,101,116,73,116,101,109])](t);return n?window[k([112,97,114,115,101,73,110,116])](m(n),16)*i:null}function a(t){return new(window[k([80,114,111,109,105,115,101])])(((e,n)=>{t[k([116,104,101,110])](e,n),window[k([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}s[k([111,110])](k([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(k([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[k([114,101,113,117,101,115,116,73,100])]:l}}),{[k([112,114,105,111,114,105,116,121])]:k([104,105,103,104])}),s[k([111,110])](k([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{h(t[k([114,101,116,117,114,110])])&&(u=!0,d(t[k([114,101,116,117,114,110])]))}),{[k([112,114,105,111,114,105,116,121])]:k([108,111,119])}),o[k([116,104,101,110])]((()=>{u||c(k([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return s[k([101,100,105,116,105,110,103])][k([118,105,101,119])][k([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==k([97,117,116,111])}function a(){s[k([101,100,105,116,105,110,103])][k([118,105,101,119])][k([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=k([97,117,116,111])}}(e[k([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[k([106,116,105])])),await async function(){let t=!0;try{const i=c[k([115,112,108,105,116])](k([46])),[r,s,o]=i;return e(r),await n(r,s,o),t}catch(t){return!1}function e(e){const n=h(e);n&&n[k([97,108,103])]==k([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const r=window[k([85,105,110,116,56,65,114,114,97,121])][k([102,114,111,109])](d(i),(t=>t[k([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[k([84,101,120,116,69,110,99,111,100,101,114])]))[k([101,110,99,111,100,101])](e+k([46])+n),o=window[k([99,114,121,112,116,111])][k([115,117,98,116,108,101])];if(!o)return;const c=await o[k([105,109,112,111,114,116,75,101,121])](k([106,119,107]),a,{[k([110,97,109,101])]:k([69,67,68,83,65]),[k([110,97,109,101,100,67,117,114,118,101])]:k([80,45,50,53,54])},!1,[k([118,101,114,105,102,121])]);await o[k([118,101,114,105,102,121])]({[k([110,97,109,101])]:k([69,67,68,83,65]),[k([104,97,115,104])]:{[k([110,97,109,101])]:k([83,72,65,45,50,53,54])}},c,r,s)||(t=!1)}}()?function(){const t=e[k([102,101,97,116,117,114,101,115])];if(!t)return!1;if(t[k([105,110,99,108,117,100,101,115])](k([42])))return!0;if(t[k([105,110,99,108,117,100,101,115])](k([82,72])))return!0;if(t[k([105,110,99,108,117,100,101,115])](k([82,82,72]))){if(p(k([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&y(k([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[k([115,116,97,116,101])]==k([99,111,110,110,101,99,116,101,100]))return!0;if(p(k([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]))||p(k([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}return!1}()?function(){const t=[k([101,118,97,108,117,97,116,105,111,110]),k([116,114,105,97,108])][k([105,110,99,108,117,100,101,115])](e[k([108,105,99,101,110,115,101,84,121,112,101])])?r/1e3:1735257600;return e[k([101,120,112])]<t}()?k([69,120,112,105,114,101,100]):function(){const t=Xn,n=e[k([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[k([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[k([108,111,99,97,116,105,111,110])][t(253)]);if(n[k([105,110,99,108,117,100,101,115])](i))return!0;const r=i[k([115,112,108,105,116])](k([46]));return n[k([102,105,108,116,101,114])]((t=>t[k([105,110,99,108,117,100,101,115])](k([42]))))[k([109,97,112])]((t=>t[k([115,112,108,105,116])](k([46]))))[k([115,111,109,101])]((t=>r[k([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===k([42])))))}()?(e[k([108,105,99,101,110,115,101,84,121,112,101])]==k([101,118,97,108,117,97,116,105,111,110])&&(n=u(k([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[k([108,105,99,101,110,115,101,84,121,112,101])]==k([116,114,105,97,108])&&(n=u(k([84,114,105,97,108,76,105,109,105,116]))),e[k([108,105,99,101,110,115,101,84,121,112,101])]==k([100,101,118,101,108,111,112,109,101,110,116])&&(n=u(k([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(n&&i?new(window[k([80,114,111,109,105,115,101])])(((t,e)=>{n[k([116,104,101,110])](t,e),i[k([116,104,101,110])]((e=>{e!=k([86,97,108,105,100])&&t(e)}),e)})):n||i||k([86,97,108,105,100]))):k([68,111,109,97,105,110,76,105,109,105,116]):k([78,111,116,65,108,108,111,119,101,100]):k([73,110,118,97,108,105,100])):k([73,110,118,97,108,105,100]))}catch(t){return k([73,110,118,97,108,105,100])}}())}(this)}[Gn(275)](t){const e=Gn,n=this[e(277)][e(252)][e(274)](e(290));return new Bn({id:t.id,name:t[e(248)],creator:t[e(289)]?n[e(291)](t[e(289)]):null,diffData:t[e(295)]||t[e(258)],authors:t[e(286)][e(266)]((t=>n[e(291)](t))),createdAt:new Date(t[e(268)]),attributes:t[e(278)],fromVersion:t[e(270)],toVersion:t[e(284)]})}[Gn(246)](t,e=0){const n=Gn;this[n(293)][n(269)](t,e)}[Gn(281)](t){const e=Gn;return this[e(293)][e(274)](t)}[Gn(279)](t={toJSON:!1}){const e=Gn,n=Array[e(247)](this[e(293)]);return n[e(249)](),t[e(273)]?n[e(266)]((t=>t[e(273)]())):n}[Gn(282)](t){const e=Gn;return this[e(293)][e(282)](t)}[Gn(256)](t){const e=Gn,[,n]=this[e(264)](t,{direction:e(296)});return n}[Gn(260)](t){const e=Gn,[,n]=this[e(264)](t,{direction:e(265)});return n}[Gn(261)](t){const e=Gn,n=[];for(const i of this[e(264)](t[e(262)]))if(n[e(263)](i),i.id===t[e(267)])break;return n}*[Gn(264)](t,{direction:e=Gn(296),filter:n=()=>!0}={}){const i=Gn,r=i(296)===e?1:-1;let s=this[i(293)][i(274)](t),o=this[i(282)](s);for(yield s;s;){if(o+=r,s=this[i(281)](o),!s)return;n(s)&&(yield s)}}}function Qn(){const t=["isPremiumPlugin","1141227bweTDV","addRevision","from","name","reverse","afterInit","10nqTOGX","plugins","href","2921808vGFoJI","isNaN","getEarlierVisibleRevision","14cfzgrS","data","length","getLaterVisibleRevision","getRevisionsInDiff","newRevisionId","push","getRevisionsIterator","later","map","oldRevisionId","createdAt","add","fromVersion","5798436FpFggL","105180hQMRuS","toJSON","get","createRevision","1794344iSCQMH","editor","attributes","getRevisions","439830EqXvGP","getRevision","getIndex","RevisionsRepository","toVersion","isOfficialPlugin","authorsIds","join","fromCharCode","creatorId","Users","getUser","requires","_revisions","334988IKEXma","diffData","earlier","pluginName"];return(Qn=function(){return t})()}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"Accept":return i("Accept");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 dt;++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=b?b.prototype:void 0,li=ui?ui.valueOf:void 0;const hi=function(t,e,n,i,s,o,a){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||!o(new We(t),new We(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return r(+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=a.get(t);if(l)return l==e;i|=2,a.set(t,e);var h=oi(c(t),c(e),i,s,o,a);return a.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=Te(t),c=a.length;if(c!=Te(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=Mt(t),a=Mt(e),c=o?mi:Ue(t),u=a?mi:Ue(e),l=(c=c==vi?pi:c)==pi,h=(u=u==vi?pi:u)==pi,d=c==u;if(d&&jt(t)){if(!jt(e))return!1;o=!0,l=!1}if(d&&!l)return s||(s=new mt),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 mt),r(m,p,n,i,s)}}return!!d&&(s||(s=new mt),fi(t,e,n,i,r,s))};const ki=function t(e,n,i,r,s){return e===n||(null==e||null==n||!It(e)&&!It(n)?e!=e&&n!=n:gi(e,n,i,r,t,s))};const bi=function(t,e){return ki(t,e)},_i=Si;function wi(){const t=["getChildren","_getPreviousFrom","howMany","shift","_execute","pluginName","getOperation","model","getChild","clone","createRangeIn","startsWith","reInit","deletions","isAttached","_copyMarkers","view","getWalker","revisionHistoryLicenseKeyDevelopmentLimit","creator","dataToMarker","markers","clear","revision-start","bind","_setAttribute","creatorId","createRange","_handleSplitOperation","vid_start","invalid","_handleRootAttributeOperation","removeRootAttribute","_fixPosition","attributes","reverse","getRevisionRootsAttributes","createPositionFromPath","editor","delete","insertions","_makeModelFromViewString","_diffRoots","graveyardPosition","_getFromVersion","getOperations","getRevisionDocumentData","addRoot","root","sendBufferedUpdates","previousPosition","attachChange","35FOYNMW","_lastFrom","vid","_applyOperations","authors","range","documentFragment","RevisionHistory","history","values","setRevisionData","marked","finally","getRootNames","document","_getBaseVids","filter","_source","get","for","_baseRoots","12AcrIfR","createRevision","dataDowncast","hasContent","_isAttached","_getViewJson","toData","revisionHistoryLicenseKeyUsageLimit","_markChanges","_revisionDataBuilder","elementEnd","type","useFillerType","forEach","_continueCurrentRevision","authorsIds","createPositionAfter","_handleMergeOperation","addRootAttribute","end","_handleInsertOperation","size","map","featureNotAllowed","_loadedStateData","_getVidAttributeName","splitPosition","_handleMoveOperation","revisionHistoryLicenseKeyNotAllowed","editing","diffData","domainLimit","repository","3303736qithHx","insert","trim","_markers","_diffRootsAttributes","revisionHistoryLicenseKeyDomainLimit","NEGATIVE_INFINITY","PendingActions","oldRange","config","locale","464434SwrNLp","path","_showLicenseError","key","offsetSize","editor-initial-data-replaced-with-revision-data","PENDING_ACTION_REVISION_HISTORY","length","reinsert","$text","_removePendingAction","isPremiumPlugin","insertionPosition","isReady","initial","_transformMarkers","getAncestors","_prepareViewToSave","find","_touchedRoots","getAttribute","detachRoot","revisionHistoryLicenseKeyEvaluationLimit","stickiness","_pendingAction","revision:","attributesBefore","insertion","revision","createPositionBefore","revisionHistoryLicenseKeyInvalid","createdAt","_replaceEditorDataWithRevisionData","trialLimit","getRevisions","_startingRevisionId","_makeIdsRoot","getRange","_touched","getRevision","createPositionAt","_createCurrentRevision","addRevision","getMovedRangeStart","default","_handleMarkerOperation","keepParagraph","upcast","rootsAttributes","_touchedMarkers","_setConversion","adapter","getCurrentRevisionId","9EzFehi","isEqual","_handleRootOperation","expired","sort","affectsData","max","has","marker","_handleOperation","usageLimit","licenseKey","vid_end","evaluationLimit","sourcePosition","source","add","version","buildRevisionData","RevisionTracker","_calculateMetaData","slice","processor","isAdd","start","_loadRevisionData","destroy","Users","changeRootAttribute","getRoot","addRevisionData","Initial revision","toModel","_revisionId","_idsRoots","_isInit","_clone","collaboration.channelId","_reset","currentRevision","childCount","getNodeByPath","roots","Empty document","move","_operations","revisionHistory.resumeUnsavedRevision","userId","_startingVersion","children","define","getAttributes","text","merge","init","data-revision-","name","remove","_createFromRanges","getData","revision-end","revisionHistoryLicenseKeyValid","getUser","updateRevisions","resolve","item","keys","plugins","1651020ehQxjs","parse","_authorId","isEnabled","paragraph","_baseIdsRoots","rootName","element","attributesAfter","ready","_baseRootsAttributes","tableCell","then","targetPosition","nodeAfter","_isPendingUpdate","setSource","from","split","11DPaSUH","update","_findInsertionIndex","revisionHistoryLicenseKeyTrialLimit","fromEntries","markerToData","_update","toView","nodes","271020IlmKWY","getTransformedByOperation","includes","_initialRevisionId","476788pkHhZZ","_fixRange","RealTimeCollaborationClient","push","_lastTo","1370475gkNGjO","initialData","requires","_insertChild","deletion","stringify","_saveMetaData","saveRevision","_removeMetaData","_fixOperation","_loadState","_createInitialRevision","getIndex","_bufferUpdate","string","_cloneOperation","offset","loadState","_licenseKeyCheckInterval","fromVersion","elementStart","$graveyard","RevisionsRepository","afterInit","conversion","_getState","_processRootBeforeSave","_appendChild","getTime","_removeRevisionMarkers","newValue","data","_savedMetaData","parent","982728dcYktr","_bufferedUpdates","some","toVersion","baseVersion","getLatestVersion","developmentLimit","newRange","revisionHistoryLicenseKeyExpired","position","_generateTape","set","_makeRevision","isOfficialPlugin","_addPendingAction"];return(wi=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(485999===-parseInt(e(361))/1+-parseInt(e(532))/2*(parseInt(e(488))/3)+parseInt(e(329))/4+parseInt(e(366))/5+-parseInt(e(400))/6*(-parseInt(e(467))/7)+-parseInt(e(521))/8*(-parseInt(e(261))/9)+-parseInt(e(357))/10*(parseInt(e(348))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);const Ii={c:Yn.ViewContainerElement,a:Yn.ViewAttributeElement,e:Yn.ViewEmptyElement,r:Yn.ViewRawElement,u:Yn.ViewUIElement};class Oi extends Wn.Plugin{static get[_i(420)](){return _i(280)}static get[_i(413)](){return!0}static get[_i(543)](){return!0}static get[_i(368)](){return[Jn.Users,Kn,Wn.PendingActions]}constructor(e){const n=_i;super(e),this[n(583)]=null,this[n(300)]=null,this[n(497)]=new xi(this[n(453)]),this[n(360)]=this[n(453)][n(530)][n(485)](n(298))||n(546),this[n(401)]=new Map,this[n(512)]=null;const i=(0,t.uid)();this[n(484)]={history:this[n(453)][n(422)][n(481)][n(475)],getLatestVersion:()=>Promise[n(325)](this[n(453)][n(422)][n(481)][n(278)]),getCurrentRevisionId:()=>i},this[n(411)](n(545),!1),this[n(411)](n(332),!0),this[n(411)](n(344),!1),this[n(453)][n(530)][n(311)](n(307),!0),this[n(453)][n(390)][n(486)](n(579))[n(435)]({view:n(560)})}[_i(315)](){const t=_i;this[t(520)]=this[t(453)][t(328)][t(485)](t(388)),this[t(582)](),this[t(453)][t(397)].on(t(338),(()=>{const e=t,n=this[e(520)][e(571)](0),i=n&&null===n[e(434)]?n:null;if(this[e(502)]=!!i&&this[e(453)][e(530)][e(485)](e(307)),this[e(453)][e(328)][e(268)](e(363))){const t=this[e(484)][e(584)](),r=this[e(520)][e(571)](t);if(r)this[e(309)]=r[e(385)],this[e(502)]=!1;else{const t=this[e(484)][e(475)][e(306)][e(550)]((t=>!t[e(296)])),r=t?t[e(404)]:this[e(484)][e(475)][e(278)];n?(n[e(403)]<r&&n[e(354)]({toVersion:r}),this[e(502)]?(this[e(484)][e(584)]=()=>i.id,this[e(309)]=i[e(385)]):(this[e(309)]=n[e(403)],this[e(502)]=!1)):(this[e(309)]=r,this[e(502)]=!1)}}else i&&(this[e(453)][e(422)][e(481)][e(475)][e(278)]=Math[e(267)](i[e(403)],this[e(453)][e(422)][e(481)][e(475)][e(278)]),i[e(385)]===i[e(403)]?(0!==i[e(385)]&&(this[e(484)][e(584)]=()=>i.id),this[e(502)]=!1):this[e(502)]&&(this[e(484)][e(584)]=()=>i.id,this[e(309)]=i[e(385)])),this[e(502)]||(this[e(309)]=this[e(453)][e(422)][e(481)][e(278)]);this[e(497)][e(315)](this[e(484)][e(475)]),this[e(377)](this[e(309)]),this[e(573)](this[e(309)]),this[e(583)]&&this[e(464)]()})),this[t(439)](t(545)).to(this,t(344),(t=>!t)),this[t(272)]=this[t(453)][t(530)][t(485)](t(272));const e=this[t(453)];this[t(384)]=setInterval((()=>{const n=t;let i;for(const t in e){const r=t,s=e[r];if(n(322)==s||n(562)==s||n(408)==s||n(526)==s||n(516)==s||n(554)==s||n(351)==s||n(433)==s||n(495)==s){delete e[r],i=s,clearInterval(this[n(384)]),this[n(384)]=void 0;break}}n(562)==i&&e[n(534)](n(445)),n(408)==i&&e[n(534)](n(264)),n(526)==i&&e[n(534)](n(519)),n(516)==i&&e[n(534)](n(511),n(474)),n(554)==i&&e[n(534)](n(274)),n(351)==i&&e[n(534)](n(565)),n(433)==i&&e[n(534)](n(406)),n(495)==i&&e[n(534)](n(271))}),1e3)}async[_i(389)](){const t=_i;if(this[t(520)][t(539)]>0){const e=this[t(520)][t(571)](0),n=await this[t(461)](e),i=await this[t(451)](e);this[t(564)](n,i)}}[_i(287)](){const t=_i;super[t(287)](),this[t(384)]&&clearInterval(this[t(384)])}[_i(345)](t){this[_i(484)]=t}async[_i(349)](){const t=_i,e=await this[t(484)][t(405)]();if(e>this[t(300)][t(403)]){await this[t(376)]();const n=this[t(279)]({revision:this[t(300)],to:e});n[t(471)]=n[t(503)][t(510)]((e=>this[t(453)][t(328)][t(485)](t(288))[t(323)](e))),this[t(300)][t(354)](n)}}async[_i(376)](){const t=_i;this[t(502)]&&!this[t(512)]&&(await this[t(286)](this[t(300)]),this[t(497)][t(383)](this[t(300)]),this[t(512)]={fromVersion:this[t(300)][t(385)],authors:this[t(300)][t(471)][t(282)]()})}async[_i(373)](e={},n=null){const i=_i,r=[];await this[i(376)](),this[i(502)]=!1,n>this[i(300)][i(403)]&&(n=null),null===n&&(n=await this[i(484)][i(405)]());const s=this[i(459)](n),o=this[i(279)]({from:s,to:n});if(this[i(300)][i(403)]<n){const t=this[i(279)]({revision:this[i(300)],from:n,to:n});t[i(471)]=[],t[i(503)]=[],t.id=this[i(300)].id,this[i(300)][i(354)](t,!0),delete t[i(471)],r[i(364)](t)}e[i(441)]=this[i(453)][i(328)][i(485)](i(288)).me.id,e[i(317)]=e[i(317)]||null,e.id=e.id||(0,t.uid)(),e={...e,...o};const a=this[i(291)](e);r[i(364)](e);const c=this[i(520)][i(378)](a);if(0!==c){const t=this[i(520)][i(571)](c-1);if(t[i(385)]!==n){const s=this[i(497)][i(320)](n,t[i(403)]),o={id:t.id,diffData:s[i(518)],authorsIds:s[i(503)],authors:s[i(503)][i(510)]((t=>this[i(453)][i(328)][i(485)](i(288))[i(323)](t))),fromVersion:n};t===this[i(300)]&&(o[i(563)]=new Date(e[i(563)][i(394)]()+10)),t[i(354)](o,!0),delete o[i(471)],r[i(364)](o)}}if(this[i(583)]){for(const t of r)this[i(379)](t.id,t,!0);this[i(464)]()}return a}[_i(291)](t){const e=_i,n=this[e(520)][e(489)](t);return this[e(583)]&&n.on(e(354),((t,n,i)=>{const r=e;i||(this[r(379)](n.id,n,!0),this[r(464)]())})),this[e(520)][e(574)](n,this[e(350)](n)),n}async[_i(461)](t){const e=_i;await this[e(286)](t);const n={};for(const i in t[e(518)]){if(t[e(518)][i][e(466)]&&!t[e(518)][i][e(466)][e(429)])continue;const r=this[e(395)](JSON[e(330)](t[e(518)][i][e(455)])),s=this[e(453)][e(517)][e(431)][e(481)],o=new Yn.ViewDocumentFragment(s,r[e(510)]((t=>Ti(t,this[e(453)]))));this[e(453)][e(397)][e(283)][e(500)](e(478)),n[i]=this[e(453)][e(397)][e(283)][e(494)](o),this[e(453)][e(397)][e(283)][e(500)](e(576))}return n}async[_i(451)](t){const e=_i;await this[e(286)](t);const n={};for(const i in t[e(518)])t[e(518)][i][e(466)]&&!t[e(518)][i][e(466)][e(429)]||(n[i]=t[e(518)][i][e(337)]||{});return n}[_i(464)](){const t=_i;if(0===this[t(401)][t(509)])return;if(this[t(344)])return;let e=Array[t(346)](this[t(401)][t(476)]());this[t(401)][t(437)]();for(let n=0;n<e[t(539)];n++){const i=e[n];let r=!1;for(const e of Object[t(327)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(483)]((t=>null!==t)),!e[t(539)])return;for(let n=0;n<e[t(539)];n++){const i=e[n];void 0!==i[t(385)]&&void 0===i[t(403)]&&(i[t(403)]=this[t(520)][t(571)](i.id)[t(403)]),void 0!==i[t(403)]&&void 0===i[t(385)]&&(i[t(385)]=this[t(520)][t(571)](i.id)[t(385)])}const n=this[t(453)][t(530)][t(485)](t(298));this[t(344)]=!0,this[t(414)](),this[t(583)][t(324)](e,n)[t(479)]((()=>{this[t(344)]=!1}))[t(341)]((e=>{const n=t;if(e)for(const t of e)this[n(477)]({id:t.id,createdAt:t[n(563)]});this[n(542)](),this[n(464)]()}))}[_i(564)](e,n){const i=_i;let r=this[i(453)][i(530)][i(485)](i(367)),s=this[i(453)][i(530)][i(485)](i(580));if(void 0===r){r={};for(const t of this[i(453)][i(422)][i(481)][i(480)]())r[t]=""}if(i(380)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(453)][i(422)][i(481)][i(480)]())s[t]={}}let o=!1;const a=Object[i(327)](r),c=Object[i(327)](e);for(const t of a){if(r[t]!==e[t]&&""!==r[t][i(523)]()){o=!0;break}if(!bi(s[t],n[t])&&Object[i(327)](s[t])[i(539)]>0){o=!0;break}}o||(o=c[i(402)]((t=>!this[i(453)][i(422)][i(481)][i(290)](t)))),o&&(0,t.logWarning)(i(537),{editorData:r,editorRootsAttributes:s,revisionData:e,revisionRootsAttributes:n}),this[i(453)][i(530)][i(411)](i(367),e),this[i(453)][i(530)][i(411)](i(580),n)}[_i(414)](){const t=_i;if(!this[t(556)]){const e=this[t(453)][t(328)][t(485)](t(528));this[t(556)]=e[t(277)]($n(this[t(453)][t(531)],t(538)))}}[_i(542)](){const t=_i;this[t(556)]&&(this[t(453)][t(328)][t(485)](t(528))[t(318)](this[t(556)]),this[t(556)]=null)}[_i(350)](t){const e=_i,n=this[e(520)][e(566)]();n[e(450)]();let i=0;for(;i<n[e(539)];){const r=n[i];if(r===this[e(300)]){i++;continue}if(r.id===this[e(360)])break;const s=t[e(403)]-r[e(403)]||t[e(385)]-r[e(385)];if(s>0)break;if(s<0)i++;else{if(!t[e(434)]&&r[e(434)])break;if(r[e(434)]||!t[e(434)]){if(t[e(563)]>r[e(563)])break;i++}else i++}}return i}[_i(477)](t){const e=_i,n=this[e(520)][e(571)](t.id);if(t[e(563)]&&(t[e(563)]=new Date(t[e(563)])),t[e(503)]){const n=this[e(453)][e(328)][e(485)](e(288));t[e(471)]=t[e(503)][e(510)]((t=>n[e(323)](t)))}n[e(354)](t,!0)}[_i(279)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(385)],n=null!==n?n:t[i(403)];const r=this[i(497)][i(320)](e,n),s={diffData:r[i(518)],authorsIds:r[i(503)],fromVersion:e,toVersion:n};if(!t||n!==t[i(403)]){const t=n-1,e=this[i(484)][i(475)][i(421)](t);s[i(563)]=e&&e[i(563)]||new Date}if(this[i(512)]&&e===this[i(512)][i(385)])for(const t of this[i(512)][i(471)])s[i(503)][i(359)](t.id)||s[i(503)][i(364)](t.id);return s}[_i(286)](t){const e=_i;if(!t||t[e(518)])return Promise[e(325)]();{const n=this[e(453)][e(530)][e(485)](e(298));return this[e(583)][e(571)]({channelId:n,revisionId:t.id})[e(341)]((n=>{const i=e;t[i(518)]=n[i(518)]}))}}[_i(379)](t,e,n){const i=_i;if(this[i(401)][i(268)](t)){const r=this[i(401)][i(485)](t);e=n?{...r,...e}:{...e,...r}}this[i(401)][i(411)](t,e)}[_i(459)](t){const e=_i,n=this[e(520)][e(566)]();n[e(450)](),n[e(418)]();const i=n[e(550)]((n=>n[e(403)]<=t))[e(403)];return i<this[e(309)]?this[e(309)]:i}[_i(377)](t){const e=_i,n=this[e(520)][e(571)](this[e(520)][e(539)]-1);if(n)this[e(360)]=n.id;else{const n=!this[e(453)][e(422)][e(481)][e(303)][e(550)]((t=>this[e(453)][e(422)][e(491)](t))),i=this[e(453)][e(328)][e(485)](e(288)).me.id,r=$n(this[e(453)][e(531)],e(n?304:292));this[e(412)]({from:t,to:t,id:this[e(360)],name:r,creatorId:i})}}[_i(573)](t){const e=_i,n=this[e(484)][e(584)]();this[e(300)]=this[e(520)][e(571)](n),this[e(300)]||(this[e(300)]=this[e(412)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(412)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(279)]({from:e,to:n});o[s(317)]=t,o[s(441)]=i,o.id=r;const a=this[s(291)](o);return this[s(583)]&&this[s(379)](o.id,o,!0),a}[_i(582)](){const t=_i;this[t(453)][t(390)][t(486)](t(490))[t(353)]({model:t(560)})}[_i(395)](t){const e=_i;return(t=t[e(483)]((t=>!t[e(317)]||e(438)!==t[e(317)]&&e(321)!==t[e(317)])))[e(501)]((t=>{const n=e;n(380)!=typeof t&&(t[n(310)]=this[n(395)](t[n(310)]),t[n(449)]=t[n(449)][n(483)]((t=>!t[0][n(426)](n(316)))))})),t}}function Si(t,e){const n=wi();return(Si=function(t,e){return n[t-=261]})(t,e)}function Ti(t,e){const n=_i,i=e[n(517)][n(431)][n(481)];if(n(380)==typeof t)return new Yn.ViewText(i,t);{const r=t[n(310)][n(510)]((t=>Ti(t,e)));return new(Ii[t[n(499)]]||Yn.ViewElement)(i,t[n(317)],t[n(449)],r)}}class xi{constructor(t){const e=_i;this[e(453)]=t,this[e(398)]=new Map,this[e(468)]=-1,this[e(365)]=-1,this[e(524)]=new Map,this[e(457)]=new Map,this[e(525)]=new Map,this[e(487)]=new Map,this[e(339)]=new Map,this[e(295)]=new Map,this[e(334)]=new Map,this[e(570)]=new Map,this[e(581)]=new Map,this[e(551)]=new Map,this[e(294)]=1}[_i(315)](t){const e=_i;this[e(276)]=t;const n=new Map,i=new Map,r=this[e(453)][e(422)][e(481)][e(303)][e(510)]((t=>t[e(335)]));for(const t of r){const r=this[e(453)][e(422)][e(481)][e(290)](t),s=Ai(r);n[e(411)](t,s),i[e(411)](t,Object[e(352)](r[e(312)]()))}const s=Array[e(346)](this[e(453)][e(422)][e(436)])[e(510)]((t=>[t[e(317)],t[e(569)]()])),o=this[e(276)][e(278)];this[e(372)](o,n,s,i),this[e(567)]=this[e(294)];const a=new Map,c=new Map;for(const t of r){const n=Mi(t);a[e(411)](t,n),c[e(411)](t,{})}this[e(372)](Number[e(527)],a,[],c)}[_i(320)](t,e){const n=_i;if(this[n(468)]===t&&this[n(365)]<=e)this[n(398)][n(509)]>1&&this[n(374)](this[n(365)]),this[n(470)](this[n(365)],e,!0);else{if(!this[n(398)][n(268)](t)){const e=this[n(416)](t);this[n(281)](e,t,!1)}this[n(281)](t,e,!0)}return this[n(468)]=t,this[n(365)]=e,this[n(391)]()}[_i(383)](t){const e=_i;this[e(299)](),this[e(468)]=t[e(385)],this[e(365)]=t[e(403)];for(const n in t[e(518)]){const i=t[e(518)][n][e(466)],r=yn(t[e(518)][n][e(558)])||{},s=this[e(456)](t[e(518)][n][e(428)]);s[e(335)]=n,s[e(492)]=!i||!i[e(429)],s[e(429)]=()=>s[e(492)],this[e(487)][e(411)](n,s),this[e(339)][e(411)](n,r),i&&this[e(551)][e(411)](n,i);const o=this[e(568)](s);this[e(334)][e(411)](n,o);for(const[t,n]of s[e(436)]){if(!t[e(426)](e(557)))continue;const i=t[e(347)](":")[2];for(const t of n[e(432)]({singleCharacters:!0})){const n=this[e(513)](t),r=e(498)==t[e(499)]?t[e(465)][e(533)][e(282)](0,-1):t[e(465)][e(533)],s=o[e(302)](r)[e(552)](n);this[e(570)][e(411)](s,{userId:i})}}}this[e(567)]=this[e(294)];const n=[...Array(this[e(294)])[e(327)]()][e(282)](1)[e(483)]((t=>!this[e(570)][e(268)](t)));let i=0;const r=new Map;for(const s in t[e(518)]){const o=t[e(518)][s][e(466)],a=yn(t[e(518)][s][e(337)])||{},c=this[e(456)](t[e(518)][s][e(455)]);c[e(335)]=s,c[e(492)]=!o||o[e(429)],c[e(429)]=()=>c[e(492)],this[e(457)][e(411)](s,c),this[e(525)][e(411)](s,a);const u=this[e(568)](c,Number[e(527)]);this[e(295)][e(411)](s,u),r[e(411)](s,c[e(429)]()?a:{});for(const[t,n]of c[e(436)]){if(!t[e(426)](e(557)))continue;const i=t[e(347)](":")[2];for(const t of n[e(432)]({singleCharacters:!0})){const n=this[e(513)](t),r=this[e(294)]++,s=e(498)==t[e(499)]?t[e(465)][e(533)][e(282)](0,-1):t[e(465)][e(533)];u[e(302)](s)[e(440)](n,r),this[e(570)][e(411)](r,{userId:i})}}for(const t of this[e(453)][e(422)][e(425)](c)[e(432)]({singleCharacters:!0})){const r=this[e(513)](t),s=e(498)==t[e(499)]?t[e(465)][e(533)][e(282)](0,-1):t[e(465)][e(533)],o=u[e(302)](s);o[e(552)](r)>0||o[e(440)](r,n[i++])}for(const[t,n]of c[e(436)])t[e(426)](e(557))||this[e(524)][e(411)](t,n)}const s=Mi(e(387));this[e(487)][e(411)](e(387),s),this[e(334)][e(411)](e(387),this[e(568)](s,1));const o=Mi(e(387));this[e(457)][e(411)](e(387),o),this[e(295)][e(411)](e(387),this[e(568)](o,1));const a=Array[e(346)](this[e(457)])[e(510)]((([t,e])=>[t,Ai(e)]));this[e(372)](this[e(365)],a,this[e(524)],r)}[_i(456)](t){const e=_i,n=JSON[e(330)](t),i=this[e(453)][e(517)][e(431)][e(481)],r=new Yn.ViewDocumentFragment(i,n[e(510)]((t=>Ti(t,this[e(453)]))));return this[e(453)][e(397)][e(293)](r)}[_i(372)](t,e,n,i){const r=_i,s=new Map(e),o=new Map(yn(i)),a=new Map;for(const[t,e]of n)a[r(411)](t,{start:e[r(285)][r(424)](),end:e[r(507)][r(424)](),rootName:e[r(463)][r(335)]});this[r(398)][r(411)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(374)](t){const e=_i;this[e(398)][e(454)](t)}[_i(427)](){const t=_i;this[t(299)](),this[t(468)]=-1,this[t(365)]=-1,this[t(398)][t(437)](),this[t(315)](this[t(276)])}[_i(299)](){const t=_i;this[t(570)][t(437)](),this[t(581)][t(437)](),this[t(551)][t(437)](),this[t(457)][t(437)](),this[t(525)][t(437)](),this[t(487)][t(437)](),this[t(339)][t(437)](),this[t(295)][t(437)](),this[t(334)][t(437)](),this[t(524)][t(437)](),this[t(294)]=1,this[t(567)]=this[t(294)]}[_i(568)](t,e=null){const n=_i;let i=null;t.is(n(473))||(i=new Yn.Element(t[n(317)],{vid_start:null===e?this[n(294)]++:e++}));const r=[];for(const i of t[n(415)]())if(i.is(n(336))){r[n(364)](this[n(568)](i,e));const t=r[r[n(539)]-1];null!==e&&(e=t.is(n(336),n(541))?t[n(552)](n(469))+1:t[n(552)](n(273))+1)}else for(let t=0;t<i[n(536)];t++)r[n(364)](new Yn.Element(n(541),{vid:null===e?this[n(294)]++:e++}));if(t.is(n(473))){const e=Mi(t[n(335)]);return e[n(369)](0,r),e}return i[n(440)](n(273),null===e?this[n(294)]++:e++),i[n(369)](0,r),i}[_i(281)](t,e,n){const i=_i;this[i(299)]();const{roots:r,markers:s,rootsAttributes:o}=this[i(398)][i(485)](t);this[i(487)]=new Map(r),this[i(339)]=new Map(yn(o));for(const[t,e]of this[i(487)])if(i(387)!==t&&(this[i(457)][i(411)](t,Ai(e)),this[i(525)]=new Map(yn(o)),n)){const n=this[i(294)];this[i(295)][i(411)](t,this[i(568)](e)),this[i(334)][i(411)](t,this[i(568)](e,n))}this[i(567)]=this[i(294)],this[i(457)][i(411)](i(387),Ai(this[i(487)][i(485)](i(387)))),n&&this[i(295)][i(411)](i(387),this[i(568)](this[i(487)][i(485)](i(387))));for(const[t,e]of s){const n=this[i(487)][i(485)](e[i(335)]),r=this[i(457)][i(485)](e[i(335)]),s=new Yn.Range(this[i(448)](e[i(285)],n),this[i(448)](e[i(507)],n)),o=this[i(362)](s,r);n[i(436)][i(411)](t,s),this[i(524)][i(411)](t,o)}this[i(470)](t,e,n)}[_i(470)](t,e,n){const i=_i;for(const r of this[i(276)][i(460)](t,e))this[i(270)](r,n);for(const t of this[i(457)][i(476)]())t[i(436)][i(437)]();for(const[t,e]of this[i(524)])this[i(457)][i(485)](e[i(463)][i(335)])[i(436)][i(411)](t,e[i(424)]());const r=new Map,s=new Map;for(const[t,e]of this[i(457)])r[i(411)](t,Ai(e)),s[i(411)](t,this[i(525)][i(485)](t));this[i(372)](e,r,this[i(524)],s)}[_i(416)](t){const e=_i,n=Array[e(346)](this[e(398)][e(327)]());n[e(265)](((t,e)=>t-e)),n[e(450)]();for(const e of n)if(e<t)return e;return Number[e(527)]}[_i(430)](t,e){const n=_i,i=Array[n(346)](e[n(436)])[n(510)]((([e,i])=>[e,this[n(362)](i,t)]));t[n(436)]=new Map(i)}[_i(547)](t){const e=_i;for(const n of this[e(524)][e(476)]()){const i=n[e(358)](t),r=Yn.Range[e(319)](i);n[e(285)]=r[e(285)],n[e(507)]=r[e(507)]}}[_i(270)](t,e){const n=_i;if(n(462)!=t[n(499)]&&n(553)!=t[n(499)]){if(n(522)==t[n(499)]){const i=t[n(409)][n(463)][n(335)];this[n(457)][n(268)](i)||(this[n(457)][n(411)](i,Mi(i,!0)),this[n(525)][n(411)](i,{}),e&&this[n(295)][n(411)](i,Mi(i,!0)))}else{if(n(506)==t[n(499)]||n(447)==t[n(499)]||n(289)==t[n(499)])return void this[n(446)](t);n(269)==t[n(499)]&&this[n(577)](t)}if(n(269)!==t[n(499)]){const e=this[n(381)](t,this[n(457)]);e[n(419)](),this[n(547)](e)}if(e)switch(t[n(499)]){case n(522):this[n(508)](t);break;case n(305):case n(318):case n(540):this[n(515)](t);break;case n(314):this[n(505)](t);break;case n(347):this[n(443)](t)}}else this[n(263)](t,e)}[_i(381)](t,e){const n=_i,i=t[n(424)]();return i[n(331)]=t[n(331)],this[n(375)](i,e),i}[_i(482)](t){const e=_i;return t[e(510)]((t=>{const n=e,i=this[n(513)](t);return Number(t[n(326)][n(552)](i))}))}[_i(410)](t,e){const n=_i;if(t.is(n(336),n(541)))e[n(364)]({item:t,type:n(313)});else{t.is(n(336))&&e[n(364)]({item:t,type:n(386)});for(const i of t[n(415)]())this[n(410)](i,e);t.is(n(336))&&e[n(364)]({item:t,type:n(498)})}return e}[_i(391)](){const t=_i,e=new Map(this[t(570)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(487)][t(327)](),...this[t(457)][t(327)]()]);a[t(454)](t(387));for(const e of a){const n=this[t(457)][t(485)](e)||Mi(e,!1),i=this[t(487)][t(485)](e)||Mi(e,!1);n[t(429)]()||i[t(429)]()?(r[t(455)][e]=Ai(n),r[t(428)][e]=Ai(i),this[t(430)](r[t(428)][e],i),this[t(430)](r[t(455)][e],n),s[t(455)][e]=this[t(410)](this[t(295)][t(485)](e),[]),s[t(428)][e]=this[t(410)](this[t(334)][t(485)](e)||Mi(e,!1),[])):a[t(454)](e)}for(const r of a){const o=s[t(455)][r];for(const r of o){const s=this[t(513)](r),o=r[t(326)][t(552)](s);n[t(454)](o),o>=this[t(567)]&&i[t(411)](o,e[t(485)](o))}}for(const r of a){const a=s[t(455)][r],c=this[t(482)](s[t(428)][r]);let u=0;for(const r of a){const s=this[t(513)](r),a=r[t(326)][t(552)](s);if(!i[t(268)](a)&&!o[t(268)](a))if(n[t(268)](a))u++;else{if(a!=c[u]){const i=e[t(485)](a)||e[t(485)](c[u]);for(;a!=c[u];)n[t(268)](c[u])||(o[t(411)](c[u],i),e[t(411)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(455)][e];for(const e of r){const r=this[t(513)](e),s=e[t(326)][t(552)](r);if(o[t(268)](s)){const e=o[t(485)](s);n[t(268)](s)||n[t(411)](s,{...e}),i[t(411)](s,{...e})}}}for(const e of n[t(327)]())e>=this[t(567)]&&n[t(454)](e);const c=new Map;for(const e of a){let r=s[t(455)][e];for(const e of r)if(e[t(326)].is(t(336),t(340))){const n=this[t(513)](e),r=e[t(326)][t(552)](n);if(i[t(268)](r)){const n=e[t(326)][t(399)][t(399)][t(552)](t(444)),s=c[t(485)](n)||new Set;s[t(277)](i[t(485)](r)[t(308)]),c[t(411)](n,s)}}r=s[t(428)][e];for(const e of r)if(e[t(326)].is(t(336),t(340))){const i=this[t(513)](e),r=e[t(326)][t(552)](i);if(n[t(268)](r)){const i=e[t(326)][t(399)][t(399)][t(552)](t(444)),s=c[t(485)](i)||new Set;s[t(277)](n[t(485)](r)[t(308)]),c[t(411)](i,s)}}for(const e of c[t(327)]())(i[t(268)](e)||n[t(268)](e))&&c[t(454)](e)}for(const e of a){const r=s[t(455)][e];let o=null,a=null;for(const e of r){const r=this[t(513)](e),s=e[t(326)][t(552)](r),u=c[t(485)](s);u&&t(386)==e[t(499)]&&(o=Array[t(346)](u)[0],a=e[t(326)][t(552)](t(273))),o&&(n[t(411)](s,{userId:o}),i[t(411)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(428)][e],a=r[t(455)][e];for(const{userId:e}of this[t(581)][t(476)]())null!==e&&l[t(277)](e);for(const{userId:e}of this[t(551)][t(476)]())null!==e&&l[t(277)](e);this[t(496)](a,s[t(455)][e],i,t(559),l),this[t(496)](o,s[t(428)][e],n,t(370),l),u[e]={insertions:this[t(549)](a),deletions:this[t(549)](o),attachChange:this[t(551)][t(485)](e)||null,attributesBefore:yn(this[t(339)][t(485)](e))||{},attributesAfter:yn(this[t(525)][t(485)](e))}}return{diffData:u,authorsIds:Array[t(346)](l)}}[_i(392)](t){const e=_i;for(const[,n]of t[e(436)]){const t=n[e(285)][e(548)]()[e(483)]((t=>e(340)==t[e(317)]));for(const n of t)1==n[e(301)]&&n[e(423)](0).is(e(336),e(333))&&n[e(423)](0)[e(440)](e(578),!0)}}[_i(549)](t){const e=_i;this[e(392)](t);const n=this[e(453)][e(397)][e(355)](t,{}),i=Array[e(346)](n[e(415)]())[e(510)]((t=>this[e(493)](t)));return JSON[e(371)](i)}[_i(493)](t){const e=_i;if(t.is(e(541)))return t[e(397)];{const n=t;return{type:Object[e(327)](Ii)[e(550)]((e=>t instanceof Ii[e])),name:n[e(317)],attributes:Array[e(346)](n[e(312)]()),children:Array[e(346)](n[e(415)]())[e(510)]((t=>this[e(493)](t)))}}}[_i(496)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(453)][s(422)];for(let i=0;i<e[s(539)];i++){const r=this[s(513)](e[i]),c=e[i][s(326)][s(552)](r),h=n[s(485)](c),d=i==e[s(539)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(308)]!=o[s(308)])&&(l(h,Ni(a,t,u),Ni(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Ni(a,t,u),Ri(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(308)],d=l(557)+i+":"+h+":"+c++,f=u[l(442)](n,a);t[l(436)][l(411)](d,f),null!==h&&r[l(277)](h)}}[_i(513)](t){const e=_i;switch(t[e(499)]){case e(386):return e(444);case e(498):return e(273);default:return e(469)}}[_i(375)](t,e){const n=_i;t[n(404)]=null;for(const i in t){const r=t[i];if(r instanceof Yn.Position){const s=e[n(485)](r[n(463)][n(335)]);t[i]=this[n(448)](r,s)}if(r instanceof Yn.Range){const s=e[n(485)](r[n(463)][n(335)]);t[i]=this[n(362)](r,s)}n(463)===i&&(t[n(463)]=e[n(485)](t[n(463)][n(335)]))}}[_i(362)](t,e){const n=_i;return this[n(453)][n(422)][n(442)](this[n(448)](t[n(285)],e),this[n(448)](t[n(507)],e))}[_i(448)](t,e){const n=_i;return this[n(453)][n(422)][n(452)](e,t[n(533)],t[n(555)])}[_i(508)](t){const e=_i,n=this[e(295)][e(485)](t[e(409)][e(463)][e(335)]),i=this[e(448)](t[e(409)],n),r=null===t[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,s=i[e(399)],o=this[e(294)],a=[];for(const n of t[e(356)])if(n.is(e(336)))a[e(364)](this[e(568)](n));else for(let t=0;t<n[e(536)];t++)a[e(364)](new Yn.Element(e(541),{vid:this[e(294)]++}));const c=this[e(294)];for(let t=o;t<c;t++)this[e(570)][e(411)](t,{userId:r});s[e(369)](i[e(382)],a)}[_i(515)](t){const e=_i;(t=this[e(381)](t,this[e(295)]))[e(419)]();const n=null===t[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,i=t[e(575)](),r=i[e(399)],s=i[e(382)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(423)](e);s.is(a(336),a(541))?i[a(411)](s[a(552)](a(469)),{userId:n}):(i[a(411)](s[a(552)](a(444)),{userId:n}),t(i,s,0,s[a(301)]),i[a(411)](s[a(552)](a(273)),{userId:n}))}}(this[e(570)],r,s,s+t[e(417)])}[_i(505)](t){const e=_i,n=null===(t=this[e(381)](t,this[e(295)]))[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,i=t[e(342)][e(399)],r=t[e(275)][e(399)],s=i[e(552)](e(273)),o=r[e(552)](e(444));i[e(440)](e(273),r[e(552)](e(273))),r[e(440)](e(273),s),this[e(570)][e(411)](o,{userId:n}),this[e(570)][e(411)](s,{userId:n}),t[e(419)]()}[_i(443)](t){const e=_i,n=null===(t=this[e(381)](t,this[e(295)]))[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,i=t[e(458)],r=t[e(514)][e(399)];t[e(419)]();const s=r[e(552)](e(273)),o=t[e(544)][e(343)];if(i){const t=o[e(552)](e(273)),i=r[e(552)](e(273));r[e(440)](e(273),t),o[e(440)](e(273),i),this[e(570)][e(411)](r[e(552)](e(273)),{userId:n}),this[e(570)][e(411)](o[e(552)](e(444)),{userId:n})}else{const t=this[e(294)]++,i=this[e(294)]++;r[e(440)](e(273),t),o[e(440)](e(444),i),o[e(440)](e(273),s),this[e(570)][e(411)](t,{userId:n}),this[e(570)][e(411)](i,{userId:n})}}[_i(577)](t){const e=_i;if(!t[e(266)])return;const n=(t=this[e(381)](t,this[e(457)]))[e(529)]?t[e(529)][e(463)]:null,i=t[e(407)]?t[e(407)][e(463)]:null;n&&this[e(524)][e(454)](t[e(317)]),i&&this[e(524)][e(411)](t[e(317)],t[e(407)][e(424)]());const r=null===t[e(331)]?null:t[e(331)]||this[e(453)][e(328)][e(485)](e(288)).me.id,s=t[e(317)];if(!this[e(581)][e(268)](s))return void this[e(581)][e(411)](s,{range:t[e(529)],userId:r});const o=this[e(581)][e(485)](s),a=o[e(472)],c=t[e(407)];null==a&&null==c||a&&c&&a[e(262)](c)?this[e(581)][e(454)](t[e(317)]):o[e(308)]=r}[_i(263)](t,e){const n=_i;this[n(457)][n(268)](t[n(335)])?this[n(457)][n(485)](t[n(335)])[n(492)]=t[n(284)]:(this[n(457)][n(411)](t[n(335)],Mi(t[n(335)],!0)),this[n(525)][n(411)](t[n(335)],{}),e&&this[n(295)][n(411)](t[n(335)],Mi(t[n(335)],!0)));const i=null===t[n(331)]?null:t[n(331)]||this[n(453)][n(328)][n(485)](n(288)).me.id,r=this[n(551)][n(485)](t[n(335)]);r&&r[n(308)]===i?this[n(551)][n(454)](t[n(335)]):this[n(551)][n(411)](t[n(335)],{userId:i,isAttached:t[n(284)]})}[_i(446)](t){const e=_i,n=this[e(525)][e(485)](t[e(463)][e(335)]);null===t[e(396)]?delete n[t[e(535)]]:n[t[e(535)]]=t[e(396)]}}function Ai(t){const e=_i,n=Mi(t[e(335)],t[e(429)]());for(const i of t[e(415)]()){const t=i[e(297)](!0);n[e(393)](t)}return n}function Mi(t,e=!0){const n=_i,i=new Yn.DocumentFragment;return i[n(335)]=t,i[n(492)]=e,i[n(429)]=()=>i[n(492)],i}function Ni(t,e,n){const i=_i,r=i(498)==t[i(499)]?n[i(572)](t[i(326)],i(507)):n[i(561)](t[i(326)]);return n[i(452)](e,r[i(533)],r[i(555)])}function Ri(t,e,n){const i=_i,r=i(386)==t[i(499)]?n[i(572)](t[i(326)],0):n[i(504)](t[i(326)]);return n[i(452)](e,r[i(533)],r[i(555)])}var Ei=n(311),Vi=n(673),ji=n.n(Vi),Di=n(545),Ci=n.n(Di),Li=n(262),Pi=n.n(Li),Fi=n(667),zi=n.n(Fi),Hi=n(357),Zi=n.n(Hi),Ui=n(426),qi={attributes:{"data-cke":!0}};qi.setAttributes=zi(),qi.insert=Pi().bind(null,"head"),qi.domAPI=Ci(),qi.insertStyleElement=Zi();ji()(Ui.A,qi);Ui.A&&Ui.A.locals&&Ui.A.locals;var Bi=n(959),Wi={attributes:{"data-cke":!0}};Wi.setAttributes=zi(),Wi.insert=Pi().bind(null,"head"),Wi.domAPI=Ci(),Wi.insertStyleElement=Zi();ji()(Bi.A,Wi);Bi.A&&Bi.A.locals&&Bi.A.locals;const Ji=Yi;function Yi(t,e){const n=Gi();return(Yi=function(t,e){return n[t-=483]})(t,e)}function Gi(){const t=["arrowup","244962mckgbV","add","revisionNameInputValue","revisionNameInputView","setTemplate","optional","13892868jLwjmj","render","element","input","stopPropagation","312109cYyTGf","listenTo","430DDginP","focusTracker","4ZDUOhD","arrowleft","value","set","ck-revision-history-save-revision-form","10kRooyW","ck-responsive-form","581267KrWXQY","reset","Name of the revision","fieldView","168HkCjws","_createRevisionNameInput","arrowright","220","focus","keystrokes","1933908oERVQy","form","trim","2100267isXwOY","label","revisionName","arrowdown","errorText","3973000ZMQttH","locale","extendTemplate"];return(Gi=function(){return t})()}!function(t){const e=Yi,n=t();for(;;)try{if(685976===parseInt(e(491))/1*(-parseInt(e(484))/2)+parseInt(e(504))/3+-parseInt(e(509))/4+-parseInt(e(489))/5*(-parseInt(e(501))/6)+parseInt(e(524))/7*(-parseInt(e(495))/8)+parseInt(e(513))/9*(parseInt(e(526))/10)+parseInt(e(519))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class Xi extends Ei.View{constructor(e,n){const i=Yi;super(e),this[i(483)]=new t.FocusTracker,this[i(500)]=new t.KeystrokeHandler,this[i(487)](i(515),""),this[i(516)]=this[i(496)](n),this[i(517)]({tag:i(502),attributes:{class:["ck",i(488),i(490)],tabindex:"-1"},children:[this[i(516)]]}),(0,Ei.injectCssTransitionDisabler)(this)}[Ji(520)](){const t=Ji;super[t(520)](),(0,Ei.submitHandler)({view:this}),this[t(483)][t(514)](this[t(516)][t(521)]),this[t(500)][t(525)](this[t(521)]);const e=e=>e[t(523)]();this[t(500)][t(487)](t(497),e),this[t(500)][t(487)](t(485),e),this[t(500)][t(487)](t(512),e),this[t(500)][t(487)](t(507),e)}[Ji(499)](){const t=Ji;this[t(516)][t(499)]()}get[Ji(506)](){const t=Ji;return this[t(516)][t(494)][t(521)][t(486)][t(503)]()}set[Ji(506)](t){const e=Ji;this[e(516)][e(494)][e(521)][e(486)]=t[e(503)]()}[Ji(492)](){const t=Ji;this[t(516)][t(494)][t(521)][t(486)]="",this[t(516)][t(508)]=null}[Ji(496)](t){const e=Ji,n=new Ei.LabeledFieldView(this[e(510)],Ei.createLabeledInputText),i=n[e(494)];i[e(511)]({attributes:{maxlength:e(498)}});let r=$n(this[e(510)],e(493));return!t&&(r+=" ("+$n(this[e(510)],e(518))+")"),n[e(505)]=r,i.on(e(522),(()=>{const t=e;this[t(515)]=i[t(521)][t(486)][t(503)]()})),n}}const Ki=Qi;function Qi(t,e){const n=tr();return(Qi=function(t,e){return n[t-=372]})(t,e)}!function(t){const e=Qi,n=t();for(;;)try{if(154630===parseInt(e(428))/1*(parseInt(e(397))/2)+-parseInt(e(430))/3*(parseInt(e(392))/4)+-parseInt(e(441))/5*(-parseInt(e(427))/6)+parseInt(e(405))/7+parseInt(e(436))/8*(parseInt(e(416))/9)+parseInt(e(414))/10*(-parseInt(e(387))/11)+parseInt(e(431))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tr);class $i extends Wn.Plugin{static get[Ki(396)](){return Ki(426)}static get[Ki(415)](){return!0}static get[Ki(386)](){return!0}static get[Ki(382)](){return[Oi]}[Ki(389)](){const t=Ki,e=this[t(384)],n=e[t(406)][t(380)](t(398));e.ui[t(379)][t(423)](t(434),(i=>{const r=t,s=(0,Ei.createDropdown)(i),o=s[r(390)][r(409)],a=new Ei.ListView(i),c=new Ei.ListItemView(i),u=new Ei.ButtonView(i),l=new Ei.ListItemView(i),h=new Ei.ButtonView(i);return s[r(404)](r(374)).to(n,r(442),n,r(374),e,r(439),((t,e,n)=>t&&e&&!n)),s[r(401)][r(378)]({icon:Wn.icons[r(413)],label:$n(i,r(411)),tooltip:!0}),u[r(378)]({label:$n(i,r(393)),withText:!0,role:r(407)}),u[r(404)](r(374)).to(n,r(442),n,r(374),e,r(439),((t,e,n)=>t&&e&&!n)),u.on(r(419),(()=>this[r(376)]())),h[r(378)]({label:$n(i,r(421)),withText:!0,role:r(407)}),h[r(404)](r(374)).to(n,r(442),e,r(439),((t,e)=>t&&!e)),h.on(r(419),(()=>{const t=r;e[t(408)][t(380)](t(434))[t(432)](),s[t(438)]=!1,e[t(381)][t(433)][t(372)]()})),c[r(409)][r(423)](u),l[r(409)][r(423)](h),a[r(425)]=r(410),a[r(403)][r(377)]([c,l]),o[r(423)](a),s})),e.ui[t(379)][t(423)](t(422),(()=>this[t(417)]()))}[Ki(417)](){const t=Ki,e=this[t(384)],n=e[t(424)],i=new Ei.MenuBarMenuView(n),r=new Ei.MenuBarMenuListView(n);i[t(401)][t(378)]({icon:Wn.icons[t(413)],label:$n(n,t(411))});const s=new Ei.MenuBarMenuListItemView(n,i),o=new Ei.MenuBarMenuListItemButtonView(n);o[t(378)]({label:$n(n,t(393))}),o[t(400)](t(419)).to(i),o.on(t(419),(()=>{this[t(376)]()})),s[t(409)][t(423)](o),r[t(403)][t(423)](s);const a=new Ei.MenuBarMenuListItemView(n,i),c=new Ei.MenuBarMenuListItemButtonView(n);return c[t(378)]({label:$n(n,t(421))}),c[t(400)](t(419)).to(i),c.on(t(419),(()=>{const n=t;e[n(408)][n(380)](n(434))[n(432)]()})),a[t(409)][t(423)](c),r[t(403)][t(423)](a),i[t(390)][t(409)][t(423)](r),i}[Ki(376)](){const t=Ki,e=this[t(384)],n=e[t(424)],i=e[t(406)][t(380)](t(394)),r=e[t(406)][t(380)](t(398));function s(r){const s=t;e[s(408)][s(380)](s(443))&&""===r[s(418)]?r[s(375)][s(437)]=$n(n,s(383)):(e[s(406)][s(380)](Oi)[s(385)]({name:r[s(418)]}),i[s(429)]())}this[t(373)]||(this[t(399)](),this[t(373)].on(t(440),(()=>s(this[t(373)])))),this[t(373)][t(395)](),i[t(412)]({id:t(420),title:$n(n,t(393)),isModal:!0,content:this[t(373)],actionButtons:[{label:$n(e[t(424)],t(388)),withText:!0,onExecute:()=>i[t(429)]()},{label:$n(e[t(424)],t(391)),class:t(402),withText:!0,onCreate(n){const i=t;n[i(404)](i(374)).to(r,i(442),r,i(374),e,i(439),((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this[t(373)])}]})}[Ki(399)](){const t=Ki,e=this[t(384)],n=e[t(424)];this[t(373)]=new Xi(n,e[t(408)][t(380)](t(443))),this[t(373)][t(435)]()}}function tr(){const t=["saveRevision","isPremiumPlugin","11Nqxhvi","Cancel","init","panelView","Accept","4dJvcvy","Save current revision","Dialog","reset","pluginName","54VmLOII","RevisionTracker","_createSaveRevisionFormView","delegate","buttonView","ck-button-action","items","bind","411593Igpgag","plugins","menuitem","config","children","menu","Revision history","show","history","2600300WVOplQ","isOfficialPlugin","252usAKke","_registerMenuComponent","revisionName","execute","revisionSave","Open revision history","menuBar:revisionHistory","add","locale","role","RevisionHistoryUI","5694qdMUaZ","6658dDNYXm","hide","487809KZGMzR","2136972QHLdga","showRevisionViewerCallback","view","revisionHistory","render","39112QYdvBb","errorText","isOpen","isReadOnly","submit","125cgKuzU","isReady","revisionHistory.requireRevisionName","focus","_saveRevisionFormView","isEnabled","revisionNameInputView","_showDialog","addMany","set","componentFactory","get","editing","requires","The revision name cannot be empty.","editor"];return(tr=function(){return t})()}const er=nr;function nr(t,e){const n=rr();return(nr=function(t,e){return n[t-=171]})(t,e)}!function(t){const e=nr,n=t();for(;;)try{if(413933===-parseInt(e(198))/1+-parseInt(e(201))/2*(-parseInt(e(171))/3)+-parseInt(e(177))/4*(parseInt(e(193))/5)+parseInt(e(190))/6+-parseInt(e(183))/7+parseInt(e(188))/8+parseInt(e(200))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rr);class ir extends Ei.View{constructor(t,e){const n=nr;super(t),this[n(191)]=e,this[n(172)]=e.id;const i=this[n(179)],r=$n(t,e[n(174)][n(194)]?n(199):n(196)==e[n(189)]?n(178):n(175));this[n(176)](n(189),e[n(189)]),this[n(187)]({tag:n(181),attributes:{class:[n(197),n(192),i.to(n(189),(t=>n(173)+t))],tabindex:-1},children:[{tag:n(180),children:[{tag:n(180),attributes:{class:[n(182)]},children:[{text:r}]},{text:" "+e[n(186)][n(184)]}]}]})}[er(185)](){const t=er;this[t(195)][t(185)]()}}function rr(){const t=["type","4916478gCMfUy","_model","ck-revision-change","5CuUapo","isSuggestion","element","add","ck-annotation","667246QTapJz","Suggested by","8221410KWxzPT","4138cWiuRH","831fuRblE","changeId","ck-revision-change__","data","Removed by","set","3236492mLxlLO","Added by","bindTemplate","span","div","ck-revision-change__label","4604089osrkKs","name","focus","author","setTemplate","1936104oOfrOy"];return(rr=function(){return t})()}var sr=ar;function or(){var t=["15bdCPxg","1408998gDBhZS","1833nNCwhA","author","rootName","1vHCNvl","2156paBLhX","56drSKeo","data","set","type","87416QWoEGL","createdAt","30290fiotky","10444aBIjLs","48588GlgWIT","toJSON","531XpGojt","241942BQNNIb","5ZmzJql"];return(or=function(){return t})()}function ar(t,e){var n=or();return(ar=function(t,e){return n[t-=423]})(t,e)}!function(t){for(var e=ar,n=t();;)try{if(137061===parseInt(e(435))/1*(-parseInt(e(428))/2)+parseInt(e(430))/3*(parseInt(e(424))/4)+parseInt(e(429))/5*(-parseInt(e(431))/6)+-parseInt(e(441))/7*(-parseInt(e(437))/8)+parseInt(e(427))/9*(-parseInt(e(423))/10)+parseInt(e(436))/11+-parseInt(e(425))/12*(-parseInt(e(432))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(or);class cr extends((0,t.ObservableMixin)()){constructor(e){var n=ar;super(),this.id=e.id||(0,t.uid)(),this[n(433)]=e[n(433)],this[n(440)]=e[n(440)],this[n(438)]=e[n(438)]||{},this[n(434)]=e[n(434)],this[n(439)](n(442),e[n(442)])}[sr(426)](){var t=sr;return{id:this.id,authorId:this[t(433)].id,type:this[t(440)],data:this[t(438)],createdAt:this[t(442)]}}}function ur(){const t=["oldRevisionId","add","_setChanges","2802528LnnseV","194055BqsuJI","9hKiZrM","7505091PMlJoU","180488zHQGAP","newRevisionId","34334SirkPr","2086182HYEhbG","4dmpJrx","57myNTXX","164410plXulY","7NnXbIs","changes"];return(ur=function(){return t})()}const lr=hr;function hr(t,e){const n=ur();return(hr=function(t,e){return n[t-=261]})(t,e)}!function(t){const e=hr,n=t();for(;;)try{if(195371===-parseInt(e(270))/1+parseInt(e(272))/2*(-parseInt(e(275))/3)+-parseInt(e(274))/4*(-parseInt(e(267))/5)+-parseInt(e(273))/6*(-parseInt(e(261))/7)+-parseInt(e(266))/8+-parseInt(e(268))/9*(parseInt(e(276))/10)+parseInt(e(269))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ur);class dr{constructor(e,n){const i=hr;this[i(271)]=e,this[i(263)]=n,this[i(262)]=new t.Collection}[lr(265)](t){const e=lr;for(const n of t)this[e(262)][e(264)](n)}}var fr=n(536),vr={attributes:{"data-cke":!0}};vr.setAttributes=zi(),vr.insert=Pi().bind(null,"head"),vr.domAPI=Ci(),vr.insertStyleElement=Zi();ji()(fr.A,vr);fr.A&&fr.A.locals&&fr.A.locals;const mr=pr;function pr(t,e){const n=gr();return(pr=function(t,e){return n[t-=286]})(t,e)}!function(t){const e=pr,n=t();for(;;)try{if(976598===parseInt(e(457))/1+parseInt(e(414))/2*(parseInt(e(544))/3)+parseInt(e(431))/4*(parseInt(e(443))/5)+-parseInt(e(384))/6+parseInt(e(355))/7+-parseInt(e(491))/8+-parseInt(e(373))/9*(parseInt(e(499))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gr);const yr={c:Yn.ViewContainerElement,a:Yn.ViewAttributeElement,e:Yn.ViewEmptyElement,r:Yn.ViewRawElement,u:Yn.ViewUIElement};function gr(){const t=["target","pairId","add","704112ZABhnB","createRevision","RevisionsRepository","getItems","createPositionBefore","split","removeMarker:revision","comment","17638730QevUgV","clear","backward","catch","attributesBefore","isInline","modelRange","getLaterVisibleRevision","refresh","_data","WidgetToolbarRepository","getChild","data","writer","revisionHistoryLabel","ck-editor__editable__overlay","_markInsertions","createPositionFromPath","revision:","attributes","_getDiff","slice","showStack","domEvent","toData","stop","change:numberOfChanges","enableReadOnlyMode","dataToMarker","forceDisabled","text","insert","revision-suggestion:","downcastDispatcher","revisionHistory","affectsData","editing","markerNameToElements","_revisions","maxOffset","highest","_getViewObj","isAdded","code","plugins","65997JmvFGc","dataDowncast","_makeTape","find","ck-suggestion-marker-","isEnabled","isPremiumPlugin","ck-suggestion-marker-split","insertions","nextSibling","end","diff","_setConversion","revisionHistoryAttachChange","init","merge","delete","removeMarker:revision-suggestion","done","config","listenTo","loadRevisionData","shift","repository","revision-suggestion","authors","mapViewToDom","parent","first","getRootNames","concat","_balloon","_setDistance","restoreRevision","getDomRoot","activeChange","keys","model","right","getRoot","addRevision","getAttributes","level","change:activeView","bottom","ck-suggestion-marker-merge","isIncorrect","isObject","splice","showNextChange","editingDowncast","getIndex","changes","span","type","_processTape","conversion","elementToAttribute","return","get","_cleanMarkers","left","revision","values","getAttribute","marked","getRevision","object","isEqual","getCustomProperty","ck-suggestion-preview-marker","addRoot","diffData","pluginName","indexOf","range","parse","oldRevisionId","high","currentChangeNumber","isAtStart","change","addRevisionData","getRevisionRootsAttributes","ck-suggestion-preview-marker-","element:pre","default","_refreshStartEndIndex","deletion","resolve","filter","startIndex","attribute:vid","revision-end","isAtEnd","markerRange","element","changeId","_activeViewTarget","destroy","_sortAndFilterDiffChanges","for","compare","createRangeIn","unshift","isSuggestion","revision-comment:","enqueueChange","getRevisionData","isLimit","item","rootName","removeMarker","_fixObsoleteTags","ck-revision-history-root--active","data-change-id","length","bindElementToMarker","consumable","ck-revision-history-root-","document","_threeWayMerge","map","markers","remove","isCollapsed","addMarker:revision-suggestion:insertion","useFillerType","_getViewForChange","sort","locale","checkAttribute","schema","ck-revision-history-root-remove","isBlock","_removeUnsupportedChanges","reconvertMarker","nextPosition","_update","then","attributesAfter","side","_makeModelFromTape","isBefore","findIndex","isRemoved","change:isReady","observeMarkers","numberOfChanges","11204319wwFvRJ","editor","suggestion","mouseover","_joinTapes","_cleanUp","mousedown","_markMismatchedRemovedTags","createRange","revision-viewer","push","isRemoveSuggestion","error","ck-revision-history-root-add","restoreRevisionCallback","string","_changeIdToChange","isAddSuggestion","9KeoMai","_setChanges","consume","suggestion:","abs","-new","ck-suggestion-marker","newRevisionId","addMarker:revision-suggestion:deletion","_getChangeFromId","has","11564328FYiJru","change:activeChange","next","isAfter","forward","offsetSize","pop","nodeAfter","insertion","set","isNavigationMode","startsWith","_markMarkers","vid_end","children","createAttributeElement","markerToHighlight","adapter","elementStart","RevisionViewer","isAttached","isOnRoot","getWalker","userId","removeAttribute","_makeModelFromViewString","toModel","domConverter","attachChange","mapper","86TbWBUl","wrap","activeView","previousPosition","softBreak","hasClass","POSITIVE_INFINITY","change:isEnabled","view","markerName","selection","roots","collaboration.channelId","_appendChild","_getRevisionsRange","endIndex","upcast","6163988pCKbZp","toViewElement","flat","low","index","updatePosition","name","markersStart","all","markersEnd","isOfficialPlugin","forEach","5VwsDZe","vid","ck-suggestion-marker--active","addHighlight","processor","from","toViewPosition","setAttribute","toViewRange","showPreviousChange","uiElement","vid_start","markerToData","createUIElement","668302KJSvBl","_removeMissingPairs","addMarker:revision","_changeView","detachRoot","execute","_step","getClientRects","top","_findChangeIdFromDomTarget","addClass","hasAttribute","_removeRevisionMarkers","elementEnd","_markSuggestions","commands","isContent","start","_initInteractions","isReady","deletions","distance","test","bind","revision-start","unbindElementFromMarkerName","requires","viewItem","includes","data-revision-","removeClass"];return(gr=function(){return t})()}class kr extends Wn.Plugin{static get[mr(617)](){return mr(403)}static get[mr(441)](){return!0}static get[mr(550)](){return!0}static get[mr(483)](){return[Jn.Users,Ei.ContextualBalloon,Kn]}constructor(t){const e=mr;super(t),this[e(567)]=this[e(356)][e(543)][e(603)](e(493)),this[e(393)](e(579),null),this[e(393)](e(416),null),this[e(304)]=null,this[e(393)](e(555),null),this[e(393)](e(476),!1),this[e(393)](e(549),!0),this.on(e(421),((t,n,i)=>{const r=e;this[r(579)]=null,this[r(416)]=null,this[r(356)][r(535)][r(422)][r(287)]((t=>{const e=r;for(const n of this[e(356)][e(535)][e(422)][e(326)][e(425)])i?t[e(487)](e(514),n):t[e(467)](e(514),n)}))})),this[e(480)](e(394)).to(this,e(579),(t=>null!==t)),this[e(480)](e(623)).to(this,e(476),this,e(555),this,e(579),((t,n,i)=>t&&i?n[e(596)][e(595)](i):0)),this[e(480)](e(354)).to(this,e(476),this,e(555),((t,n)=>t?n[e(596)][e(322)]:0)),this[e(460)]=null,this[e(371)]=new Map,this[e(401)]=null,this[e(575)]=this[e(356)][e(543)][e(603)](Ei.ContextualBalloon)}[mr(558)](){const t=mr,e=this[t(356)],n=new wr(e,{direction:t(501)}),i=new wr(e,{direction:t(388)});e[t(472)][t(490)](t(452),n),e[t(472)][t(490)](t(593),i),e[t(472)][t(490)](t(577),new _r(e)),this.on(t(525),(()=>{const e=t;n[e(507)](),i[e(507)]()})),this[t(556)](),this[t(475)](),e[t(526)](t(364)),e[t(543)][t(383)](t(509))&&e[t(543)][t(603)](t(509))[t(528)](t(364))}async[mr(314)](t){const e=mr;await this[e(565)](t);const n={};for(const i in t[e(616)]){if(t[e(616)][i][e(412)]&&!t[e(616)][i][e(412)][e(404)])continue;const r=this[e(469)](JSON[e(620)](t[e(616)][i][e(552)])),s=this[e(356)][e(535)][e(422)][e(326)],o=new Yn.ViewDocumentFragment(s,r[e(328)]((t=>this[e(540)](t))));this[e(356)][e(511)][e(447)][e(333)](e(609)),n[i]=this[e(356)][e(511)][e(447)][e(523)](o),this[e(356)][e(511)][e(447)][e(333)](e(292))}return n}async[mr(289)](t){const e=mr;await this[e(565)](t);const n={};for(const i in t[e(616)])t[e(616)][i][e(412)]&&!t[e(616)][i][e(412)][e(404)]||(n[i]=t[e(616)][i][e(346)]||{});return n}[mr(469)](t){const e=mr;return(t=t[e(296)]((t=>!t[e(437)]||e(481)!==t[e(437)]&&e(299)!==t[e(437)])))[e(442)]((t=>{const n=e;n(370)!=typeof t&&(t[n(398)]=this[n(469)](t[n(398)]),t[n(518)]=t[n(518)][n(296)]((t=>!t[0][n(395)](n(486)))))})),t}async[mr(308)](t,e,n=!1){const i=mr;if(!this[i(549)])return;const r=this[i(555)],s=this[i(567)],o=i(370)==typeof t?s[i(610)](t):t,a=i(370)==typeof e?s[i(610)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(555)]&&this[i(555)][i(380)]===c&&this[i(555)][i(621)]===u)return Promise[i(295)]();this[i(476)]=!1,this[i(416)]=null,this[i(579)]=null,this[i(555)]=new dr(c,u);const l=this[i(428)](o,a,!0)[i(328)]((t=>this[i(565)](t)));return l[i(365)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(439)](l)[i(345)]((()=>{const t=i;if(!this[t(549)])return;this[t(360)]();const e=this[t(519)](c,u);for(const n of e[t(596)])this[t(371)][t(393)](n.id,n);this[t(356)][t(581)][t(313)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(356)][i(581)][i(326)][i(573)]())n[i(461)](t);for(const t of Object[i(580)](e[i(581)])){const r=n[i(615)](t);for(const s of Object[i(580)](e[i(518)][t]))n[i(450)](s,e[i(518)][t][s],r);n[i(530)](e[i(581)][t],r,0)}})),this[t(555)][t(374)](this[t(306)](e[t(596)])),this[t(476)]=!0}))[i(502)]((t=>{const e=i;console[e(367)](t),this[e(360)](),r&&(this[e(555)]=r),this[e(476)]=!0}))}[mr(288)](t,e){const n=mr,i=this[n(567)][n(492)](t);return i.on(n(344),((t,n,r)=>e(n,r,i))),this[n(567)][n(584)](i),i}[mr(565)](t){const e=mr;if(!t||t[e(616)])return Promise[e(295)]();{const n=this[e(356)][e(563)][e(603)](e(426));return this[e(401)][e(610)]({channelId:n,revisionId:t.id})[e(345)]((n=>{const i=e;t[i(344)]({diffData:n[i(616)]},!0)}))}}[mr(360)](){const t=mr;this[t(579)]=null,this[t(604)](),this[t(460)]&&this[t(460)][t(305)](),this[t(460)]=null,this[t(371)][t(500)](),this[t(356)][t(581)][t(313)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(356)][n(581)][n(326)][n(573)]())e[n(461)](t)}))}[mr(306)](t){const e=mr,n=[],i=new Map;for(const t of this[e(356)][e(581)][e(326)][e(573)]()){const r=this[e(356)][e(535)][e(422)][e(578)](t);if(!r)continue;const s=r[e(464)]()[e(316)](0);s&&(n[e(365)](t),i[e(393)](t,s))}return n[e(335)](((t,n)=>{const r=e,s=i[r(603)](t),o=i[r(603)](n);return s.y-o.y||s.x-o.x})),(t=t[e(296)]((t=>n[e(485)](t[e(317)]))))[e(335)](((t,i)=>n[e(618)](t[e(317)])-n[e(618)](i[e(317)]))),t}[mr(546)](t){const e=mr,n=Array[e(448)](t[e(329)])[e(296)]((([t,n])=>t[e(395)](e(517))&&!n[e(331)])),i=Array[e(448)](this[e(356)][e(581)][e(309)](t)[e(406)]({singleCharacters:!0}));if(0!=n[e(322)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(496)](":");if(r[e(554)][e(612)](t[e(343)])&&n[e(566)](),(t[e(417)][e(612)](r[e(474)])||t[e(417)][e(387)](r[e(474)]))&&(e(392)==s?t[e(541)]={userId:o}:e(294)==s&&(t[e(351)]={userId:o})),0==n[e(322)])break}return i}[mr(293)](t){const e=mr,n=new Map;for(let i=0;i<t[e(322)];i++)e(529)===t[i][e(598)]?(t[i][e(316)][e(297)]=i,t[i][e(316)][e(429)]=i):(e(402)===t[i][e(598)]?t[i][e(316)][e(297)]=i:e(470)===t[i][e(598)]&&(t[i][e(316)][e(429)]=i),n[e(393)](t[i].id,i));for(const i of n[e(607)]())e(402)===t[i][e(598)]?t[i][e(316)][e(429)]=n[e(603)](t[i][e(489)]):e(470)===t[i][e(598)]&&(t[i][e(316)][e(297)]=n[e(603)](t[i][e(489)]))}[mr(599)](t){const e=mr;for(let n=0;n<t[e(322)];n++){if(e(402)===t[n][e(598)])t[n][e(316)][e(297)]=n;else if(e(470)===t[n][e(598)]){t[n][e(316)][e(429)]=n;const i=t[n][e(316)][e(297)];t[i][e(489)]=t[n].id,t[n][e(489)]=t[i].id}else t[n][e(316)][e(297)]=n,t[n][e(316)][e(429)]=n,t[n][e(489)]=null;t[n][e(438)]||(t[n][e(438)]=[],t[n][e(440)]=[])}}[mr(515)](t,e){const n=mr,i=t[n(296)]((t=>!t[n(541)]));for(let t=0;t<e[n(322)];t++)e[t][n(541)]&&(i[t][n(541)]=e[t][n(541)])}[mr(409)](t){const e=mr,n=JSON[e(620)](t),i=this[e(356)][e(535)][e(422)][e(326)],r=new Yn.ViewDocumentFragment(i,n[e(328)]((t=>this[e(540)](t))));return this[e(356)][e(511)][e(410)](r)}[mr(540)](t){const e=mr,n=this[e(356)][e(535)][e(422)][e(326)];if(e(370)==typeof t)return new Yn.ViewText(n,t);{const i=t[e(398)][e(328)]((t=>this[e(540)](t)));return new(yr[t[e(598)]]||Yn.ViewElement)(n,t[e(437)],t[e(518)],i)}}[mr(519)](t,e=null){const n=mr,i=this[n(567)][n(610)](t),r=e?this[n(567)][n(610)](e):null,s=this[n(428)](i,r),o=s[s[n(322)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(322)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(580)](e[n(616)]))if(e[n(616)][t][n(412)]){const i=e[n(616)][t][n(412)];i[n(404)]?(u[n(490)](t),l[n(383)](t)&&l[n(603)](t)[n(407)]==i[n(407)]?l[n(560)](t):l[n(393)](t,i)):l[n(383)](t)?(u[n(560)](t),l[n(560)](t)):(u[n(490)](t),l[n(393)](t,i))}else u[n(490)](t)}for(const t of u){const e=l[n(383)](t)&&!l[n(603)](t)[n(404)];let i=e?s[n(322)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(616)][t]){const i=e?o[n(616)][t][n(503)]:o[n(616)][t][n(346)];c[n(518)][t]=i?yn(i):{};break}i+=r}}for(const t of s){t[n(581)]={};for(const e of t[n(569)])a[n(393)](e.id,e);for(const e of u){const i=t[n(616)][e]?t[n(616)][e][n(552)]:"[]",r=t[n(616)][e]?t[n(616)][e][n(477)]:"[]";t[n(581)][e]={insertions:this[n(409)](i),deletions:this[n(409)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(448)](i[n(581)][t][n(552)][n(329)])[n(296)]((([t])=>!t[n(395)](n(517)))));let h=0;for(const o of s){const s=this[n(546)](o[n(581)][t][n(552)]);o==i?(e=s,r=e[n(322)],e[n(442)]((t=>{t.id=h++})),this[n(599)](e)):this[n(515)](e,s);const a=e[n(296)]((t=>!t[n(541)]))[n(328)]((t=>t.id));let c=0;const l=this[n(546)](o[n(581)][t][n(477)]);l[n(442)]((t=>{t[n(351)]?t.id=r++:t.id=a[c++]})),this[n(599)](l),this[n(576)](e,n(541)),this[n(576)](l,n(351)),o==i&&this[n(396)](e,u),e=this[n(359)](e,l),this[n(293)](e),this[n(576)](e,n(351))}e=e[n(296)]((t=>!(t[n(541)]&&t[n(351)])));const d=new Map(o[n(581)][t][n(477)][n(329)]),f=new Set(u[n(580)]());for(const t of d[n(580)]())f[n(560)](t);this[n(471)](e,f),this[n(319)](e),e=this[n(458)](e),e=this[n(362)](e),e=this[n(341)](e);const{root:v,changes:m}=this[n(348)](e,a,t);c[n(581)][t]=v;const p=l[n(603)](t);if(p){const e=a[n(603)](p[n(407)]),i=new cr({author:e,type:p[n(404)]?n(490):n(330),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(310)](i),c[n(518)][t][n(557)]=i.id}c[n(596)]=c[n(596)][n(574)](m)}return c}[mr(396)](t,e){const n=mr;for(let i=0;i<t[n(322)];i++)for(const[r,s]of e)s[n(474)][n(612)](t[i][n(417)])&&t[i][n(438)][n(365)](r),s[n(554)][n(612)](t[i][n(343)])&&t[i][n(440)][n(365)](r)}[mr(359)](t,e){const n=mr;let i=[],r=0,s=0;for(;r<t[n(322)]||s<e[n(322)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(365)](o);else if(a[n(351)]&&o[n(541)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(327)](t,r,e,s);i=i[n(574)](o),r=a,s=c}else a[n(351)]?(s++,i[n(365)](a)):(r++,i[n(365)](o))}return i}[mr(471)](t,e){const n=mr,i=[];for(let o=0;o<t[n(322)];o++){for(let s=0;s<t[o][n(438)][n(322)];s++){const a=t[o][n(438)][s];if(!e[n(383)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(568)!=c||n(392)!=u&&n(294)!=u||(i[n(310)]({type:u,name:a,userId:l}),t[o][n(438)][n(592)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(440)][n(322)];s++){const a=t[o][n(440)][s];if(!e[n(383)](a))continue;const{group:c,type:u}=r(a);if(n(568)!=c||n(392)!=u&&n(294)!=u)continue;t[o][n(440)][n(592)](s,1),s--;const l=i[n(350)]((t=>t[n(437)]==a));l>-1&&i[n(592)](l,1)}}function r(t){const e=n,i=t[e(496)](":");return{group:i[0],type:i[1],subType:i[e(322)]>=5?i[2]:null,id:i[e(322)]<5?i[2]:i[3],authorId:i[e(322)]<5?i[3]:i[4],markerCount:6==i[e(322)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(322)];n++){if(t[e(541)]&&e(392)==i[n][e(598)])return t[e(372)]=i[n],void delete t[e(541)];if(!t[e(541)]&&!t[e(351)]&&e(294)==i[n][e(598)])return void(t[e(366)]=i[n])}}}[mr(576)](t,e){const n=mr;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(393)](o.id,i);for(let i=0;i<t[n(322)];i++){if(n(351)==e&&t[i][n(541)]||n(541)==e&&t[i][n(351)])continue;if(n(529)==t[i][n(598)]){t[i][n(478)]=0;continue}const r=s[n(603)](t[i][n(489)]),o=s[n(603)](t[i].id);t[i][n(478)]=r-o}}[mr(428)](t,e,n=!1){const i=mr,r=[];let s=this[i(567)][i(595)](t),o=this[i(567)][i(595)](e);for(-1==o&&(o=this[i(567)][i(537)][i(322)],n=!1);s<o;)r[i(365)](this[i(567)][i(610)](s)),s++;return n&&r[i(365)](this[i(567)][i(610)](s)),r}[mr(327)](t,e,n,i){const r=mr,s=this[r(356)][r(581)][r(338)];let o=e;for(;t[o]&&t[o][r(541)];)o++;let a=i;for(;n[a]&&n[a][r(351)];)a++;u(t,e,o),u(n,i,a);const c=n[r(520)](i,a)[r(574)](t[r(520)](e,o));return c[r(335)](((t,e)=>t[r(347)]!=e[r(347)]?t[r(347)]-e[r(347)]:t[r(586)]!=e[r(586)]?t[r(586)]-e[r(586)]:t[r(478)]!=e[r(478)]?e[r(478)]-t[r(478)]:!!t[r(541)]!=!!e[r(541)]?-1==t[r(347)]||0==t[r(347)]?t[r(541)]?-1:1:t[r(541)]?1:-1:t[r(435)]-e[r(435)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(420)],c=!0;for(let r=e;r<n;r++)if(s[i(504)](t[r][i(316)])||(c=!1),t[r][i(316)][i(297)]<e&&(o=r),t[r][i(316)][i(429)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(347)]=r<=o?-1:r<a?0:1,t[r][i(435)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(478)]?t[n][i(586)]=u:(u++,t[n][i(586)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(347)]&&(t[r][i(586)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(478)]?t[e][i(586)]=u:(u--,t[e][i(586)]=u,u--)}}[mr(319)](t){const e=mr,n=new Map,i=this[e(356)][e(581)][e(338)];for(let r=1;r<t[e(322)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(529)==c[e(598)])continue;if(c[e(598)]!=u[e(598)])continue;if(!i[e(340)](u[e(316)])||i[e(315)](u[e(316)]))continue;if(!i[e(340)](c[e(316)])||i[e(315)](c[e(316)]))continue;if((t[r][e(541)]||t[r][e(372)])&&t[r-1][e(351)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(351)]||!t[r-1][e(541)]&&!t[r-1][e(372)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(586)]==o[e(586)],h=Math[e(377)](s[e(586)])<Math[e(377)](o[e(586)])&&0==o[e(478)];(l||h)&&(n[e(393)](o.id,s.id),t[e(592)](a,1),r--,s[e(541)]=!1)}for(let i=0;i<t[e(322)];i++)n[e(383)](t[i][e(489)])&&(t[i][e(489)]=n[e(603)](t[i][e(489)]))}[mr(458)](t){const e=mr,n=new Set(t[e(328)]((t=>t.id)));for(let i=0;i<t[e(322)];i++)n[e(383)](t[i][e(489)])||0==t[i][e(478)]||(t[i][e(590)]=!0);return t[e(296)]((t=>!t[e(590)]))}[mr(362)](t){const e=mr,n=new Set;for(let i=0;i<t[e(322)];i++){if(n[e(383)](t[i].id)&&t[i][e(351)]&&(t[i][e(590)]=!0),t[i][e(590)])continue;if(0==t[i][e(478)])continue;if(e(402)!=t[i][e(598)])continue;if(null==t[i][e(489)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(489)];)e(402)==t[r][e(598)]?s++:e(470)==t[r][e(598)]&&s--,r++;if(0!=s)if(t[i][e(351)])t[i][e(590)]=!0;else for(;r!=i;)t[r][e(351)]&&0!=t[r][e(478)]&&(t[r][e(590)]=!0,n[e(490)](t[r][e(489)])),r--}return t[e(296)]((t=>!t[e(590)]))}[mr(341)](t){const e=mr,n=this[e(356)][e(581)][e(338)];for(let i=0;i<t[e(322)];i++){if(!(t[i][e(541)]||t[i][e(372)]||t[i][e(351)]||t[i][e(366)]))continue;if(0==t[i][e(478)])continue;const r=t[i][e(316)];n[e(340)](r)||n[e(315)](r)||(t[i][e(541)]&&delete t[i][e(541)],t[i][e(372)]&&delete t[i][e(372)],t[i][e(366)]&&delete t[i][e(366)],t[i][e(351)]&&(t[i][e(590)]=!0))}return t[e(296)]((t=>!t[e(590)]))}[mr(348)](t,e,n){const i=mr,r=new Yn.DocumentFragment,s=[],o=new Map,a=this[i(356)][i(581)],c=a[i(338)],u=[r],l={},h={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let d=null;const f=[0];for(let e=0;e<t[i(322)];e++)if(i(402)===t[e][i(598)]){t[e][i(417)]=a[i(516)](r,f);const n=new Yn.Element(t[e][i(316)][i(437)],t[e][i(316)][i(585)]());u[0][i(427)](n),f[i(365)](0),u[i(310)](n),t[e][i(343)]=a[i(516)](r,f)}else i(470)===t[e][i(598)]?(u[i(566)](),t[e][i(417)]=a[i(516)](r,f),f[i(390)](),f[f[i(322)]-1]++,t[e][i(343)]=a[i(516)](r,f)):(t[e][i(417)]=a[i(516)](r,f),d?d[i(508)]+=t[e][i(316)][i(511)]:d=new Yn.Text(t[e][i(316)][i(511)],t[e][i(316)][i(585)]()),t[e+1]&&i(529)===t[e+1][i(598)]&&p(d,t[e+1][i(316)])||(u[0][i(427)](d),d=null),f[f[i(322)]-1]+=t[e][i(316)][i(389)],t[e][i(343)]=a[i(516)](r,f));for(let e=0;e<t[i(322)];e++){const n=t[e][i(417)],r=t[e][i(343)];for(const r of t[e][i(438)])o[i(393)](r,{start:n,end:null});v(i(366),e,n,r),v(i(372),e,n,r),v(i(351),e,n,r),v(i(541),e,n,r);for(const n of t[e][i(440)])o[i(603)](n)[i(554)]=r}for(const[t,e]of o){const n=this[i(356)][i(581)][i(363)](e[i(474)],e[i(554)]);r[i(329)][i(393)](t,n)}return s[i(335)](((t,e)=>{const n=i,s=r[n(329)][n(603)](n(517)+t.id),o=r[n(329)][n(603)](n(517)+e.id);return s[n(474)][n(349)](o[n(474)])?-1:s[n(474)][n(387)](o[n(474)])?1:s[n(554)][n(349)](o[n(554)])?-1:s[n(554)][n(387)](o[n(554)])?1:n(490)===t[n(598)]?-1:1})),{root:r,changes:s};function v(e,n,r,s){const o=i,a=!!t[n][e],u=a?t[n][e][o(407)]:null,d=n===t[o(322)]-1,f=h[e][0],v=c[o(591)](t[n][o(316)]);!l[e]&&a?l[e]={start:r,tapeItem:t[n],userId:u,type:e}:l[e]&&!a?(l[e][o(554)]=r,m(l[e]),l[e]=null):l[e]&&a&&l[e][o(407)]!==u&&(l[e][o(554)]=r,f&&f[o(407)]===l[e][o(407)]||m(l[e]),l[e]={start:r,tapeItem:t[n],userId:u,type:e}),l[e]&&v&&(o(402)!==t[n][o(598)]||f&&f[o(407)]===u||h[e][o(310)]({userId:u,object:t[n][o(316)],change:l[e]}),o(470)===t[n][o(598)]&&f&&f[o(611)]===t[n][o(316)]&&(h[e][o(566)](),l[e]=f[o(287)])),l[e]&&d&&(l[e][o(554)]=s,m(l[e]),l[e]=null)}function m({start:t,end:o,tapeItem:c,userId:u,type:l}){const h=i,d=c[h(316)],f=a[h(338)][h(340)](d)&&!a[h(338)][h(315)](d),v=t[h(391)]==o[h(571)]&&o[h(286)];if(f&&v)return;const m=a[h(363)](t,o),p=e[h(603)](u),y=new cr({author:p,type:h(541)==l||h(372)==l?h(490):h(330),data:{isSuggestion:h(372)==l||h(366)==l},createdAt:new Date,rootName:n});s[h(365)](y),r[h(329)][h(393)](h(517)+y.id,m)}function p(t,e){const n=i,r=t[n(585)](),s=e[n(585)]();for(const t of r){if(t[1]!==e[n(608)](t[0]))return!1;s[n(386)]()}return s[n(386)]()[n(562)]}}[mr(556)](){const t=mr;this[t(356)][t(600)][t(307)](t(430))[t(527)]({view:t(606)}),this[t(356)][t(600)][t(307)](t(594))[t(400)]({model:t(606),view:e=>{const n=t,i=e[n(423)][n(496)](":")[1],r=this[n(382)](i);if(!r)return null;const s=n(490)==r[n(598)]?n(392):n(294),o=[n(379),n(548)+s];return r[n(511)][n(311)]&&o[n(365)](n(548)+s+n(378)),this[n(579)]==r&&o[n(365)](n(445)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(356)][t(600)][t(307)](t(430))[t(490)]((e=>{const n=t;e.on(n(291),((t,e,i)=>{const r=n,s=e[r(484)][r(510)](0);if(!s||!s.is(r(302),r(542)))return;if(!i[r(324)][r(375)](s,{attributes:[r(454),r(397)]}))return;const o=e[r(505)][r(474)][r(391)];i[r(512)][r(450)](r(454),s[r(608)](r(454)),o),i[r(512)][r(450)](r(397),s[r(608)](r(397)),o)}),{priority:n(434)})})),this[t(356)][t(600)][t(307)](t(430))[t(490)]((e=>{const n=t;e.on(n(302),((t,e,i)=>{const r=n;if(!i[r(324)][r(375)](e[r(484)],{attributes:[r(454),r(397)]}))return;if(e[r(505)][r(331)])return;const s=e[r(505)][r(474)][r(391)];s[r(468)](r(454))||s[r(468)](r(444))||(i[r(512)][r(450)](r(454),e[r(484)][r(608)](r(454)),s),i[r(512)][r(450)](r(397),e[r(484)][r(608)](r(397)),s))}),{priority:n(434)})})),this[t(356)][t(600)][t(307)](t(430))[t(601)]({view:{name:t(597),attributes:{vid:!0}},model:{key:t(444),value:e=>e[t(608)](t(444))}}),this[t(356)][t(581)][t(338)].on(t(337),((e,[,n])=>{const i=t;[i(454),i(397),i(444)][i(485)](n)&&(e[i(602)]=!0,e[i(524)]())}),{priority:t(539)}),this[t(356)][t(600)][t(307)](t(545))[t(490)]((e=>{const n=t;e.on(n(298),((t,e,i)=>{const r=n;if(" "!=e[r(316)][r(511)]||e[r(316)][r(571)][r(538)]>1)return;if(!i[r(324)][r(375)](e[r(316)],t[r(437)]))return;const s=i[r(512)],o=i[r(413)][r(451)](e[r(619)]);s[r(415)](o,s[r(399)](r(597)))}))})),this[t(356)][t(600)][t(307)](t(545))[t(455)]({model:t(606)}),this[t(356)][t(535)][t(532)].on(t(459),function(e){const n=t,i=e[n(543)][n(603)](n(403));return(t,r,s)=>{const o=n,a=r[o(423)][o(496)](":")[1],c=i[o(382)](a);if(!c)return null;const u=o(490)==c[o(598)]?o(496):o(559);if(!s[o(324)][o(479)](r[o(301)],t[o(437)]))return;const l=r[o(301)][o(406)](),h=r[o(301)][o(474)],d=e[o(581)][o(338)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(316)];m=m||d[o(473)](e);const n=s[o(413)][o(432)](e);if(n&&n[o(613)](o(446)))return;o(470)==t[o(598)]&&d[o(340)](e)&&!d[o(315)](e)&&(e[o(553)]||h[o(300)]?f&&f[o(571)]==e||(f=e,y(t[o(417)]),p=!0):v=v||t[o(417)])}function y(t){const e=o,n=s[e(512)][e(456)](e(597),{class:e(548)+u}),a=s[e(413)][e(449)](t);c[e(511)][e(311)]&&s[e(512)][e(467)](e(548)+u+e(378),n),i[e(579)]==c&&s[e(512)][e(467)](e(445),n),s[e(512)][e(530)](a,n),s[e(413)][e(323)](n,r[e(423)])}m||p||!v||y(v)}}(this[t(356)]),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(497),((e,n,i)=>{const r=t,s=i[r(413)][r(536)](n[r(423)]);if(s)for(const t of s)(t[r(419)](r(551))||t[r(419)](r(589)))&&(i[r(413)][r(482)](t,n[r(423)]),i[r(512)][r(330)](t))}),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(459),((e,n,i)=>{const r=t,s=n[r(423)][r(496)](":")[1],o=this[r(382)](s);if(!o)return null;const a=r(490)==o[r(598)]?r(496):r(559);if(i[r(324)][r(479)](n[r(301)],e[r(437)]))for(const t of n[r(301)][r(494)]()){if(!t.is(r(302),r(418)))continue;const e=i[r(512)][r(456)](r(597),{class:r(548)+a}),s=i[r(413)][r(449)](this[r(356)][r(581)][r(495)](t));o[r(511)][r(311)]&&i[r(512)][r(467)](r(548)+a+r(378),e),this[r(579)]==o&&i[r(512)][r(467)](r(445),e),i[r(512)][r(530)](s,e),i[r(413)][r(323)](e,n[r(423)])}}),{priority:t(622)}),this[t(356)][t(581)][t(326)].on(t(287),(()=>{const e=t;this[e(356)][e(535)][e(422)][e(287)]((t=>{const n=e;for(const e of this[n(356)][n(581)][n(326)][n(573)]()){const i=this[n(356)][n(581)][n(326)][n(583)](e),r=this[n(356)][n(535)][n(422)][n(326)][n(583)](e);if(r){const e=i[n(608)](n(557));if(t[n(408)](n(321),r),t[n(487)](n(368),r),t[n(487)](n(339),r),t[n(487)](n(320),r),e){const i=this[n(382)](e);if(!i)return null;t[n(450)](n(321),e,r),t[n(467)](n(325)+i[n(598)],r),this[n(579)]==i&&t[n(467)](n(320),r)}}}}))})),this[t(356)][t(600)][t(307)](t(430))[t(527)]({view:t(498),model:e=>t(312)+e,converterPriority:t(539)}),this[t(356)][t(600)][t(307)](t(430))[t(527)]({view:t(357),model:e=>t(531)+e,converterPriority:t(539)}),this[t(356)][t(600)][t(307)](t(545))[t(455)]({model:t(568),view:e=>({name:t(376)+e,group:t(568)}),converterPriority:t(539)}),this[t(356)][t(600)][t(307)](t(594))[t(400)]({model:t(568),view:e=>{const n=t,i=e[n(423)][n(496)](":")[1];return n(392)!=i&&n(294)!=i?null:{classes:[n(614),n(290)+i]}}}),this[t(356)][t(535)][t(532)].on(t(381),br(this[t(356)],t(559)),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(332),br(this[t(356)],t(496)),{priority:t(622)}),this[t(356)][t(535)][t(532)].on(t(561),((e,n,i)=>{const r=t,s=i[r(413)][r(536)](n[r(423)]);if(s)for(const t of s)t.is(r(453))&&(i[r(413)][r(482)](t,n[r(423)]),i[r(512)][r(330)](t))}),{priority:t(622)})}[mr(382)](t){const e=mr;return this[e(371)][e(603)](t)}[mr(334)](t){const e=mr;return this[e(460)]&&this[e(460)][e(305)](),this[e(460)]=new ir(this[e(356)][e(336)],t),this[e(460)]}[mr(475)](){const t=mr;this[t(356)][t(581)][t(326)][t(424)][t(353)](t(606)),this.on(t(587),((e,n,i,r)=>{const s=t;r&&this[s(575)][s(330)](r),i&&(this[s(575)][s(490)]({view:i,stackId:s(513),position:{target:()=>{const t=s,e=this[t(356)][t(535)],n=this[t(382)](i[t(303)]);let r;if(n[t(511)][t(405)]){const i=e[t(422)][t(578)](n[t(317)]);r=Array[t(448)](i[t(464)]())}else{const n=this[t(356)][t(581)][t(329)][t(603)](t(517)+i[t(303)]);r=Array[t(448)](e[t(413)][t(536)](n[t(437)]))[t(328)]((n=>e[t(422)][t(411)][t(570)](n)))[t(328)]((e=>Array[t(448)](e[t(464)]())))[t(433)]()}return this[t(304)]&&r[t(547)]((e=>e[t(465)]-3<=this[t(304)].y&&e[t(588)]+3>=this[t(304)].y&&e[t(605)]-3<=this[t(304)].x&&e[t(582)]+3>=this[t(304)].x))||r[0]}}}),this[s(575)][s(521)](s(513)))})),this.on(t(385),((e,n,i,r)=>{const s=t;this[s(416)]=i?this[s(334)](i):null,this[s(356)][s(581)][s(287)]((()=>{const t=s,e=this[t(356)][t(535)];r&&(r[t(511)][t(405)]?e[t(422)][t(287)]((n=>{const i=t;n[i(487)](i(320),e[i(422)][i(326)][i(583)](r[i(317)]))})):e[t(342)](t(517)+r.id)),i&&(i[t(511)][t(405)]?e[t(422)][t(287)]((n=>{const r=t;n[r(467)](r(320),e[r(422)][r(326)][r(583)](i[r(317)]))})):e[t(342)](t(517)+i.id))}))})),this[t(564)](this[t(356)][t(535)][t(422)][t(326)],t(358),((e,n)=>{const i=t;if(this[i(579)])return;const r=this[i(466)](n[i(488)]),s=this[i(371)][i(603)](r);s?(this[i(304)]={x:n[i(522)].x,y:n[i(522)].y},this[i(416)]=this[i(334)](s)):(this[i(304)]=null,this[i(416)]=null)})),this[t(564)](this[t(356)][t(535)][t(422)][t(326)],t(361),((e,n)=>{const i=t,r=this[i(466)](n[i(488)]),s=this[i(371)][i(603)](r);s?(this[i(304)]={x:n[i(522)].x,y:n[i(522)].y},s===this[i(579)]?this[i(575)][i(436)]():this[i(579)]=s):(this[i(304)]=null,this[i(579)]=null)}))}[mr(466)](t){const e=mr;do{const n=t[e(608)](e(321));if(n)return n;t=t[e(571)]}while(t);return null}[mr(604)](){const t=mr;this[t(356)][t(581)][t(287)]((e=>{const n=t;for(const t of this[n(356)][n(581)][n(329)])e[n(318)](t)}))}}function br(t,e){return(n,i,r)=>{const s=pr;if(!r[s(324)][s(479)](i[s(301)],n[s(437)]))return;const o=i[s(301)][s(406)](),a=i[s(301)][s(474)],c=t[s(581)][s(338)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(316)];h=h||c[s(473)](e);const n=r[s(413)][s(432)](e);if(n&&n[s(613)](s(446)))return;s(470)==t[s(598)]&&c[s(340)](e)&&!c[s(315)](e)&&(e[s(553)]||a[s(300)]?u&&u[s(571)]==e||(u=e,f(t[s(417)]),d=!0):l=l||t[s(417)])}function f(t){const n=s,o=r[n(413)][n(449)](t),a=r[n(512)][n(456)](n(597),{class:n(290)+e});r[n(512)][n(530)](o,a),r[n(413)][n(323)](a,i[n(423)])}h||d||!l||f(l)}}class _r extends Wn.Command{constructor(t){const e=mr;super(t);const n=t[e(543)][e(603)](kr);this[e(534)]=!1,this[e(564)](n,e(352),(()=>this[e(507)]())),this[e(564)](n,e(421),(()=>this[e(507)]()))}[mr(462)](){const t=mr,e=this[t(356)],n=e[t(543)][t(603)](kr),i=n[t(476)]?n[t(555)][t(380)]:null;e[t(563)][t(603)](t(533))[t(369)](i)}[mr(507)](){const t=mr,{isReady:e,isEnabled:n,repository:i,diff:r}=this[t(356)][t(543)][t(603)](kr),s=r&&i[t(506)](r[t(380)]);this[t(549)]=e&&n&&Boolean(s)}}class wr extends Wn.Command{constructor(t,{direction:e}){const n=mr;super(t);const i=t[n(543)][n(603)](kr);this[n(534)]=!1,this[n(463)]=n(388)===e?1:-1,this[n(564)](i,n(352),(()=>this[n(507)]())),this[n(564)](i,n(421),(()=>this[n(507)]())),this[n(564)](i,n(385),(()=>this[n(507)]()))}[mr(462)](){const e=mr,n=this[e(356)],i=n[e(543)][e(603)](kr),{isNavigationMode:r,currentChangeNumber:s}=i;let o;if(i[e(579)]=r?i[e(555)][e(596)][e(603)](s+this[e(463)]):i[e(555)][e(596)][e(572)],i[e(579)][e(511)][e(405)])o=n[e(535)][e(422)][e(578)](i[e(579)][e(317)]);else{const t=n[e(581)][e(329)][e(603)](e(517)+i[e(579)].id);o=(0,Jn.getMarkerDomElement)(n[e(535)],t)}(0,t.scrollViewportToShowTarget)({target:o,viewportOffset:40})}[mr(507)](){const t=mr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(356)][t(543)][t(603)](kr);this[t(549)]=!!(s&&r&&i)&&(!e||(1===this[t(463)]?n<i-1:n>0))}}var Ir=n(528),Or={attributes:{"data-cke":!0}};Or.setAttributes=zi(),Or.insert=Pi().bind(null,"head"),Or.domAPI=Ci(),Or.insertStyleElement=Zi();ji()(Ir.A,Or);Ir.A&&Ir.A.locals&&Ir.A.locals;function Sr(){const t=["fire","3937904oOrlHU","setTemplate","Show next change","ck-revision-history-ui__changes-navigation","6961686SivquV","Total","7245889pvidtY","execute","forward","isReady","X_OF_Y_CHANGES","isEnabled","isBackwardNavigationEnabled","ck-revision-history-ui__changes-navigation__label","NUMBER_OF_CHANGES","currentChangeNumber","div","_statusText","_isStatusLabelVisible","ck-hidden","68athOXr","6461760LENsON","span","isForwardNavigationEnabled","Loading...","set","3ihzRaI","bind","ck-revision-history-ui__changes-navigation__navigation","ck-revision-history-ui","Show previous change","EDIT_X_OF_Y_REVISIONS","ck-revision-history-ui__changes-navigation__wrapper","8012yZQxuP","No changes","isNavigationMode","8IGQQUE","bindTemplate","4035615MvFGwb","117423NYJHwz","backward","numberOfChanges"];return(Sr=function(){return t})()}function Tr(t,e){const n=Sr();return(Tr=function(t,e){return n[t-=315]})(t,e)}!function(t){const e=Tr,n=t();for(;;)try{if(764530===-parseInt(e(324))/1*(parseInt(e(337))/2)+parseInt(e(330))/3*(-parseInt(e(347))/4)+-parseInt(e(342))/5+parseInt(e(351))/6+parseInt(e(353))/7*(parseInt(e(340))/8)+-parseInt(e(343))/9+parseInt(e(325))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class xr extends Ei.View{constructor(t){const e=Tr;super(t);const n=this[e(341)],i=new Ei.ButtonView(t),r=new Ei.ButtonView(t);this[e(329)](e(339),!1),this[e(329)](e(356),!1),this[e(329)](e(319),0),this[e(329)](e(345),0),this[e(329)](e(327),!1),this[e(329)](e(316),!1),this[e(331)](e(322)).to(this,e(356),this,e(345),((t,e)=>t&&e>0)),this[e(331)](e(321)).to(this,e(356),this,e(319),this,e(345),this,e(339),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(328));if(!r)return $n(t,o(338));const a=$n(t,o(318),r);return s?$n(t,o(357),[i+1,r]):a})),i[e(329)]({label:$n(t,e(334)),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(329)]({label:$n(t,e(349)),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(331)](e(315)).to(this,e(316)),r[e(331)](e(315)).to(this,e(327)),i.on(e(354),(()=>this[e(346)](e(354),e(344)))),r.on(e(354),(()=>this[e(346)](e(354),e(355)))),this[e(348)]({tag:e(320),attributes:{class:["ck",e(333),e(350)]},children:[{tag:e(326),attributes:{class:[e(336)]},children:[{tag:e(326),attributes:{class:[e(317),n.if(e(322),e(323),(t=>!t))]},children:[{text:n.to(e(339),(n=>n?$n(t,e(335))+": ":$n(t,e(352))+": "))}]},{text:n.to(e(321))}]},new Ei.ToolbarSeparatorView,{tag:e(320),attributes:{class:[e(332)]},children:[i,r]}]})}}var Ar=n(560),Mr={attributes:{"data-cke":!0}};Mr.setAttributes=zi(),Mr.insert=Pi().bind(null,"head"),Mr.domAPI=Ci(),Mr.insertStyleElement=Zi();ji()(Ar.A,Mr);Ar.A&&Ar.A.locals&&Ar.A.locals;const Nr=Er;!function(t){const e=Er,n=t();for(;;)try{if(232254===parseInt(e(148))/1*(parseInt(e(150))/2)+parseInt(e(128))/3*(-parseInt(e(149))/4)+parseInt(e(139))/5+parseInt(e(145))/6+-parseInt(e(146))/7+-parseInt(e(138))/8+parseInt(e(136))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jr);const Rr=Nr(151);function Er(t,e){const n=jr();return(Er=function(t,e){return n[t-=128]})(t,e)}class Vr extends Wn.Plugin{static get[Nr(141)](){return Nr(133)}static get[Nr(142)](){return!0}static get[Nr(135)](){return!0}[Nr(130)](){const t=Nr,e=this[t(131)][t(143)][t(129)];e[t(137)]((n=>{const i=t;for(const t of e[i(140)][i(144)])n[i(147)](Rr,t)}))}[Nr(132)](){const t=Nr,e=this[t(131)][t(143)][t(129)];e[t(137)]((n=>{const i=t;for(const t of e[i(140)][i(144)])n[i(134)](Rr,t)}))}}function jr(){const t=["change","3582920ehwNUg","410975ZMqOrC","document","pluginName","isOfficialPlugin","editing","roots","469644juEVxD","90027DQexQc","addClass","7OabYHX","209068QgEPGX","128188nQZDXM","ck-editor__editable__loading-overlay","6gdkjbw","view","show","editor","hide","RevisionViewerLoadingOverlay","removeClass","isPremiumPlugin","1695483IQjyww"];return(jr=function(){return t})()}const Dr=Cr;function Cr(t,e){const n=Pr();return(Cr=function(t,e){return n[t-=388]})(t,e)}!function(t){const e=Cr,n=t();for(;;)try{if(854421===parseInt(e(428))/1*(parseInt(e(413))/2)+-parseInt(e(392))/3+-parseInt(e(412))/4*(parseInt(e(432))/5)+-parseInt(e(397))/6+parseInt(e(429))/7*(-parseInt(e(398))/8)+-parseInt(e(424))/9*(-parseInt(e(408))/10)+parseInt(e(435))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pr);class Lr extends Wn.Plugin{static get[Dr(434)](){return Dr(437)}static get[Dr(407)](){return!0}static get[Dr(404)](){return!0}static get[Dr(415)](){return[kr,Vr]}[Dr(395)](){const t=Dr,e=this[t(418)],n=e[t(433)][t(422)](kr),i=e[t(433)][t(422)](Vr);e.ui[t(400)][t(409)](t(396),(n=>{const i=t,r=new Ei.ButtonView(n);return r[i(405)]({label:$n(n,i(403)),icon:Wn.icons[i(423)],withText:!0,tooltip:!0,class:i(388)}),this[i(436)](r,i(421),(()=>{const t=i;e[t(425)][t(422)](t(419))[t(426)]()})),r})),e.ui[t(400)][t(409)](t(411),(n=>{const i=t,r=new Ei.ButtonView(n);return r[i(405)]({label:$n(n,i(393)),withText:!0,tooltip:!0}),r[i(402)](i(416)).to(e[i(420)][i(422)](i(411))),this[i(436)](r,i(421),(()=>e[i(421)](i(411)))),r})),e.ui[t(400)][t(409)](t(406),(i=>{const r=t,s=new xr(i),o=e[r(420)][r(422)](r(394)),a=e[r(420)][r(422)](r(391));return s[r(402)](r(414)).to(o,r(416)),s[r(402)](r(399)).to(a,r(416)),s[r(402)](r(389),r(417),r(390),r(431)).to(n),this[r(436)](s,r(421),((t,n)=>{const i=r;e[i(421)](i(427)===n?i(391):i(394))})),s})),i[t(401)](),n.on(t(430),((e,n,r)=>{const s=t;r?i[s(410)]():i[s(401)]()}))}}function Pr(){const t=["3020XRtOMZ","add","hide","restoreRevision","53968SirHNY","526418TwQzer","isBackwardNavigationEnabled","requires","isEnabled","currentChangeNumber","editor","revisionHistory","commands","execute","get","undo","41256xLoOAz","config","closeRevisionViewerCallback","forward","2ewUmXG","14HXTIBc","change:isReady","isNavigationMode","475KtXjvW","plugins","pluginName","24568687pnKURH","listenTo","RevisionViewerUI","ck-revision-history-ui__back-to-editing","isReady","numberOfChanges","showNextChange","3727374KgignV","Restore this revision","showPreviousChange","init","exitToEditing","520236coownR","2715912uIVWvH","isForwardNavigationEnabled","componentFactory","show","bind","Back to editing","isPremiumPlugin","set","changesNavigation","isOfficialPlugin"];return(Pr=function(){return t})()}var Fr=n(329),zr={attributes:{"data-cke":!0}};zr.setAttributes=zi(),zr.insert=Pi().bind(null,"head"),zr.domAPI=Ci(),zr.insertStyleElement=Zi();ji()(Fr.A,zr);Fr.A&&Fr.A.locals&&Fr.A.locals;const Hr=Zr;function Zr(t,e){const n=qr();return(Zr=function(t,e){return n[t-=299]})(t,e)}!function(t){const e=Zr,n=t();for(;;)try{if(708330===-parseInt(e(303))/1*(parseInt(e(318))/2)+-parseInt(e(327))/3*(-parseInt(e(326))/4)+-parseInt(e(331))/5*(-parseInt(e(317))/6)+parseInt(e(328))/7*(-parseInt(e(310))/8)+-parseInt(e(302))/9+-parseInt(e(307))/10+parseInt(e(315))/11*(-parseInt(e(308))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qr);class Ur extends Ei.LabeledFieldView{constructor(t,e){const n=Zr;super(t,e),this[n(325)]=null;const i=this[n(320)];this[n(311)]({label:$n(t,n(306)),_tooltipString:""}),this[n(309)][n(299)]=$n(t,n(313)),this[n(324)]({tag:n(330),attributes:{class:[n(305)],"data-cke-tooltip-text":i.to(n(322)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(301)}})}[Hr(321)](){const e=Hr;super[e(321)](),this[e(325)]=new t.ResizeObserver(this[e(309)][e(312)],(()=>this[e(316)]())),this[e(300)](this[e(309)],e(319),(()=>this[e(316)]()))}[Hr(323)](){const t=Hr;super[t(323)](),this[t(325)]&&this[t(325)][t(323)]()}[Hr(316)](){const t=Hr,e=this[t(309)][t(312)];this[t(322)]=e[t(329)]>e[t(314)]&&e[t(304)]||""}}function qr(){const t=["6WIZJOH","35oHPmCw","scrollWidth","span","5gewDnM","placeholder","listenTo","ck-tooltip_multi-line","6346845mZHcIv","98962ZVqObf","value","ck-revision-history-sidebar__revision-name","Revision name","1278760vtmwqj","8724TdUcYf","fieldView","1379384JiNUVw","set","element","Enter the revision name","clientWidth","605iDLZXH","_updateTooltipText","8372118jMkHUF","4cTqmBz","input","bindTemplate","render","_tooltipString","destroy","extendTemplate","_resizeObserver","2492164pDhGdd"];return(qr=function(){return t})()}var Br=n(249),Wr={attributes:{"data-cke":!0}};Wr.setAttributes=zi(),Wr.insert=Pi().bind(null,"head"),Wr.domAPI=Ci(),Wr.insertStyleElement=Zi();ji()(Br.A,Wr);Br.A&&Br.A.locals&&Br.A.locals;function Jr(){const t=["Revision creator","3618VEhIXw","8909142mFPBUO","0 0 11 10","ck-revision-history-sidebar__revision-author_creator","setTemplate","31765XtjHtm","4190FmCSwW","push","952tBfEqL","549732JivxnM","ck-revision-history-sidebar__revision-author__name","span","Revision author","1758724wFzDvJ","608NIlVPu","name","set","42287HlRTww","ck-revision-history-sidebar__revision-author","1580606uqqqqy"];return(Jr=function(){return t})()}function Yr(t,e){const n=Jr();return(Yr=function(t,e){return n[t-=166]})(t,e)}!function(t){const e=Yr,n=t();for(;;)try{if(915728===parseInt(e(185))/1+-parseInt(e(179))/2+parseInt(e(175))/3+parseInt(e(180))/4*(parseInt(e(171))/5)+-parseInt(e(167))/6+-parseInt(e(183))/7*(-parseInt(e(174))/8)+-parseInt(e(166))/9*(parseInt(e(172))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jr);class Gr extends Ei.View{constructor(t,e,n){const i=Yr;super(t);const r=new Ei.IconView;r[i(182)]({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(168)});const s=["ck",i(184)];n&&s[i(173)](i(169));const o=[{tag:i(177),attributes:{class:["ck",i(176)],title:$n(t,i(n?186:178))},children:[r,e[i(181)]]}];this[i(170)]({tag:"li",attributes:{class:s},children:o})}}function Xr(){var t=["5702NvjuHG","817407lpcZfu","2867430owXpWE","toLocaleTimeString","toLocaleDateString","367900XlADjN","22779hNvYAd","52wdoCtT","33404hYHTYD","879370iboZIo","numeric","long","264wLDTva","6dhgsBg"];return(Xr=function(){return t})()}function Kr(t,e){var n=Xr();return(Kr=function(t,e){return n[t-=434]})(t,e)}!function(t){for(var e=Kr,n=t();;)try{if(100869===-parseInt(e(440))/1+parseInt(e(447))/2*(-parseInt(e(446))/3)+-parseInt(e(445))/4+-parseInt(e(435))/5*(-parseInt(e(439))/6)+parseInt(e(434))/7*(-parseInt(e(438))/8)+parseInt(e(441))/9+parseInt(e(442))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xr);var Qr=n(11),$r={attributes:{"data-cke":!0}};$r.setAttributes=zi(),$r.insert=Pi().bind(null,"head"),$r.domAPI=Ci(),$r.insertStyleElement=Zi();ji()(Qr.A,$r);Qr.A&&Qr.A.locals&&Qr.A.locals;function ts(){const t=["buttonView","120894UuPsbi","377890zEKKuq","ck-revision-history-sidebar__revision__actions","function","change:isActionsDropdownOpen","children","isEnabled","262576eFQleX","_action","ck-on","listenTo","first","extendTemplate","items","name","find","stopPropagation","7ScwTqm","set","isReady","menuitem","1462732BzVoOW","button","2175336SuFfxL","threeVerticalDots","locale","add","26cJwKZE","execute","model","Name this revision","map","source","Show more items","class","Compare against selected","Restore this revision","listView","isActionsDropdownOpen","18627yHbacn","bind","280180WHoGlM","35dhhwkF","menu","action","isOpen","panelPosition","bindTemplate","isVisible"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=258]})(t,e)}!function(t){const e=es,n=t();for(;;)try{if(187366===parseInt(e(292))/1+-parseInt(e(278))/2*(parseInt(e(290))/3)+parseInt(e(272))/4+-parseInt(e(293))/5*(parseInt(e(301))/6)+parseInt(e(268))/7*(-parseInt(e(258))/8)+-parseInt(e(274))/9+parseInt(e(302))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ts);var ns=n(216),is={attributes:{"data-cke":!0}};is.setAttributes=zi(),is.insert=Pi().bind(null,"head"),is.domAPI=Ci(),is.insertStyleElement=Zi();ji()(ns.A,is);ns.A&&ns.A.locals&&ns.A.locals;const rs=os;function ss(){const t=["uiLanguage","setTemplate","11RXAeID","highlight","105zqliyr","element","isConfirm","ck-disabled","isSelected","9885910eljqsN","unshift","select","set","length","change","291234XmxVtv","ck-reset","4328xQcyHJ","isEnabled","span","_createdAtFormatted","_requireRevisionName","2195679PnfypN","4oaftrB","unhighlight","bind","name","ck-revision-history-sidebar__revision-authors","map","revisionActionsView","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","creator","3637606ZbutTq","ck-revision-history-sidebar__revision","closest","listenTo","184621FACpiG","ck-revision-history-sidebar__revision_selected","ck-revision-history-sidebar__actions_dropdown_open","extendTemplate","ck-revision-history-sidebar__revision__controls-wrapper","isHighlighted","isActionsDropdownOpen","createdAt","ck-revision-history-sidebar__revision__date","deselect","_revision","authors","setName","ck-revision-history-sidebar__revision_highlighted","from","filter","ck-revision-history-sidebar__revision-wrapper","fire","fieldView","revisionNameView","render","srcElement","isReady",".ck-thread__remove-confirm","220","value","div","17109xAuRBc","2624314isnGRB","bindTemplate"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=302]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(657264===parseInt(e(309))/1+-parseInt(e(337))/2+-parseInt(e(361))/3*(parseInt(e(362))/4)+parseInt(e(343))/5*(parseInt(e(354))/6)+-parseInt(e(305))/7+-parseInt(e(356))/8*(-parseInt(e(336))/9)+parseInt(e(348))/10*(parseInt(e(341))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);class as extends((0,Jn.ConfirmMixin)(Ei.View)){constructor(e,n,i,r){const s=os;super(e);const o=this[s(338)],a=function(t,e){const n=s,i=Array[n(323)](e[n(320)])[n(324)]((t=>t!=e[n(304)]));return e[n(304)]&&i[n(349)](e[n(304)]),i[n(367)]((i=>new Gr(t,i,i==e[n(304)])))}(e,n);this.id=n.id,this[s(319)]=n,this[s(360)]=r,this[s(364)](s(365),s(316)).to(n),this[s(364)](s(359)).to(this,s(316),(t=>{return n=e[s(339)],(i=t)[(r=Kr)(444)](n,{month:r(437),day:r(436)})+", "+i[r(443)](n,{hour:r(436),minute:r(436)});var n,i,r})),this[s(351)](s(347),!1),this[s(351)](s(314),!1),this[s(351)](s(315),!1),this[s(351)](s(331),!1),this[s(351)](s(357),!1),this[s(328)]=new Ur(e,Ei.createLabeledInputText),this[s(328)][s(327)][s(312)]({attributes:{maxlength:s(333)}}),this[s(328)][s(327)][s(364)](s(334)).to(this,s(365),(t=>t||this[s(359)])),this[s(328)][s(364)](s(357)).to(this,s(347),this,s(357),((t,e)=>t&&e)),this[s(302)]=i&&i[s(352)]?function(e,n){const i=es,r=e[i(298)],s=e[i(276)],o=(0,Ei.createDropdown)(s);o[i(297)]="sw";const a=function(e,n){const r=i,s=function(t,e){const n=es,i=t[n(276)],r={"Compare against selected":$n(i,n(286)),"Name this revision":$n(i,n(281)),"Restore this revision":$n(i,n(287))};return e[n(282)]((t=>{const e=n,i=r[t[e(265)]];return i&&i!==t[e(265)]&&(t[e(265)]=i),t}))}(e,n),o=new t.Collection;for(const t of s){const n={type:r(273),model:new Ei.ViewModel({label:t[r(265)],class:t[r(285)],withText:!0,role:r(271),_action:t[r(295)]})};n[r(280)][r(291)](r(307)).to(e,r(289),(n=>r(304)!=typeof t[r(307)]||!n||t[r(307)](e))),o[r(277)](n)}return o}(e,n);return e[i(291)](i(289)).to(o,i(296)),o[i(300)][i(269)]({label:$n(s,i(284)),tooltip:!0,tooltipPosition:"sw",icon:Wn.icons[i(275)]}),o[i(263)]({attributes:{class:[i(303),r.if(i(289),i(260))]},on:{click:r.to((t=>t[i(267)]()))}}),o.on(i(279),(t=>{const n=i;e[n(270)]&&n(304)==typeof t[n(283)][n(259)]&&t[n(283)][n(259)](e)})),(0,Ei.addListToDropdown)(o,a,{role:i(294)}),o[i(261)](e,i(305),((t,r,s)=>{const a=i;if(s)for(const t of o[a(288)][a(264)]){const i=t[a(306)][a(262)],r=n[a(266)]((t=>t[a(295)]===i[a(259)]))[a(299)];t[a(299)]=void 0===r||r(e)}})),o}(this,i):"",this[s(302)]&&this[s(302)][s(364)](s(357)).to(this),this[s(340)]({tag:s(335),attributes:{class:["ck",s(355),s(325),o.if(s(345),s(303))]},children:[{tag:s(335),attributes:{class:["ck",s(355),s(306),o.if(s(357),s(346),(t=>!t)),o.if(s(347),s(310)),o.if(s(314),s(322)),o.if(s(315),s(311))]},children:[this[s(328)],{tag:s(358),attributes:{class:["ck",s(317)]},children:[{text:o.to(s(359))}]},{tag:s(335),attributes:{class:["ck",s(313)]},children:[{tag:"ul",attributes:{class:["ck",s(366)]},children:a}]},this[s(302)]],on:{click:o.to((t=>{const e=s;t[e(330)][e(307)](e(332))||this[e(331)]&&this[e(357)]&&this[e(326)](e(350),{id:this.id})}))}}]})}[rs(329)](){const t=rs;super[t(329)]();const e=this[t(328)][t(327)][t(344)];this[t(308)](e,t(353),(()=>{const n=t;this[n(360)]&&!e[n(334)]||this[n(326)](n(321),{id:this.id,name:e[n(334)]}),e[n(334)]||(e[n(334)]=this[n(365)]?this[n(365)]:this[n(359)])}))}[rs(350)](){this[rs(347)]=!0}[rs(318)](){this[rs(347)]=!1}[rs(342)](){this[rs(314)]=!0}[rs(363)](){this[rs(314)]=!1}}var cs=n(675);function us(t,e){const n=ls();return(us=function(t,e){return n[t-=122]})(t,e)}function ls(){const t=["2401JDrppb","hasSame","294348ONTMKB","fromJSDate","startOf","week","1366530lFuaVW","setLocale","6300396fPYSQi","toRelativeCalendar","2383976BNxLhJ","local","weekdayLong","minus","4gwuFif","day","3672VYuzUf","toJSDate","month","year","monthLong","363173rmCuJQ","30fyRBMy","962256dJTeDu"];return(ls=function(){return t})()}function hs(t,e){const n=us,i=cs.c9[n(123)](t)[n(127)](e),r=cs.c9[n(131)](),s=r[n(133)]({days:1})[n(124)](n(135));let o,a;return i[n(145)](r,n(135))?(o=i[n(124)](n(135))[n(137)](),a=i[n(129)]()):i[n(145)](s,n(135))?(o=s[n(137)](),a=i[n(129)]()):i[n(145)](r,n(125))?(o=i[n(124)](n(125))[n(137)](),a=i[n(132)]||""):i[n(145)](r,n(139))?(o=i[n(124)](n(138))[n(137)](),a=i[n(140)]||""):(o=i[n(124)](n(139))[n(137)](),a=String(i[n(139)])),{startDate:o,localizedPeriodName:a}}!function(t){const e=us,n=t();for(;;)try{if(619669===-parseInt(e(141))/1+parseInt(e(130))/2+parseInt(e(143))/3*(-parseInt(e(134))/4)+parseInt(e(142))/5*(-parseInt(e(122))/6)+-parseInt(e(144))/7*(parseInt(e(136))/8)+parseInt(e(128))/9+-parseInt(e(126))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ls);var ds=n(45),fs={attributes:{"data-cke":!0}};fs.setAttributes=zi(),fs.insert=Pi().bind(null,"head"),fs.domAPI=Ci(),fs.insertStyleElement=Zi();ji()(ds.A,fs);ds.A&&ds.A.locals&&ds.A.locals;const vs=ms;function ms(t,e){const n=ps();return(ms=function(t,e){return n[t-=479]})(t,e)}function ps(){const t=["remove","3090265xHqZHd","1528eVIAzh","add","createCollection","select","locale","setTemplate","_revisionActions","ck-revision-history-sidebar__time-period__revisions","localizedPeriodName","342DZVrEj","addRevision","delegate","9559kOqdoj","revisionViews","3676150hjvegs","setName","4632sbzVhY","startDate","306MXhoAy","5943jiYduf","12842tffosA","span","_requireRevisionName","uiLanguage","154144IXuksr","116333qfyqPV","div","ck-revision-history-sidebar__time-period","ck-revision-history-sidebar__time-period__label","removeRevision","3fNiVIv","find"];return(ps=function(){return t})()}!function(t){const e=ms,n=t();for(;;)try{if(429712===-parseInt(e(510))/1*(parseInt(e(500))/2)+-parseInt(e(499))/3*(parseInt(e(480))/4)+parseInt(e(479))/5+-parseInt(e(498))/6*(parseInt(e(505))/7)+parseInt(e(504))/8*(parseInt(e(489))/9)+parseInt(e(494))/10+parseInt(e(492))/11*(parseInt(e(496))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class ys extends Ei.View{constructor(t,e,n,i){const r=ms;super(t);const s=hs(e,this[r(484)][r(503)])[r(488)];this[r(497)]=e,this[r(493)]=this[r(482)](),this[r(486)]=n,this[r(502)]=i,this[r(493)][r(491)](r(483)).to(this),this[r(493)][r(491)](r(495)).to(this),this[r(485)]({tag:r(506),attributes:{class:["ck",r(507)]},children:[{tag:r(501),attributes:{class:["ck",r(508)]},children:[{text:s}]},{tag:r(506),attributes:{class:["ck",r(487)]},children:this[r(493)]}]})}[vs(490)](t){const e=vs,n=new as(this[e(484)],t,this[e(486)],this[e(502)]);this[e(493)][e(481)](n)}[vs(509)](t){const e=vs,n=this[e(493)][e(511)]((e=>e.id===t.id));this[e(493)][e(512)](n)}}var gs=n(173),ks={attributes:{"data-cke":!0}};ks.setAttributes=zi(),ks.insert=Pi().bind(null,"head"),ks.domAPI=Ci(),ks.insertStyleElement=Zi();ji()(gs.A,ks);gs.A&&gs.A.locals&&gs.A.locals;function bs(){const t=["422418tHtJNk","content","2918881IGkPeB","ck-reset_all","span","484119tVIFge","div","ck-revision-history-sidebar__header","1343105PBmhbX","2505606LMVikL","16hdIZRu","history","444096jHtRSn","Revision history","73119aFUwal","setTemplate","ck-revision-history-sidebar__header__label"];return(bs=function(){return t})()}function _s(t,e){const n=bs();return(_s=function(t,e){return n[t-=140]})(t,e)}!function(t){const e=_s,n=t();for(;;)try{if(274499===parseInt(e(151))/1+-parseInt(e(154))/2+-parseInt(e(142))/3+-parseInt(e(149))/4+parseInt(e(145))/5+-parseInt(e(146))/6+-parseInt(e(156))/7*(-parseInt(e(147))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ws extends Ei.View{constructor(t){const e=_s;super(t);const n=new Ei.IconView;n[e(155)]=Wn.icons[e(148)],this[e(152)]({tag:e(143),attributes:{class:["ck",e(140),e(144)]},children:[n,{tag:e(141),attributes:{class:["ck",e(153)]},children:[$n(t,e(150))]}]})}}var Is=n(722),Os={attributes:{"data-cke":!0}};Os.setAttributes=zi(),Os.insert=Pi().bind(null,"head"),Os.domAPI=Ci(),Os.insertStyleElement=Zi();ji()(Is.A,Os);Is.A&&Is.A.locals&&Is.A.locals;const Ss=Ts;function Ts(t,e){const n=xs();return(Ts=function(t,e){return n[t-=121]})(t,e)}function xs(){const t=["_revisions","locale","highlightRevisions","ck-revision-history-sidebar__timeline","render","addRevision","get","setName","getTime","selectRevision","map","startDate","_removeRevision","8ezNIYc","69606hjKWGP","set","add","div","select","isEnabled","delegate","createCollection","3744654IoaWkj","revisionViews","flat","revisionSelected","1709566DeHZdX","bindTemplate","_requireRevisionName","ck-revision-history-sidebar","revisionSetName","setTemplate","ck-rounded-corners","36jbsbLo","410599yNxccf","createdAt","5338663vbUTCe","159mDJXJq","highlight","_getTimePeriodViewByStartDate","unhighlight","deselect","removeRevision","ck-disabled","79276mWrGgq","10IurnUH","3600254ruMKte","5AiwyLB","timePeriodViews","fire","ck-reset","some","remove","_addRevision","uiLanguage","find","_revisionActions"];return(xs=function(){return t})()}!function(t){const e=Ts,n=t();for(;;)try{if(540277===parseInt(e(121))/1+parseInt(e(170))/2+-parseInt(e(124))/3*(parseInt(e(131))/4)+-parseInt(e(134))/5*(parseInt(e(166))/6)+parseInt(e(133))/7*(-parseInt(e(157))/8)+-parseInt(e(158))/9*(-parseInt(e(132))/10)+-parseInt(e(123))/11*(-parseInt(e(177))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xs);class As extends Ei.View{constructor(t,e,n,i){const r=Ts;super(t);const s=this[r(171)];this[r(135)]=this[r(165)](),this[r(135)][r(164)](r(162)).to(this),this[r(135)][r(164)](r(151)).to(this),this[r(144)]=e,this[r(143)]=n,this[r(172)]=i,this.on(r(162),((t,e)=>{const n=r;this[n(136)](n(169),e)})),this.on(r(151),((t,e)=>{const n=r;this[n(136)](n(174),e)})),this[r(159)](r(163),!1),this[r(175)]({tag:r(161),attributes:{class:["ck",r(137),r(176),r(173)]},children:[new ws(t),{tag:r(161),attributes:{class:["ck",r(147),s.if(r(163),r(130),(t=>!t))]},children:this[r(135)]}]})}[Ss(148)](){const t=Ss;super[t(148)]();for(const e of this[t(144)])this[t(140)](e);this[t(144)].on(t(160),((e,n)=>{this[t(140)](n)})),this[t(144)].on(t(139),((e,n)=>{this[t(156)](n)}))}get[Ss(167)](){const t=Ss;return this[t(135)][t(154)]((e=>e[t(167)][t(154)]((t=>t))))[t(168)]()}[Ss(153)](t){const e=Ss;for(const n of this[e(167)])t&&t.id===n.id?n[e(162)]():n[e(128)]()}[Ss(146)](t){const e=Ss;for(const n of this[e(167)])t[e(138)]((({id:t})=>t===n.id))?n[e(125)]():n[e(127)]()}[Ss(140)](t){const e=Ss,n=hs(t[e(122)],this[e(145)][e(141)])[e(155)];let i=this[e(135)][e(150)](0);i&&i[e(155)][e(152)]()===n[e(152)]()||(i=new ys(this[e(145)],n,this[e(143)],this[e(172)]),this[e(135)][e(160)](i)),i[e(149)](t)}[Ss(156)](t){const e=Ss,n=hs(t[e(122)],this[e(145)][e(141)])[e(155)];this[e(126)](n)[e(129)](t)}[Ss(126)](t){const e=Ss;return this[e(135)][e(142)]((n=>n[e(155)][e(152)]()===t[e(152)]()))}}const Ms=Ns;function Ns(t,e){const n=Vs();return(Ns=function(t,e){return n[t-=212]})(t,e)}!function(t){const e=Ns,n=t();for(;;)try{if(556745===parseInt(e(279))/1+parseInt(e(257))/2*(parseInt(e(218))/3)+parseInt(e(250))/4*(parseInt(e(228))/5)+parseInt(e(236))/6+-parseInt(e(270))/7*(parseInt(e(269))/8)+parseInt(e(280))/9+-parseInt(e(281))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vs);class Rs extends Wn.Plugin{static get[Ms(217)](){return Ms(278)}static get[Ms(222)](){return!0}static get[Ms(273)](){return!0}static get[Ms(277)](){return[kr]}constructor(t){const e=Ms;super(t),this[e(283)]=t[e(291)][e(274)](kr),this[e(263)]=this[e(283)][e(225)],this[e(246)]=null}[Ms(239)](){const t=Ms,e=this[t(263)][t(266)],n=this[t(212)](),i=this[t(251)][t(224)][t(274)](t(221));this[t(246)]=new As(this[t(251)][t(213)],e,n,this[t(251)][t(224)][t(274)](t(256))),this[t(246)].on(t(223),this[t(265)][t(258)](this)),this[t(246)].on(t(244),this[t(248)][t(258)](this)),this[t(246)][t(258)](t(264)).to(this[t(283)]),this[t(246)][t(293)].on(t(290),((e,n)=>{const i=t;n[i(243)].on(i(290),((t,e)=>{const n=i;e[n(258)](n(264),n(282)).to(this[n(283)])}))})),this[t(246)][t(275)](),this[t(242)](this[t(251)][t(227)],t(289),this[t(219)][t(258)](this)),this[t(242)](this[t(283)],t(268),this[t(247)][t(258)](this)),i[t(261)](this[t(246)][t(267)])}[Ms(215)](){const t=Ms;this[t(246)][t(267)][t(241)](),this[t(246)][t(215)]()}[Ms(219)](){const t=Ms,e=this[t(263)][t(276)](0);if(e){const n=this[t(263)][t(232)](e.id);this[t(283)][t(287)](e,n)}}[Ms(265)](t,e){const n=Ms,i=this[n(263)][n(276)](e.id),r=this[n(263)][n(232)](i.id);this[n(283)][n(287)](i,r)}[Ms(248)](t,e){const n=Ms;this[n(263)][n(276)](e.id)[n(252)](e[n(237)])}[Ms(247)](t,e,n){const i=Ms,r=this[i(263)][i(229)](n);r[i(284)]>2?(this[i(246)][i(253)](r),this[i(246)][i(235)](null)):(this[i(246)][i(253)]([]),this[i(246)][i(235)](r[0]))}[Ms(212)](){const t=Ms,e=this[t(251)],n=Rs[t(234)],i=e[t(224)][t(274)](t(286))||Rs[t(285)];if(i[t(284)])return i[t(288)]((i=>{const r=t,s=r(233)==typeof i?Object[r(245)]({},n[i]):i;return s[r(262)]=s[r(262)][r(258)](this,e),s[r(226)]&&(s[r(226)]=s[r(226)][r(258)](this,e)),s}))}}Rs[Ms(285)]=[Ms(294),Ms(254),Ms(259)],Rs[Ms(234)]={compareAgainstSelected:{name:Ms(216),action:({plugins:t},e)=>{const n=Ms,i=t[n(274)](kr),r=i[n(225)];let s=i[n(260)][n(238)],o=e.id;r[n(240)](s)>r[n(240)](o)&&([s,o]=[o,s]),i[n(287)](s,o)},isVisible:({plugins:t},e)=>{const n=Ms,i=t[n(274)](kr);return!(i[n(225)][n(229)](i[n(260)])[n(284)]>2||e[n(255)])}},restoreRevision:{name:Ms(292),action:(t,{id:e})=>{const n=Ms;t[n(224)][n(274)](n(272))[n(230)](e)},isVisible:({plugins:t},e)=>!!t[Ms(274)](kr)[Ms(225)][Ms(214)](e.id)},nameRevision:{name:Ms(231),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=Ms,r=t[i(274)](kr),s=r[i(225)][i(232)](e);r[i(287)](e,s),n[i(220)](),n[i(249)][i(271)]()}}};const Es=Rs;function Vs(){const t=["9aodSge","_handleEditorDataReady","focus","revisionHistory.viewerSidebarContainer","isOfficialPlugin","revisionSelected","config","repository","isVisible","data","5pzKMRM","getRevisionsInDiff","restoreRevisionCallback","Name this revision","getEarlierVisibleRevision","string","availableRevisionActions","selectRevision","5390268Xurlwm","name","newRevisionId","init","getIndex","remove","listenTo","revisionViews","revisionSetName","assign","_sidebarView","_handleDiffChange","_handleRevisionSetName","fieldView","291728IfKgVG","editor","setName","highlightRevisions","restoreRevision","isSelected","revisionHistory.requireRevisionName","686944MQayBY","bind","nameRevision","diff","appendChild","action","_revisionsRepository","isEnabled","_handleRevisionSelected","_revisions","element","change:diff","21848QiDZmx","903cQKYMI","select","revisionHistory","isPremiumPlugin","get","render","getRevision","requires","RevisionsSidebar","630176KuVjlw","373032bVURqQ","17643060zlEAus","isReady","_revisionViewer","length","defaultRevisionActions","revisionHistory.revisionActions","compare","map","ready","add","plugins","Restore this revision","timePeriodViews","compareAgainstSelected","_createRevisionActions","locale","getLaterVisibleRevision","destroy","Compare against selected","pluginName"];return(Vs=function(){return t})()}const js=Ds;function Ds(t,e){const n=Cs();return(Ds=function(t,e){return n[t-=199]})(t,e)}function Cs(){const t=["viewportTopOffset","fire","restore","4020QhEyTY","init","12440UzZGNY","detachDomRoot","bind","40hxyiSR","_elementReplacer","viewportOffset","editable","name","43329fPxPKA","document","430779UzNlXS","focusTracker","editing","4873PZQgQb","view","isActive","fillFromConfig","56ujYJgW","429345YOftVq","config","componentFactory","_view","_initToolbar","setEditableElement","toolbar","7903opWvrN","render","stickyPanel","ready","isFocused","attachDomRoot","editor","replace","get","587754fHOZkz","_toolbarConfig","destroy","1290UBFYjz","4qLFbUZ","limiterElement","rootName","element","addToolbar","4548FMcGie","getRoot"];return(Cs=function(){return t})()}!function(t){const e=Ds,n=t();for(;;)try{if(267965===-parseInt(e(246))/1+-parseInt(e(216))/2*(-parseInt(e(238))/3)+parseInt(e(231))/4*(parseInt(e(228))/5)+-parseInt(e(215))/6*(parseInt(e(203))/7)+-parseInt(e(245))/8*(parseInt(e(212))/9)+-parseInt(e(226))/10*(parseInt(e(241))/11)+parseInt(e(221))/12*(parseInt(e(236))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cs);class Ls extends Ei.EditorUI{get[js(242)](){return this[js(199)]}constructor(e,n){const i=js;super(e),this[i(199)]=n,this[i(213)]=(0,Ei.normalizeToolbarConfig)(e[i(247)][i(211)](i(202))),this[i(232)]=new t.ElementReplacer}get[js(219)](){const t=js;return this[t(242)][t(219)]}[js(227)](t){const e=js,n=this[e(209)],i=this[e(242)],r=n[e(240)][e(242)],s=i[e(234)],o=r[e(237)][e(222)]();s[e(235)]=o[e(218)],i[e(204)]();const a=s[e(219)];this[e(201)](s[e(235)],a),i[e(234)][e(230)](e(207)).to(this[e(239)]),r[e(208)](a),this[e(232)][e(210)](t,this[e(219)]),this[e(200)](),this[e(224)](e(206))}[js(214)](){const t=js;super[t(214)]();const e=this[t(242)],n=this[t(209)][t(240)][t(242)];this[t(232)][t(225)](),n[t(229)](e[t(234)][t(235)]),e[t(214)]()}[js(200)](){const t=js,e=this[t(242)];e[t(205)][t(230)](t(243)).to(this[t(239)],t(207)),e[t(205)][t(217)]=e[t(219)],e[t(205)][t(230)](t(223)).to(this,t(233),(({top:t})=>t)),e[t(202)][t(244)](this[t(213)],this[t(248)]),this[t(220)](e[t(202)])}}var Ps=n(161),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=zi(),Fs.insert=Pi().bind(null,"head"),Fs.domAPI=Ci(),Fs.insertStyleElement=Zi();ji()(Ps.A,Fs);Ps.A&&Ps.A.locals&&Ps.A.locals;var zs=Hs;function Hs(t,e){var n=Zs();return(Hs=function(t,e){return n[t-=259]})(t,e)}function Zs(){var t=["toolbar","_editable","render","shouldToolbarGroupWhenFull","1750758xpKINv","248nuCGQX","9893061AJONEB","1363998QSTgVk","main","453421OOvcxl","7mZWYkc","add","content","stickyPanel","4249136cMaKzt","229815ePWCTG","top","26830kMObfj","editable"];return(Zs=function(){return t})()}!function(t){for(var e=Hs,n=t();;)try{if(490501===-parseInt(e(266))/1+parseInt(e(261))/2+parseInt(e(272))/3+-parseInt(e(262))/4*(-parseInt(e(274))/5)+parseInt(e(264))/6+parseInt(e(267))/7*(parseInt(e(271))/8)+-parseInt(e(263))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zs);class Us extends Ei.BoxedEditorUIView{get[zs(275)](){return this[zs(277)]}constructor(t,e,n={}){var i=zs;super(t),this[i(270)]=new Ei.StickyPanelView(t),this[i(276)]=new Ei.ToolbarView(t,{shouldGroupWhenFull:n[i(260)]}),this[i(277)]=new Ei.InlineEditableUIView(t,e)}[zs(259)](){var t=zs;super[t(259)](),this[t(270)][t(269)][t(268)](this[t(276)]),this[t(273)][t(268)](this[t(270)]),this[t(265)][t(268)](this[t(275)])}}const qs=Ws;function Bs(){const t=["_ui","locale","config","21UUpAvA","20388pqhetJ","initialData","955880sBDelO","editing","4RUZEPj","create","ready","updateSourceElement","fire","data","176YAmbjX","113930FFSVJa","get","document","initPlugins","778225hSfoKq","3981252PZsrkf","sourceElement","createRoot","621FLkbCS","destroy","init","view","model","784233HHkOmM","167124ADPOWi","400CWaCAi"];return(Bs=function(){return t})()}function Ws(t,e){const n=Bs();return(Ws=function(t,e){return n[t-=102]})(t,e)}!function(t){const e=Ws,n=t();for(;;)try{if(410555===-parseInt(e(106))/1+parseInt(e(126))/2*(parseInt(e(115))/3)+-parseInt(e(122))/4*(-parseInt(e(117))/5)+-parseInt(e(107))/6+parseInt(e(121))/7*(parseInt(e(124))/8)+parseInt(e(110))/9*(parseInt(e(102))/10)+parseInt(e(132))/11*(-parseInt(e(116))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bs);class Js extends((0,Wn.ElementApiMixin)(Wn.Editor)){get ui(){return this[Ws(118)]}constructor(t,e){const n=Ws;super(e),this[n(108)]=t,this[n(114)][n(104)][n(109)]();const i=new Us(this[n(119)],this[n(125)][n(113)],{shouldToolbarGroupWhenFull:!0});this[n(118)]=new Ls(this,i)}[qs(111)](){const t=qs;return this[t(129)](),this.ui[t(111)](),super[t(111)]()}static async[qs(127)](t,e){const n=qs,i=new this(t,e);return await i[n(105)](),await i.ui[n(112)](t),await i[n(131)][n(112)](i[n(120)][n(103)](n(123))||""),i[n(130)](n(128)),i}}const Ys=Gs;function Gs(t,e){const n=$s();return(Gs=function(t,e){return n[t-=312]})(t,e)}!function(t){const e=Gs,n=t();for(;;)try{if(669139===parseInt(e(319))/1*(-parseInt(e(376))/2)+-parseInt(e(315))/3+-parseInt(e(312))/4*(-parseInt(e(388))/5)+-parseInt(e(397))/6+parseInt(e(414))/7*(-parseInt(e(390))/8)+-parseInt(e(360))/9*(-parseInt(e(455))/10)+-parseInt(e(354))/11*(-parseInt(e(442))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($s);const Xs=[Ys(454),Ys(324)];class Ks extends Wn.Plugin{static get[Ys(425)](){return Ys(446)}static get[Ys(395)](){return!0}static get[Ys(452)](){return!0}constructor(t){const e=Ys;function n(t){const e=Gs;return t[e(356)]((t=>String[e(447)](t)))[e(426)]("")}super(t),this[e(343)]=e(362),t[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),t[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}}class Qs extends Wn.Plugin{static get[Ys(425)](){return Ys(410)}static get[Ys(395)](){return!0}static get[Ys(452)](){return!0}static get[Ys(380)](){return[Oi,$i]}constructor(e){const n=Ys;if(super(e),!this[n(418)][n(384)][n(438)](n(330)))throw new t.CKEditorError(n(370),this);this[n(313)]=null,this[n(418)][n(384)][n(373)](n(366),(t=>this[n(331)]({...t,translations:this[n(418)][n(412)][n(451)]}))),this[n(418)][n(384)][n(373)](n(334),(t=>this[n(407)](t))),this[n(418)][n(384)][n(373)](n(335),(t=>this[n(423)](t))),this[n(418)][n(384)][n(373)](n(332),!1),this[n(355)](),this[n(420)]()}set[Ys(436)](t){const e=Ys;this[e(418)][e(314)][e(438)](e(430))[e(436)]=t}get[Ys(436)](){const t=Ys;return this[t(418)][t(314)][t(438)](t(430))[t(436)]}[Ys(316)](t){const e=Ys;return this[e(418)][e(314)][e(438)](e(430))[e(316)](t)}[Ys(367)](t){const e=Ys;return this[e(418)][e(314)][e(438)](e(344))[e(367)](t)}[Ys(394)](t){const e=Ys;return this[e(418)][e(314)][e(438)](e(344))[e(394)](t||{toJSON:!1})}[Ys(353)](){const e=Ys,n=this[e(418)],i=(0,Jn.sanitizeEditorConfig)(n,Xs),r=n[e(314)][e(438)](e(430)),s=n[e(314)][e(438)](e(444))[e(403)];return i[e(328)]=[e(402),e(351),e(383)],delete i[e(433)],i[e(314)][e(428)](Ks,kr,Lr,class extends Wn.Plugin{static get[e(380)](){return[kr,e(444)]}[e(336)](){const i=e,o=this[i(418)][i(314)][i(438)](i(444));for(const t of s)t[i(427)]||o[i(321)](t.id)||o[i(359)](t);const a=r[i(337)][i(394)]();let c=null;const u=this[i(418)][i(314)][i(438)](i(411));u[i(436)]=r[i(436)],u[i(434)](i(338)).to(r),this[i(418)][i(441)][i(438)](i(351))[i(434)](i(338)).to(n,i(400),(t=>!t));for(const e of a){const n=null===e[i(449)];if(n&&e[i(378)]===e[i(357)])continue;const s=e[i(346)]();u[i(316)](s,((s,o,a)=>{const u=i;if(n){if(c)c[u(350)](s,o);else if(!o){const e=a[u(346)]();e.id=(0,t.uid)(),r[u(404)](e,a[u(378)])[u(415)]((t=>{c=t}))}}else e[u(350)](s,o)}))}}},Es),i}[Ys(355)](){const t=Ys,e=this[t(418)][t(384)][t(438)](t(330))[t(372)];this[t(418)][t(384)][t(349)](t(366),(async()=>{const n=t;this[n(418)][n(363)](n(352));const i=this[n(418)][n(314)][n(438)](n(430));if(this[n(418)][n(314)][n(416)](n(392))){const t=this[n(418)][n(314)][n(438)](n(392));await t[n(379)]()}else await i[n(406)]();if(this[n(418)][n(314)][n(416)](n(381))&&this[n(418)][n(314)][n(438)](n(381))[n(450)](),this[n(418)][n(314)][n(416)](n(347))){const t=this[n(418)][n(314)][n(438)](n(347));t[n(325)]&&t[n(417)]()}const r=this[n(353)]();return e(r)[n(415)]((t=>{const e=n;return this[e(313)]=t,this[e(418)][e(314)][e(416)](e(340))&&this[e(418)][e(314)][e(438)](e(340))[e(317)](),t}))[n(456)]((t=>(console[n(443)](t),this[n(418)][n(393)](n(352)),null)))}))}[Ys(420)](){const t=Ys,e=this[t(418)][t(384)][t(438)](t(330))[t(453)];this[t(418)][t(384)][t(349)](t(334),(()=>(this[t(418)][t(314)][t(416)](t(381))&&this[t(418)][t(314)][t(438)](t(381))[t(450)](),this[t(313)][t(314)][t(438)](t(411))[t(368)](),e(this[t(313)])[t(415)]((()=>{const e=t;if(this[e(418)][e(393)](e(352)),this[e(313)]=null,this[e(418)][e(314)][e(416)](e(340))){const t=this[e(418)][e(314)][e(438)](e(340));t[e(317)](),t[e(382)]()}})))))}[Ys(331)](t){const e=Ys,n=this[e(418)][e(384)][e(438)](e(323)),i=this[e(418)][e(384)][e(438)](e(341)),r=this[e(418)][e(384)][e(438)](e(431));return Js[e(326)](r,t)[e(415)]((t=>(i[e(398)][e(377)]=e(437),n[e(398)][e(377)]=e(458),t)))}[Ys(407)](t){const e=Ys,n=this[e(418)][e(384)][e(438)](e(323));return this[e(418)][e(384)][e(438)](e(341))[e(398)][e(377)]=e(458),n[e(398)][e(377)]="",t[e(440)]()}async[Ys(423)](t){const e=Ys,n=this[e(418)],i=this[e(313)][e(314)][e(438)](e(411)),r=n[e(314)][e(438)](e(430)),s=i[e(337)][e(367)](t);let o,a,c;try{o=await i[e(422)](s),a=await i[e(385)](s)}catch(t){return void console[e(443)](t)}n[e(333)][e(457)]((t=>{const i=e;for(const e of Array[i(408)](n[i(333)][i(318)][i(342)](i(386))))t[i(361)](e)})),i[e(320)]=!1,n[e(333)][e(419)]((t=>{const i=e;t[i(405)](null),t[i(358)](n[i(333)][i(322)][i(329)][i(391)]());const r=Object[i(339)](o);for(const e of n[i(333)][i(322)][i(413)])i(348)!=e[i(364)]&&e[i(365)]()&&!r[i(439)](e[i(364)])&&t[i(375)](e);for(const e of r){let r=n[i(333)][i(322)][i(345)](e);r&&r[i(365)]()||(r=t[i(424)](e));const s=a[e],c=Object[i(339)](s),u=o[e];for(const e of r[i(391)]())c[i(439)](e)||t[i(409)](e,r);for(const n of c)t[i(445)](n,a[e][n],r);t[i(448)](t[i(429)](r)),t[i(432)](n[i(389)][i(399)](u,r),r,0)}}));const u=$n(n[e(412)],e(435));return c=s[e(421)]?-1==s[e(421)][e(327)](u)?u+": "+s[e(421)]:s[e(421)]:u+": "+s[e(387)][e(401)](n[e(412)][e(374)],{month:e(369),day:e(396)})+", "+s[e(387)][e(371)](n[e(412)][e(374)],{hour:e(396),minute:e(396)}),await r[e(404)]({name:c}),i[e(320)]=!0,n[e(384)][e(438)](e(330))[e(453)]()}}function $s(){const t=["editor","enqueueChange","_enhanceCloseRevisionViewerCallback","name","getRevisionData","_restoreRevision","addRoot","pluginName","join","isAnonymous","push","createRangeIn","RevisionTracker","revisionHistory.viewerEditorElement","insert","lazyRoots","bind","Restored","adapter","block","get","includes","destroy","commands","19977564jxSoAb","error","Users","setAttribute","RevisionViewerIntegration","fromCharCode","remove","creator","_recalculatePageBreaks","translations","isPremiumPlugin","closeRevisionViewerCallback","RevisionHistoryUI","160RsToOh","catch","change","none","12FgqMWP","_viewerEditor","plugins","2438577SzOTXl","addRevisionData","refreshVisibility","markers","7fJxYGj","isReady","getUser","document","revisionHistory.editorContainer","RestrictedEditingMode","isOpen","create","indexOf","toolbar","selection","revisionHistory","_showRevisionViewer","revisionHistory.requireRevisionName","model","revisionHistory.closeRevisionViewerCallback","revisionHistory.restoreRevisionCallback","init","repository","isEnabled","keys","Annotations","revisionHistory.viewerContainer","getMarkersGroup","result","RevisionsRepository","getRoot","toJSON","Dialog","$graveyard","set","_update","restoreRevision","revision-history-viewer-opened","_getRevisionViewerEditorConfig","11mvVKVn","_enhanceShowRevisionViewerCallback","map","fromVersion","removeSelectionAttribute","addUser","78480FMAXVT","removeMarker","end","enableReadOnlyMode","rootName","isAttached","revisionHistory.showRevisionViewerCallback","getRevision","_cleanUp","long","revision-history-missing-configuration","toLocaleTimeString","showRevisionViewerCallback","define","uiLanguage","detachRoot","80326ZvOsSf","display","toVersion","save","requires","PaginationLookup","refreshPositioning","changesNavigation","config","getRevisionRootsAttributes","restrictedEditingException","createdAt","1706405CiZhlc","data","168088srlXcG","getAttributeKeys","Autosave","disableReadOnlyMode","getRevisions","isOfficialPlugin","numeric","6264060ZDyBXd","style","parse","isReadOnly","toLocaleDateString","exitToEditing","users","saveRevision","setSelection","update","_closeRevisionViewer","from","removeAttribute","RevisionHistory","RevisionViewer","locale","roots","7zWZWLQ","then","has","hide"];return($s=function(){return t})()}function to(t,e){var n=eo();return(to=function(t,e){return n[t-=367]})(t,e)}function eo(){var t=["22516659PtPpVd","129784uJLZCt","48584YGNeaj","1170gGMhPr","144mPVQns","576xSoIoZ","6215CshpcJ","9266940ocRYYA","2LefLnV","5134318ermBVT","103736mUfcQL"];return(eo=function(){return t})()}!function(t){for(var e=to,n=t();;)try{if(623156===parseInt(e(371))/1*(-parseInt(e(376))/2)+-parseInt(e(367))/3*(-parseInt(e(373))/4)+-parseInt(e(369))/5*(-parseInt(e(377))/6)+-parseInt(e(372))/7+parseInt(e(375))/8*(parseInt(e(368))/9)+parseInt(e(370))/10+-parseInt(e(374))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eo)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
|