@ckeditor/ckeditor5-revision-history 0.0.0-nightly-20241214.0 → 0.0.0-nightly-20241216.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}.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:_},A={hour:k,minute:k},x={hour:k,minute:k,second:k},E={hour:k,minute:k,second:k,timeZoneName:b},M={hour:k,minute:k,second:k,timeZoneName:_},N={hour:k,minute:k,hour12:!1},R={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},U={year:k,month:_,day:k,hour:k,minute:k,second:k,timeZoneName:b},H={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function q(t){return void 0===t}function B(t){return"number"==typeof t}function W(t){return"number"==typeof t&&t%1==0}function Y(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function J(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function G(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function K(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function X(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function Q(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function $(t,e,n){return W(t)&&t>=e&&t<=n}function tt(t,e){void 0===e&&(e=2);var n=t<0?"-":"",i=n?-1*t:t;return""+n+(i.toString().length<e?("0".repeat(e)+i).slice(-e):i.toString())}function et(t){return q(t)||null===t||""===t?void 0:parseInt(t,10)}function nt(t){if(!q(t)&&null!==t&&""!==t){var e=1e3*parseFloat("0."+t);return Math.floor(e)}}function it(t,e,n){void 0===n&&(n=!1);var i=Math.pow(10,e);return(n?Math.trunc:Math.round)(t*i)/i}function rt(t){return t%4==0&&(t%100!=0||t%400==0)}function st(t){return rt(t)?366:365}function ot(t,e){var n=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===n?rt(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function at(t){var e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e)).setUTCFullYear(e.getUTCFullYear()-1900),+e}function ct(t){var e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,i=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return 4===e||3===i?53:52}function ut(t){return t>99?t:t>60?1900+t:2e3+t}function lt(t,e,n,i){void 0===i&&(i=null);var r=new Date(t),s={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);var o=Object.assign({timeZoneName:e},s),a=Y();if(a&&J()){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 X(t,["hour","minute","second","millisecond"])}var pt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],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"],At=["Before Christ","Anno Domini"],xt=["BC","AD"],Et=["B","A"];function Mt(t){switch(t){case"narrow":return[].concat(Et);case"short":return[].concat(xt);case"long":return[].concat(At);default:return null}}function Nt(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 Rt={D:w,DD:I,DDD:S,DDDD:T,t:A,tt:x,ttt:E,tttt:M,T:N,TT:R,TTT:V,TTTT:j,f:D,ff:L,fff:z,ffff:H,F:C,FF:P,FFF:U,FFFF:Z},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 Rt[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&&J(),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 Nt(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 Nt(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 Y()?(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 Ut={},Ht=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 Ut[t]||(Ut[t]=new e(t)),Ut[t]},e.resetCache=function(){Ut={},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),Zt=null,qt=function(t){function e(e){var n;return(n=t.call(this)||this).fixed=e,n}r(e,t),e.instance=function(t){return 0===t?e.utcInstance:new e(t)},e.parseSpecifier=function(t){if(t){var n=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new e(ht(n[1],n[2]))}return null},i(e,null,[{key:"utcInstance",get:function(){return null===Zt&&(Zt=new e(0)),Zt}}]);var n=e.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(t,e){return vt(this.fixed,e)},n.offset=function(){return this.fixed},n.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},i(e,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+vt(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),e}(Dt),Bt=function(t){function e(e){var n;return(n=t.call(this)||this).zoneName=e,n}r(e,t);var n=e.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},i(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),e}(Dt);function Wt(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Dt)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Ht.parseGMTOffset(t))?qt.instance(n):Ht.isValidSpecifier(i)?Ht.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 Yt=function(){return Date.now()},Jt=null,Gt=null,Kt=null,Xt=null,Qt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Ht.resetCache()},i(t,null,[{key:"now",get:function(){return Yt},set:function(t){Yt=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Jt=t?Wt(t):null}},{key:"defaultZone",get:function(){return Jt||Lt.instance}},{key:"defaultLocale",get:function(){return Gt},set:function(t){Gt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Xt},set:function(t){Xt=t}},{key:"throwOnInvalid",get:function(){return Qt},set:function(t){Qt=t}}]),t}(),te={};function ee(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.DateTimeFormat(t,e),te[n]=i),i}var ne={};var ie={};function re(t,e){void 0===e&&(e={});var n=e,i=(n.base,function(t,e){if(null==t)return{};var n,i,r={},s=Object.keys(t);for(i=0;i<s.length;i++)n=s[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(n,["base"])),r=JSON.stringify([t,i]),s=ie[r];return s||(s=new Intl.RelativeTimeFormat(t,e),ie[r]=s),s}var se=null;function oe(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var ae=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&Y()){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=Y(),t.zone.universal&&this.hasIntl){var r=t.offset/60*-1,s=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,o=Ht.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(X(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case yt(w):return"M/d/yyyy";case yt(I):return"LLL d, yyyy";case yt(O):return"EEE, LLL d, yyyy";case yt(S):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(A):return"h:mm a";case yt(x):return"h:mm:ss a";case yt(E):case yt(M):return"h:mm a";case yt(N):return"HH:mm";case yt(R):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(H):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(U):return"LLLL d, yyyy, h:mm:ss a";case yt(Z):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return e}}(this.opts),e=le.create("en-US");return Vt.create(e).formatDateTimeFromString(this.dt,t)},e.formatToParts=function(){return this.hasIntl&&J()?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 Y()?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(Y()){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=Y()&&J(),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()||Y()&&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")||Y()&&"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 Ae(t,e){return[{},t[e]?Ht.create(t[e]):null,e+1]}var xe=RegExp("^T?"+pe.source+"$"),Ee=/^-?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 Ne={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Re(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=Re(n,s,r,i,o,a,c);return e=u?Ne[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[Re(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[Re(e,t[7],n,i,r,s,o),qt.utcInstance]}var ze=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),Ue=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),He=he(/(\d{4})-?(\d{3})/,ge),Ze=he(ye),qe=de(Oe,Se,Te),Be=de(ke,Se,Te),We=de(be,Se,Te),Ye=de(Se,Te);var Je=de(Se);var Ge=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Xe=de(Oe,Se,Te,Ae),Qe=de(Se,Te,Ae);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,[Ee,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,[xe,Je])}(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 Ht.isValidSpecifier(t)&&Ht.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(Y()){t=!0,e=J(),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 An(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function xn(t){return{regex:t,deser:function(t){return t[0]}}}var En={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 Nn(t,e){if(t.literal)return t;var n=Vt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=Vt.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=En[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 Rn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return Nn(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 xn(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 An(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return An(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return xn(/[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:Ht.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 Un(t){var e=t.year,n=Ln(e,t.month,t.day);return Object.assign({year:e,ordinal:n},mt(t))}function Hn(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 Zn(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 Yn(t){return new jt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Jn(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 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 Xn(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 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 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=Zn(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:Yn(e));this.ts=q(t.ts)?$t.now():t.ts;var i=null,r=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e)){var s=[t.old.c,t.old.o];i=s[0],r=s[1]}else{var o=e.offset(this.ts);i=Xn(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(Yn(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(Yn(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=Xn(i,r);p?(f=ai,v=ri,y=Fn(y)):o?(f=ci,v=si,y=Un(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):Zn(s),I=w||qn(s);if(I)return t.invalid(I);var O=Qn(p?zn(s):o?Hn(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],[Ue,Be],[He,We],[Ze,Ye])}(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=Rn(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,Xe],[Ke,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(Yn(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=Hn(Object.assign(Un(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 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 Rn(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?Jn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Jn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Jn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Un(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?vn.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?vn.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?vn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?vn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return rt(this.year)}},{key:"daysInMonth",get:function(){return ot(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?st(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ct(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return w}},{key:"DATE_MED",get:function(){return I}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return O}},{key:"DATE_FULL",get:function(){return S}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return A}},{key:"TIME_WITH_SECONDS",get:function(){return x}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return E}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return M}},{key:"TIME_24_SIMPLE",get:function(){return N}},{key:"TIME_24_WITH_SECONDS",get:function(){return R}},{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 U}},{key:"DATETIME_HUGE",get:function(){return H}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return Z}}]),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:()=>$s,RevisionHistoryUI:()=>tr,RevisionTracker:()=>Oi,RevisionViewer:()=>kr,RevisionViewerLoadingOverlay:()=>jr,RevisionViewerUI:()=>Pr,RevisionsRepository:()=>Qn,RevisionsSidebar:()=>Vs});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 A=function(t){return T.call(t)};var x=b?b.toStringTag:void 0;const E=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":x&&x in Object(t)?S(t):A(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const N=function(t){if(!M(t))return!1;var e=E(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const R=k["__core-js_shared__"];var V,j=(V=/[^.]+$/.exec(R&&R.keys&&R.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,U=F.toString,H=z.hasOwnProperty,Z=RegExp("^"+U.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!M(t)||D(t))&&(N(t)?Z: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 Y=W(k,"Map");const J=W(Object,"create");const G=function(){this.__data__=J?J(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 X=Object.prototype.hasOwnProperty;const Q=function(t){var e=this.__data__;if(J){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return X.call(e,t)?e[t]:void 0};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;return J?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]=J&&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=K,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(Y||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(!Y||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]"==E(t)};var St=Object.prototype,Tt=St.hasOwnProperty,At=St.propertyIsEnumerable;const xt=Ot(function(){return arguments}())?Ot:function(t){return It(t)&&Tt.call(t,"callee")&&!At.call(t,"callee")};const Et=Array.isArray;const Mt=function(){return!1};var Nt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Rt=Nt&&"object"==typeof module&&module&&!module.nodeType&&module,Vt=Rt&&Rt.exports===Nt?k.Buffer:void 0;const jt=(Vt?Vt.isBuffer:void 0)||Mt;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[E(t)]};const zt=function(t){return function(e){return t(e)}};var Ut="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ht=Ut&&"object"==typeof module&&module&&!module.nodeType&&module,Zt=Ht&&Ht.exports===Ut&&y.process;const qt=function(){try{var t=Ht&&Ht.require&&Ht.require("util").types;return t||Zt&&Zt.binding&&Zt.binding("util")}catch(t){}}();var Bt=qt&&qt.isTypedArray;const Wt=Bt?zt(Bt):Ft;var Yt=Object.prototype.hasOwnProperty;const Jt=function(t,e){var n=Et(t),i=!n&&xt(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&&!Yt.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 Kt=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Gt)};const Xt=function(t,e){return function(n){return t(e(n))}};const Qt=Xt(Object.keys,Object);var $t=Object.prototype.hasOwnProperty;const te=function(t){if(!Kt(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)&&!N(t)};const ne=function(t){return ee(t)?Jt(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)?Jt(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=Xt(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 Et(t)?i:_e(i,n(t))};const Te=function(t){return Se(t,ne,ke)};const Ae=function(t){return Se(t,ae,Ie)};const xe=W(k,"DataView");const Ee=W(k,"Promise");const Me=W(k,"Set");const Ne=W(k,"WeakMap");var Re="[object Map]",Ve="[object Promise]",je="[object Set]",De="[object WeakMap]",Ce="[object DataView]",Le=L(xe),Pe=L(Y),Fe=L(Ee),ze=L(Me),Ue=L(Ne),He=E;(xe&&He(new xe(new ArrayBuffer(1)))!=Ce||Y&&He(new Y)!=Re||Ee&&He(Ee.resolve())!=Ve||Me&&He(new Me)!=je||Ne&&He(new Ne)!=De)&&(He=function(t){var e=E(t),n="[object Object]"==e?t.constructor:void 0,i=n?L(n):"";if(i)switch(i){case Le:return Ce;case Pe:return Re;case Fe:return Ve;case ze:return je;case Ue:return De}return e});const Ze=He;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 Ye=function(t){var e=new t.constructor(t.byteLength);return new We(e).set(new We(t)),e};const Je=function(t,e){var n=e?Ye(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ge=/\w*$/;const Ke=function(t){var e=new t.constructor(t.source,Ge.exec(t));return e.lastIndex=t.lastIndex,e};var Xe=b?b.prototype:void 0,Qe=Xe?Xe.valueOf:void 0;const $e=function(t){return Qe?Object(Qe.call(t)):{}};const tn=function(t,e){var n=e?Ye(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 Ye(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Je(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]"==Ze(t)};var an=qt&&qt.isMap;const cn=an?zt(an):on;const un=function(t){return It(t)&&"[object Set]"==Ze(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(!M(e))return e;var h=Et(e);if(h){if(a=Be(e),!c)return ve(e,a)}else{var d=Ze(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?Ae: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]"==E(t)};var kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bn=/^\w*$/;const _n=function(t,e){if(Et(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 An=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r};var xn=b?b.prototype:void 0,En=xn?xn.toString:void 0;const Mn=function t(e){if("string"==typeof e)return e;if(Et(e))return An(e,t)+"";if(gn(e))return En?En.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const Nn=function(t){return null==t?"":Mn(t)};const Rn=function(t,e){return Et(t)?t:_n(t,e)?[t]:Tn(Nn(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(!M(t))return t;for(var r=-1,s=(e=Rn(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=M(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=Rn(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=Rn(e,t),null==(t=Fn(t,e))||delete t[Vn(Cn(e))]};const Un=function(t,e){return null==t||zn(t,e)},Hn=qn;function Zn(){const t=["2476236xpdwEr","4428942knBUbp","authors","30mioUwM","authorsIds","7424420OyVPUB","3lVLKJn","setAttribute","creatorId","3452643wBuLYA","removeAttribute","8TNYlBB","setName","_update","creator","createdAt","910135CjdZmf","attributes","fire","diffData","map","fromVersion","1467506CqRLTu","set","name","toVersion","toJSON","583106HDhQrj"];return(Zn=function(){return t})()}function qn(t,e){const n=Zn();return(qn=function(t,e){return n[t-=162]})(t,e)}!function(t){const e=qn,n=t();for(;;)try{if(705698===-parseInt(e(166))/1+parseInt(e(189))/2*(-parseInt(e(173))/3)+parseInt(e(167))/4+parseInt(e(183))/5*(parseInt(e(170))/6)+-parseInt(e(168))/7+-parseInt(e(178))/8*(-parseInt(e(176))/9)+parseInt(e(172))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zn);class Bn extends((0,t.ObservableMixin)()){constructor(e){const n=qn;super(),this.id=e.id||(0,t.uid)(),this[n(181)]=e[n(181)]||null,this[n(169)]=e[n(169)]||[],this[n(186)]=e[n(186)]||null,this[n(164)]=e[n(164)]||0,this[n(188)]=e[n(188)]||0,this[n(162)](n(163),e[n(163)]||""),this[n(162)](n(182),e[n(182)]||new Date),this[n(162)](n(184),e[n(184)]||{})}[Hn(179)](t){this[Hn(180)]({name:t})}[Hn(174)](t,e){const n=Hn,i=yn(this[n(184)]);Dn(i,t,e),this[n(180)]({attributes:i})}[Hn(177)](t){const e=Hn,n=yn(this[e(184)]);Un(n,t),this[e(180)]({attributes:n})}[Hn(180)](t,e=!1){const n=Hn;let i=!1;const r={id:this.id},s=[n(163),n(182),n(186),n(169),n(184),n(164),n(188),n(175)];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(169)]&&(r[n(171)]=r[n(169)][n(187)]((t=>t.id)),delete r[n(169)]),this[n(185)](n(180),r,e))}[Hn(165)](){const t=Hn;return{id:this.id,name:this[t(163)],creatorId:this[t(181)]?this[t(181)].id:null,authorsIds:this[t(169)][t(187)]((t=>t.id)),diffData:this[t(186)],createdAt:this[t(182)],attributes:this[t(184)],fromVersion:this[t(188)],toVersion:this[t(164)]}}}var Wn=n(782),Yn=n(211),Jn=n(783);function Gn(){const t=["href","join","138595mBWAqr","212jnmZAx","getRevisionsIterator","Users","isNaN","toVersion","plugins","1062096TAuwIt","earlier","diffData","editor","_revisions","isPremiumPlugin","addRevision","18079299AzQhpw","fromVersion","fromCharCode","isOfficialPlugin","3092472tdCLwI","toJSON","pluginName","getRevision","getLaterVisibleRevision","4KNSyNy","getIndex","getRevisions","getRevisionsInDiff","push","reverse","2388vQhtbO","717381kQOPxt","from","3523100AgoqmO","getUser","name","map","getEarlierVisibleRevision","oldRevisionId","add","createRevision","afterInit","attributes","length","newRevisionId","get","requires","data","RevisionsRepository","authorsIds","creatorId","later","createdAt"];return(Gn=function(){return t})()}function Kn(t,e){const n=Gn();return(Kn=function(t,e){return n[t-=358]})(t,e)}const Xn=Kn;!function(t){const e=Kn,n=t();for(;;)try{if(462137===-parseInt(e(374))/1+-parseInt(e(399))/2*(-parseInt(e(373))/3)+-parseInt(e(367))/4*(parseInt(e(398))/5)+-parseInt(e(362))/6+-parseInt(e(376))/7+parseInt(e(405))/8+parseInt(e(358))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gn);class Qn extends Wn.Plugin{static get[Xn(389)](){return[Yn.Users]}static get[Xn(364)](){return Xn(391)}static get[Xn(361)](){return!0}static get[Xn(410)](){return!0}get[Xn(386)](){const t=Xn;return this[t(409)][t(386)]}constructor(e){const n=Xn;super(e),this[n(409)]=new t.Collection}[Xn(384)](){!async function(e){const n=k([88,72,86,113,106,77,73,74,111,68,51,118,66,97,82,85,48,87,71,102,116,104,115,67,117,76,57,114,105,84,83,79,69,78,75,110,119,53,108,100,70,98,120,101,80,81,109,55,99,112,49,52,54,56,107,65,90,121,103,50,122,89]),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=Kn;for(const e in window)if(window[k([78,117,109,98,101,114])][n(402)](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([88]);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=Kn;return t[e(379)]((t=>String[e(360)](t)))[e(397)]("")}!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:1734134400;return e[k([101,120,112])]<t}()?k([69,120,112,105,114,101,100]):function(){const t=Kn,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(396)]);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)}[Xn(383)](t){const e=Xn,n=this[e(408)][e(404)][e(388)](e(401));return new Bn({id:t.id,name:t[e(378)],creator:t[e(393)]?n[e(377)](t[e(393)]):null,diffData:t[e(407)]||t[e(390)],authors:t[e(392)][e(379)]((t=>n[e(377)](t))),createdAt:new Date(t[e(395)]),attributes:t[e(385)],fromVersion:t[e(359)],toVersion:t[e(403)]})}[Xn(411)](t,e=0){const n=Xn;this[n(409)][n(382)](t,e)}[Xn(365)](t){const e=Xn;return this[e(409)][e(388)](t)}[Xn(369)](t={toJSON:!1}){const e=Xn,n=Array[e(375)](this[e(409)]);return n[e(372)](),t[e(363)]?n[e(379)]((t=>t[e(363)]())):n}[Xn(368)](t){const e=Xn;return this[e(409)][e(368)](t)}[Xn(380)](t){const e=Xn,[,n]=this[e(400)](t,{direction:e(406)});return n}[Xn(366)](t){const e=Xn,[,n]=this[e(400)](t,{direction:e(394)});return n}[Xn(370)](t){const e=Xn,n=[];for(const i of this[e(400)](t[e(387)]))if(n[e(371)](i),i.id===t[e(381)])break;return n}*[Xn(400)](t,{direction:e=Xn(406),filter:n=()=>!0}={}){const i=Xn,r=i(406)===e?1:-1;let s=this[i(409)][i(388)](t),o=this[i(368)](s);for(yield s;s;){if(o+=r,s=this[i(365)](o),!s)return;n(s)&&(yield s)}}}function $n(t,e,n){const i=t.t;switch(e){case"Revision history":return i("Revision history");case"Open revision history":return i("Open revision history");case"Restored":return i("Restored");case"Empty document":return i("Empty document");case"Initial revision":return i("Initial revision");case"Suggested by":return i("Suggested by");case"Added by":return i("Added by");case"Removed by":return i("Removed by");case"Show more items":return i("Show more items");case"Compare against selected":return i("Compare against selected");case"Name this revision":return i("Name this revision");case"Restore this revision":return i("Restore this revision");case"Back to editing":return i("Back to editing");case"Loading...":return i("Loading...");case"No changes":return i("No changes");case"NUMBER_OF_CHANGES":return i({string:"%0 change",plural:"%0 changes",id:"NUMBER_OF_CHANGES"},n);case"X_OF_Y_CHANGES":return i({string:"%0 of %1",id:"X_OF_Y_CHANGES"},n);case"Show previous change":return i("Show previous change");case"Show next change":return i("Show next change");case"EDIT_X_OF_Y_REVISIONS":return i({string:"Edit",id:"EDIT_X_OF_Y_REVISIONS"});case"Total":return i("Total");case"Revision creator":return i("Revision creator");case"Revision author":return i("Revision author");case"Revision name":return i("Revision name");case"Save current revision":return i("Save current revision");case"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=Et(t),a=Et(e),c=o?mi:Ze(t),u=a?mi:Ze(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=wi;function wi(t,e){const n=Mi();return(wi=function(t,e){return n[t-=252]})(t,e)}!function(t){const e=wi,n=t();for(;;)try{if(526895===parseInt(e(429))/1+-parseInt(e(407))/2*(parseInt(e(326))/3)+-parseInt(e(484))/4*(-parseInt(e(305))/5)+-parseInt(e(307))/6*(parseInt(e(257))/7)+-parseInt(e(296))/8+-parseInt(e(457))/9*(parseInt(e(282))/10)+parseInt(e(558))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mi);const Ii={c:Jn.ViewContainerElement,a:Jn.ViewAttributeElement,e:Jn.ViewEmptyElement,r:Jn.ViewRawElement,u:Jn.ViewUIElement};class Oi extends Wn.Plugin{static get[_i(358)](){return _i(538)}static get[_i(571)](){return!0}static get[_i(295)](){return!0}static get[_i(446)](){return[Yn.Users,Qn,Wn.PendingActions]}constructor(e){const n=_i;super(e),this[n(486)]=null,this[n(522)]=null,this[n(308)]=new Ti(this[n(476)]),this[n(426)]=this[n(476)][n(397)][n(480)](n(298))||n(556),this[n(412)]=new Map,this[n(368)]=null;const i=(0,t.uid)();this[n(509)]={history:this[n(476)][n(418)][n(335)][n(546)],getLatestVersion:()=>Promise[n(463)](this[n(476)][n(418)][n(335)][n(318)]),getCurrentRevisionId:()=>i},this[n(359)](n(252),!1),this[n(359)](n(510),!0),this[n(359)](n(422),!1),this[n(476)][n(397)][n(465)](n(264),!0),this[n(476)][n(314)][n(260)](n(400))[n(404)]({view:n(311)})}[_i(516)](){const t=_i;this[t(448)]=this[t(476)][t(356)][t(480)](t(386)),this[t(271)](),this[t(476)][t(527)].on(t(470),(()=>{const e=t,n=this[e(448)][e(553)](0),i=n&&null===n[e(419)]?n:null;if(this[e(572)]=!!i&&this[e(476)][e(397)][e(480)](e(264)),this[e(476)][e(356)][e(562)](e(566))){const t=this[e(509)][e(300)](),r=this[e(448)][e(553)](t);if(r)this[e(431)]=r[e(328)],this[e(572)]=!1;else{const t=this[e(509)][e(546)][e(531)][e(370)]((t=>!t[e(485)])),r=t?t[e(462)]:this[e(509)][e(546)][e(318)];n?(n[e(291)]<r&&n[e(464)]({toVersion:r}),this[e(572)]?(this[e(509)][e(300)]=()=>i.id,this[e(431)]=i[e(328)]):(this[e(431)]=n[e(291)],this[e(572)]=!1)):(this[e(431)]=r,this[e(572)]=!1)}}else i&&(this[e(476)][e(418)][e(335)][e(546)][e(318)]=Math[e(564)](i[e(291)],this[e(476)][e(418)][e(335)][e(546)][e(318)]),i[e(328)]===i[e(291)]?(0!==i[e(328)]&&(this[e(509)][e(300)]=()=>i.id),this[e(572)]=!1):this[e(572)]&&(this[e(509)][e(300)]=()=>i.id,this[e(431)]=i[e(328)])),this[e(572)]||(this[e(431)]=this[e(476)][e(418)][e(335)][e(318)]);this[e(308)][e(516)](this[e(509)][e(546)]),this[e(345)](this[e(431)]),this[e(352)](this[e(431)]),this[e(486)]&&this[e(507)]()})),this[t(344)](t(252)).to(this,t(422),(t=>!t)),this[t(442)]=this[t(476)][t(397)][t(480)](t(442));const e=this[t(476)];this[t(428)]=setInterval((()=>{const n=t;let i;for(const t in e){const r=t,s=e[r];if(n(385)==s||n(393)==s||n(319)==s||n(383)==s||n(406)==s||n(261)==s||n(524)==s||n(256)==s||n(303)==s){delete e[r],i=s,clearInterval(this[n(428)]),this[n(428)]=void 0;break}}n(393)==i&&e[n(459)](n(502)),n(319)==i&&e[n(459)](n(523)),n(383)==i&&e[n(459)](n(297)),n(406)==i&&e[n(459)](n(339),n(517)),n(261)==i&&e[n(459)](n(424)),n(524)==i&&e[n(459)](n(410)),n(256)==i&&e[n(459)](n(488)),n(303)==i&&e[n(459)](n(278))}),1e3)}async[_i(292)](){const t=_i;if(this[t(448)][t(490)]>0){const e=this[t(448)][t(553)](0),n=await this[t(475)](e),i=await this[t(496)](e);this[t(493)](n,i)}}[_i(513)](){const t=_i;super[t(513)](),this[t(428)]&&clearInterval(this[t(428)])}[_i(323)](t){this[_i(509)]=t}async[_i(536)](){const t=_i,e=await this[t(509)][t(294)]();if(e>this[t(522)][t(291)]){await this[t(436)]();const n=this[t(500)]({revision:this[t(522)],to:e});n[t(402)]=n[t(454)][t(272)]((e=>this[t(476)][t(356)][t(480)](t(514))[t(346)](e))),this[t(522)][t(464)](n)}}async[_i(436)](){const t=_i;this[t(572)]&&!this[t(368)]&&(await this[t(391)](this[t(522)]),this[t(308)][t(253)](this[t(522)]),this[t(368)]={fromVersion:this[t(522)][t(328)],authors:this[t(522)][t(402)][t(495)]()})}async[_i(505)](e={},n=null){const i=_i,r=[];await this[i(436)](),this[i(572)]=!1,n>this[i(522)][i(291)]&&(n=null),null===n&&(n=await this[i(509)][i(294)]());const s=this[i(458)](n),o=this[i(500)]({from:s,to:n});if(this[i(522)][i(291)]<n){const t=this[i(500)]({revision:this[i(522)],from:n,to:n});t[i(402)]=[],t[i(454)]=[],t.id=this[i(522)].id,this[i(522)][i(464)](t,!0),delete t[i(402)],r[i(469)](t)}e[i(543)]=this[i(476)][i(356)][i(480)](i(514)).me.id,e[i(443)]=e[i(443)]||null,e.id=e.id||(0,t.uid)(),e={...e,...o};const a=this[i(336)](e);r[i(469)](e);const c=this[i(448)][i(569)](a);if(0!==c){const t=this[i(448)][i(553)](c-1);if(t[i(328)]!==n){const s=this[i(308)][i(560)](n,t[i(291)]),o={id:t.id,diffData:s[i(473)],authorsIds:s[i(454)],authors:s[i(454)][i(272)]((t=>this[i(476)][i(356)][i(480)](i(514))[i(346)](t))),fromVersion:n};t===this[i(522)]&&(o[i(435)]=new Date(e[i(435)][i(547)]()+10)),t[i(464)](o,!0),delete o[i(402)],r[i(469)](o)}}if(this[i(486)]){for(const t of r)this[i(338)](t.id,t,!0);this[i(507)]()}return a}[_i(336)](t){const e=_i,n=this[e(448)][e(555)](t);return this[e(486)]&&n.on(e(464),((t,n,i)=>{const r=e;i||(this[r(338)](n.id,n,!0),this[r(507)]())})),this[e(448)][e(420)](n,this[e(289)](n)),n}async[_i(475)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(473)]){if(t[e(473)][i][e(255)]&&!t[e(473)][i][e(255)][e(440)])continue;const r=this[e(263)](JSON[e(466)](t[e(473)][i][e(421)])),s=this[e(476)][e(371)][e(357)][e(335)],o=new Jn.ViewDocumentFragment(s,r[e(272)]((t=>Si(t,this[e(476)]))));this[e(476)][e(527)][e(550)][e(384)](e(306)),n[i]=this[e(476)][e(527)][e(550)][e(539)](o),this[e(476)][e(527)][e(550)][e(384)](e(565))}return n}async[_i(496)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(473)])t[e(473)][i][e(255)]&&!t[e(473)][i][e(255)][e(440)]||(n[i]=t[e(473)][i][e(283)]||{});return n}[_i(507)](){const t=_i;if(0===this[t(412)][t(557)])return;if(this[t(422)])return;let e=Array[t(506)](this[t(412)][t(425)]());this[t(412)][t(452)]();for(let n=0;n<e[t(490)];n++){const i=e[n];let r=!1;for(const e of Object[t(348)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(525)]((t=>null!==t)),!e[t(490)])return;for(let n=0;n<e[t(490)];n++){const i=e[n];void 0!==i[t(328)]&&void 0===i[t(291)]&&(i[t(291)]=this[t(448)][t(553)](i.id)[t(291)]),void 0!==i[t(291)]&&void 0===i[t(328)]&&(i[t(328)]=this[t(448)][t(553)](i.id)[t(328)])}const n=this[t(476)][t(397)][t(480)](t(298));this[t(422)]=!0,this[t(399)](),this[t(486)][t(479)](e,n)[t(529)]((()=>{this[t(422)]=!1}))[t(450)]((e=>{const n=t;if(e)for(const t of e)this[n(438)]({id:t.id,createdAt:t[n(435)]});this[n(482)](),this[n(507)]()}))}[_i(493)](e,n){const i=_i;let r=this[i(476)][i(397)][i(480)](i(274)),s=this[i(476)][i(397)][i(480)](i(279));if(void 0===r){r={};for(const t of this[i(476)][i(418)][i(335)][i(430)]())r[t]=""}if(i(351)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(476)][i(418)][i(335)][i(430)]())s[t]={}}let o=!1;const a=Object[i(348)](r),c=Object[i(348)](e);for(const t of a){if(r[t]!==e[t]&&""!==r[t][i(405)]()){o=!0;break}if(!bi(s[t],n[t])&&Object[i(348)](s[t])[i(490)]>0){o=!0;break}}o||(o=c[i(487)]((t=>!this[i(476)][i(418)][i(335)][i(447)](t)))),o&&(0,t.logWarning)(i(453),{editorData:r,editorRootsAttributes:s,revisionData:e,revisionRootsAttributes:n}),this[i(476)][i(397)][i(359)](i(274),e),this[i(476)][i(397)][i(359)](i(279),n)}[_i(399)](){const t=_i;if(!this[t(288)]){const e=this[t(476)][t(356)][t(480)](t(341));this[t(288)]=e[t(379)]($n(this[t(476)][t(501)],t(366)))}}[_i(482)](){const t=_i;this[t(288)]&&(this[t(476)][t(356)][t(480)](t(341))[t(441)](this[t(288)]),this[t(288)]=null)}[_i(289)](t){const e=_i,n=this[e(448)][e(559)]();n[e(432)]();let i=0;for(;i<n[e(490)];){const r=n[i];if(r===this[e(522)]){i++;continue}if(r.id===this[e(426)])break;const s=t[e(291)]-r[e(291)]||t[e(328)]-r[e(328)];if(s>0)break;if(s<0)i++;else{if(!t[e(419)]&&r[e(419)])break;if(r[e(419)]||!t[e(419)]){if(t[e(435)]>r[e(435)])break;i++}else i++}}return i}[_i(438)](t){const e=_i,n=this[e(448)][e(553)](t.id);if(t[e(435)]&&(t[e(435)]=new Date(t[e(435)])),t[e(454)]){const n=this[e(476)][e(356)][e(480)](e(514));t[e(402)]=t[e(454)][e(272)]((t=>n[e(346)](t)))}n[e(464)](t,!0)}[_i(500)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(328)],n=null!==n?n:t[i(291)];const r=this[i(308)][i(560)](e,n),s={diffData:r[i(473)],authorsIds:r[i(454)],fromVersion:e,toVersion:n};if(!t||n!==t[i(291)]){const t=n-1,e=this[i(509)][i(546)][i(483)](t);s[i(435)]=e&&e[i(435)]||new Date}if(this[i(368)]&&e===this[i(368)][i(328)])for(const t of this[i(368)][i(402)])s[i(454)][i(481)](t.id)||s[i(454)][i(469)](t.id);return s}[_i(391)](t){const e=_i;if(!t||t[e(473)])return Promise[e(463)]();{const n=this[e(476)][e(397)][e(480)](e(298));return this[e(486)][e(553)]({channelId:n,revisionId:t.id})[e(450)]((n=>{const i=e;t[i(473)]=n[i(473)]}))}}[_i(338)](t,e,n){const i=_i;if(this[i(412)][i(562)](t)){const r=this[i(412)][i(480)](t);e=n?{...r,...e}:{...e,...r}}this[i(412)][i(359)](t,e)}[_i(458)](t){const e=_i,n=this[e(448)][e(559)]();n[e(432)](),n[e(365)]();const i=n[e(370)]((n=>n[e(291)]<=t))[e(291)];return i<this[e(431)]?this[e(431)]:i}[_i(345)](t){const e=_i,n=this[e(448)][e(553)](this[e(448)][e(490)]-1);if(n)this[e(426)]=n.id;else{const n=!this[e(476)][e(418)][e(335)][e(567)][e(370)]((t=>this[e(476)][e(418)][e(570)](t))),i=this[e(476)][e(356)][e(480)](e(514)).me.id,r=$n(this[e(476)][e(501)],e(n?324:554));this[e(503)]({from:t,to:t,id:this[e(426)],name:r,creatorId:i})}}[_i(352)](t){const e=_i,n=this[e(509)][e(300)]();this[e(522)]=this[e(448)][e(553)](n),this[e(522)]||(this[e(522)]=this[e(503)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(503)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(500)]({from:e,to:n});o[s(443)]=t,o[s(543)]=i,o.id=r;const a=this[s(336)](o);return this[s(486)]&&this[s(338)](o.id,o,!0),a}[_i(271)](){const t=_i;this[t(476)][t(314)][t(260)](t(575))[t(388)]({model:t(311)})}[_i(263)](t){const e=_i;return(t=t[e(525)]((t=>!t[e(443)]||e(325)!==t[e(443)]&&e(378)!==t[e(443)])))[e(534)]((t=>{const n=e;n(351)!=typeof t&&(t[n(568)]=this[n(263)](t[n(568)]),t[n(321)]=t[n(321)][n(525)]((t=>!t[0][n(474)](n(530)))))})),t}}function Si(t,e){const n=_i,i=e[n(371)][n(357)][n(335)];if(n(351)==typeof t)return new Jn.ViewText(i,t);{const r=t[n(568)][n(272)]((t=>Si(t,e)));return new(Ii[t[n(362)]]||Jn.ViewElement)(i,t[n(443)],t[n(321)],r)}}class Ti{constructor(t){const e=_i;this[e(476)]=t,this[e(461)]=new Map,this[e(353)]=-1,this[e(382)]=-1,this[e(489)]=new Map,this[e(472)]=new Map,this[e(302)]=new Map,this[e(290)]=new Map,this[e(434)]=new Map,this[e(343)]=new Map,this[e(532)]=new Map,this[e(433)]=new Map,this[e(451)]=new Map,this[e(394)]=new Map,this[e(561)]=1}[_i(516)](t){const e=_i;this[e(395)]=t;const n=new Map,i=new Map,r=this[e(476)][e(418)][e(335)][e(567)][e(272)]((t=>t[e(535)]));for(const t of r){const r=this[e(476)][e(418)][e(335)][e(447)](t),s=Ai(r);n[e(359)](t,s),i[e(359)](t,Object[e(334)](r[e(544)]()))}const s=Array[e(506)](this[e(476)][e(418)][e(444)])[e(272)]((t=>[t[e(443)],t[e(381)]()])),o=this[e(395)][e(318)];this[e(548)](o,n,s,i),this[e(273)]=this[e(561)];const a=new Map,c=new Map;for(const t of r){const n=xi(t);a[e(359)](t,n),c[e(359)](t,{})}this[e(548)](Number[e(376)],a,[],c)}[_i(560)](t,e){const n=_i;if(this[n(353)]===t&&this[n(382)]<=e)this[n(461)][n(557)]>1&&this[n(387)](this[n(382)]),this[n(369)](this[n(382)],e,!0);else{if(!this[n(461)][n(562)](t)){const e=this[n(403)](t);this[n(389)](e,t,!1)}this[n(389)](t,e,!0)}return this[n(353)]=t,this[n(382)]=e,this[n(258)]()}[_i(253)](t){const e=_i;this[e(333)](),this[e(353)]=t[e(328)],this[e(382)]=t[e(291)];for(const n in t[e(473)]){const i=t[e(473)][n][e(255)],r=yn(t[e(473)][n][e(508)])||{},s=this[e(317)](t[e(473)][n][e(521)]);s[e(535)]=n,s[e(304)]=!i||!i[e(440)],s[e(440)]=()=>s[e(304)],this[e(290)][e(359)](n,s),this[e(434)][e(359)](n,r),i&&this[e(394)][e(359)](n,i);const o=this[e(266)](s);this[e(532)][e(359)](n,o);for(const[t,n]of s[e(444)]){if(!t[e(474)](e(467)))continue;const i=t[e(526)](":")[2];for(const t of n[e(437)]({singleCharacters:!0})){const n=this[e(322)](t),r=e(545)==t[e(362)]?t[e(363)][e(361)][e(495)](0,-1):t[e(363)][e(361)],s=o[e(574)](r)[e(316)](n);this[e(433)][e(359)](s,{userId:i})}}}this[e(273)]=this[e(561)];const n=[...Array(this[e(561)])[e(348)]()][e(495)](1)[e(525)]((t=>!this[e(433)][e(562)](t)));let i=0;const r=new Map;for(const s in t[e(473)]){const o=t[e(473)][s][e(255)],a=yn(t[e(473)][s][e(283)])||{},c=this[e(317)](t[e(473)][s][e(421)]);c[e(535)]=s,c[e(304)]=!o||o[e(440)],c[e(440)]=()=>c[e(304)],this[e(472)][e(359)](s,c),this[e(302)][e(359)](s,a);const u=this[e(266)](c,Number[e(376)]);this[e(343)][e(359)](s,u),r[e(359)](s,c[e(440)]()?a:{});for(const[t,n]of c[e(444)]){if(!t[e(474)](e(467)))continue;const i=t[e(526)](":")[2];for(const t of n[e(437)]({singleCharacters:!0})){const n=this[e(322)](t),r=this[e(561)]++,s=e(545)==t[e(362)]?t[e(363)][e(361)][e(495)](0,-1):t[e(363)][e(361)];u[e(574)](s)[e(460)](n,r),this[e(433)][e(359)](r,{userId:i})}}for(const t of this[e(476)][e(418)][e(269)](c)[e(437)]({singleCharacters:!0})){const r=this[e(322)](t),s=e(545)==t[e(362)]?t[e(363)][e(361)][e(495)](0,-1):t[e(363)][e(361)],o=u[e(574)](s);o[e(316)](r)>0||o[e(460)](r,n[i++])}for(const[t,n]of c[e(444)])t[e(474)](e(467))||this[e(489)][e(359)](t,n)}const s=xi(e(313));this[e(290)][e(359)](e(313),s),this[e(532)][e(359)](e(313),this[e(266)](s,1));const o=xi(e(313));this[e(472)][e(359)](e(313),o),this[e(343)][e(359)](e(313),this[e(266)](o,1));const a=Array[e(506)](this[e(472)])[e(272)]((([t,e])=>[t,Ai(e)]));this[e(548)](this[e(382)],a,this[e(489)],r)}[_i(317)](t){const e=_i,n=JSON[e(466)](t),i=this[e(476)][e(371)][e(357)][e(335)],r=new Jn.ViewDocumentFragment(i,n[e(272)]((t=>Si(t,this[e(476)]))));return this[e(476)][e(527)][e(342)](r)}[_i(548)](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(359)](t,{start:e[r(337)][r(340)](),end:e[r(396)][r(340)](),rootName:e[r(360)][r(535)]});this[r(461)][r(359)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(387)](t){const e=_i;this[e(461)][e(449)](t)}[_i(511)](){const t=_i;this[t(333)](),this[t(353)]=-1,this[t(382)]=-1,this[t(461)][t(452)](),this[t(516)](this[t(395)])}[_i(333)](){const t=_i;this[t(433)][t(452)](),this[t(451)][t(452)](),this[t(394)][t(452)](),this[t(472)][t(452)](),this[t(302)][t(452)](),this[t(290)][t(452)](),this[t(434)][t(452)](),this[t(343)][t(452)](),this[t(532)][t(452)](),this[t(489)][t(452)](),this[t(561)]=1,this[t(273)]=this[t(561)]}[_i(266)](t,e=null){const n=_i;let i=null;t.is(n(533))||(i=new Jn.Element(t[n(443)],{vid_start:null===e?this[n(561)]++:e++}));const r=[];for(const i of t[n(355)]())if(i.is(n(455))){r[n(469)](this[n(266)](i,e));const t=r[r[n(490)]-1];null!==e&&(e=t.is(n(455),n(354))?t[n(316)](n(286))+1:t[n(316)](n(471))+1)}else for(let t=0;t<i[n(265)];t++)r[n(469)](new Jn.Element(n(354),{vid:null===e?this[n(561)]++:e++}));if(t.is(n(533))){const e=xi(t[n(535)]);return e[n(329)](0,r),e}return i[n(460)](n(471),null===e?this[n(561)]++:e++),i[n(329)](0,r),i}[_i(389)](t,e,n){const i=_i;this[i(333)]();const{roots:r,markers:s,rootsAttributes:o}=this[i(461)][i(480)](t);this[i(290)]=new Map(r),this[i(434)]=new Map(yn(o));for(const[t,e]of this[i(290)])if(i(313)!==t&&(this[i(472)][i(359)](t,Ai(e)),this[i(302)]=new Map(yn(o)),n)){const n=this[i(561)];this[i(343)][i(359)](t,this[i(266)](e)),this[i(532)][i(359)](t,this[i(266)](e,n))}this[i(273)]=this[i(561)],this[i(472)][i(359)](i(313),Ai(this[i(290)][i(480)](i(313)))),n&&this[i(343)][i(359)](i(313),this[i(266)](this[i(290)][i(480)](i(313))));for(const[t,e]of s){const n=this[i(290)][i(480)](e[i(535)]),r=this[i(472)][i(480)](e[i(535)]),s=new Jn.Range(this[i(268)](e[i(337)],n),this[i(268)](e[i(396)],n)),o=this[i(276)](s,r);n[i(444)][i(359)](t,s),this[i(489)][i(359)](t,o)}this[i(369)](t,e,n)}[_i(369)](t,e,n){const i=_i;for(const r of this[i(395)][i(408)](t,e))this[i(549)](r,n);for(const t of this[i(472)][i(425)]())t[i(444)][i(452)]();for(const[t,e]of this[i(489)])this[i(472)][i(480)](e[i(360)][i(535)])[i(444)][i(359)](t,e[i(340)]());const r=new Map,s=new Map;for(const[t,e]of this[i(472)])r[i(359)](t,Ai(e)),s[i(359)](t,this[i(302)][i(480)](t));this[i(548)](e,r,this[i(489)],s)}[_i(403)](t){const e=_i,n=Array[e(506)](this[e(461)][e(348)]());n[e(492)](((t,e)=>t-e)),n[e(432)]();for(const e of n)if(e<t)return e;return Number[e(376)]}[_i(312)](t,e){const n=_i,i=Array[n(506)](e[n(444)])[n(272)]((([e,i])=>[e,this[n(276)](i,t)]));t[n(444)]=new Map(i)}[_i(350)](t){const e=_i;for(const n of this[e(489)][e(425)]()){const i=n[e(409)](t),r=Jn.Range[e(520)](i);n[e(337)]=r[e(337)],n[e(396)]=r[e(396)]}}[_i(549)](t,e){const n=_i;if(n(456)!=t[n(362)]&&n(416)!=t[n(362)]){if(n(504)==t[n(362)]){const i=t[n(439)][n(360)][n(535)];this[n(472)][n(562)](i)||(this[n(472)][n(359)](i,xi(i,!0)),this[n(302)][n(359)](i,{}),e&&this[n(343)][n(359)](i,xi(i,!0)))}else{if(n(262)==t[n(362)]||n(414)==t[n(362)]||n(332)==t[n(362)])return void this[n(540)](t);n(392)==t[n(362)]&&this[n(280)](t)}if(n(392)!==t[n(362)]){const e=this[n(541)](t,this[n(472)]);e[n(254)](),this[n(350)](e)}if(e)switch(t[n(362)]){case n(504):this[n(299)](t);break;case n(320):case n(441):case n(390):this[n(327)](t);break;case n(330):this[n(331)](t);break;case n(526):this[n(413)](t)}}else this[n(310)](t,e)}[_i(541)](t,e){const n=_i,i=t[n(340)]();return i[n(494)]=t[n(494)],this[n(518)](i,e),i}[_i(398)](t){const e=_i;return t[e(272)]((t=>{const n=e,i=this[n(322)](t);return Number(t[n(287)][n(316)](i))}))}[_i(281)](t,e){const n=_i;if(t.is(n(455),n(354)))e[n(469)]({item:t,type:n(427)});else{t.is(n(455))&&e[n(469)]({item:t,type:n(377)});for(const i of t[n(355)]())this[n(281)](i,e);t.is(n(455))&&e[n(469)]({item:t,type:n(545)})}return e}[_i(258)](){const t=_i,e=new Map(this[t(433)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(290)][t(348)](),...this[t(472)][t(348)]()]);a[t(449)](t(313));for(const e of a){const n=this[t(472)][t(480)](e)||xi(e,!1),i=this[t(290)][t(480)](e)||xi(e,!1);n[t(440)]()||i[t(440)]()?(r[t(421)][e]=Ai(n),r[t(521)][e]=Ai(i),this[t(312)](r[t(521)][e],i),this[t(312)](r[t(421)][e],n),s[t(421)][e]=this[t(281)](this[t(343)][t(480)](e),[]),s[t(521)][e]=this[t(281)](this[t(532)][t(480)](e)||xi(e,!1),[])):a[t(449)](e)}for(const r of a){const o=s[t(421)][r];for(const r of o){const s=this[t(322)](r),o=r[t(287)][t(316)](s);n[t(449)](o),o>=this[t(273)]&&i[t(359)](o,e[t(480)](o))}}for(const r of a){const a=s[t(421)][r],c=this[t(398)](s[t(521)][r]);let u=0;for(const r of a){const s=this[t(322)](r),a=r[t(287)][t(316)](s);if(!i[t(562)](a)&&!o[t(562)](a))if(n[t(562)](a))u++;else{if(a!=c[u]){const i=e[t(480)](a)||e[t(480)](c[u]);for(;a!=c[u];)n[t(562)](c[u])||(o[t(359)](c[u],i),e[t(359)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(421)][e];for(const e of r){const r=this[t(322)](e),s=e[t(287)][t(316)](r);if(o[t(562)](s)){const e=o[t(480)](s);n[t(562)](s)||n[t(359)](s,{...e}),i[t(359)](s,{...e})}}}for(const e of n[t(348)]())e>=this[t(273)]&&n[t(449)](e);const c=new Map;for(const e of a){let r=s[t(421)][e];for(const e of r)if(e[t(287)].is(t(455),t(468))){const n=this[t(322)](e),r=e[t(287)][t(316)](n);if(i[t(562)](r)){const n=e[t(287)][t(347)][t(347)][t(316)](t(519)),s=c[t(480)](n)||new Set;s[t(379)](i[t(480)](r)[t(542)]),c[t(359)](n,s)}}r=s[t(521)][e];for(const e of r)if(e[t(287)].is(t(455),t(468))){const i=this[t(322)](e),r=e[t(287)][t(316)](i);if(n[t(562)](r)){const i=e[t(287)][t(347)][t(347)][t(316)](t(519)),s=c[t(480)](i)||new Set;s[t(379)](n[t(480)](r)[t(542)]),c[t(359)](i,s)}}for(const e of c[t(348)]())(i[t(562)](e)||n[t(562)](e))&&c[t(449)](e)}for(const e of a){const r=s[t(421)][e];let o=null,a=null;for(const e of r){const r=this[t(322)](e),s=e[t(287)][t(316)](r),u=c[t(480)](s);u&&t(377)==e[t(362)]&&(o=Array[t(506)](u)[0],a=e[t(287)][t(316)](t(471))),o&&(n[t(359)](s,{userId:o}),i[t(359)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(521)][e],a=r[t(421)][e];for(const{userId:e}of this[t(451)][t(425)]())null!==e&&l[t(379)](e);for(const{userId:e}of this[t(394)][t(425)]())null!==e&&l[t(379)](e);this[t(375)](a,s[t(421)][e],i,t(551),l),this[t(375)](o,s[t(521)][e],n,t(270),l),u[e]={insertions:this[t(364)](a),deletions:this[t(364)](o),attachChange:this[t(394)][t(480)](e)||null,attributesBefore:yn(this[t(434)][t(480)](e))||{},attributesAfter:yn(this[t(302)][t(480)](e))}}return{diffData:u,authorsIds:Array[t(506)](l)}}[_i(367)](t){const e=_i;for(const[,n]of t[e(444)]){const t=n[e(337)][e(380)]()[e(525)]((t=>e(468)==t[e(443)]));for(const n of t)1==n[e(498)]&&n[e(423)](0).is(e(455),e(309))&&n[e(423)](0)[e(460)](e(417),!0)}}[_i(364)](t){const e=_i;this[e(367)](t);const n=this[e(476)][e(527)][e(512)](t,{}),i=Array[e(506)](n[e(355)]())[e(272)]((t=>this[e(491)](t)));return JSON[e(259)](i)}[_i(491)](t){const e=_i;if(t.is(e(354)))return t[e(527)];{const n=t;return{type:Object[e(348)](Ii)[e(370)]((e=>t instanceof Ii[e])),name:n[e(443)],attributes:Array[e(506)](n[e(544)]()),children:Array[e(506)](n[e(355)]())[e(272)]((t=>this[e(491)](t)))}}}[_i(375)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(476)][s(418)];for(let i=0;i<e[s(490)];i++){const r=this[s(322)](e[i]),c=e[i][s(287)][s(316)](r),h=n[s(480)](c),d=i==e[s(490)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(542)]!=o[s(542)])&&(l(h,Ei(a,t,u),Ei(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Ei(a,t,u),Ni(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(542)],d=l(467)+i+":"+h+":"+c++,f=u[l(478)](n,a);t[l(444)][l(359)](d,f),null!==h&&r[l(379)](h)}}[_i(322)](t){const e=_i;switch(t[e(362)]){case e(377):return e(519);case e(545):return e(471);default:return e(286)}}[_i(518)](t,e){const n=_i;t[n(462)]=null;for(const i in t){const r=t[i];if(r instanceof Jn.Position){const s=e[n(480)](r[n(360)][n(535)]);t[i]=this[n(268)](r,s)}if(r instanceof Jn.Range){const s=e[n(480)](r[n(360)][n(535)]);t[i]=this[n(276)](r,s)}n(360)===i&&(t[n(360)]=e[n(480)](t[n(360)][n(535)]))}}[_i(276)](t,e){const n=_i;return this[n(476)][n(418)][n(478)](this[n(268)](t[n(337)],e),this[n(268)](t[n(396)],e))}[_i(268)](t,e){const n=_i;return this[n(476)][n(418)][n(515)](e,t[n(361)],t[n(477)])}[_i(299)](t){const e=_i,n=this[e(343)][e(480)](t[e(439)][e(360)][e(535)]),i=this[e(268)](t[e(439)],n),r=null===t[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,s=i[e(347)],o=this[e(561)],a=[];for(const n of t[e(349)])if(n.is(e(455)))a[e(469)](this[e(266)](n));else for(let t=0;t<n[e(265)];t++)a[e(469)](new Jn.Element(e(354),{vid:this[e(561)]++}));const c=this[e(561)];for(let t=o;t<c;t++)this[e(433)][e(359)](t,{userId:r});s[e(329)](i[e(293)],a)}[_i(327)](t){const e=_i;(t=this[e(541)](t,this[e(343)]))[e(254)]();const n=null===t[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,i=t[e(373)](),r=i[e(347)],s=i[e(293)];!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(455),a(354))?i[a(359)](s[a(316)](a(286)),{userId:n}):(i[a(359)](s[a(316)](a(519)),{userId:n}),t(i,s,0,s[a(498)]),i[a(359)](s[a(316)](a(471)),{userId:n}))}}(this[e(433)],r,s,s+t[e(497)])}[_i(331)](t){const e=_i,n=null===(t=this[e(541)](t,this[e(343)]))[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,i=t[e(285)][e(347)],r=t[e(315)][e(347)],s=i[e(316)](e(471)),o=r[e(316)](e(519));i[e(460)](e(471),r[e(316)](e(471))),r[e(460)](e(471),s),this[e(433)][e(359)](o,{userId:n}),this[e(433)][e(359)](s,{userId:n}),t[e(254)]()}[_i(413)](t){const e=_i,n=null===(t=this[e(541)](t,this[e(343)]))[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,i=t[e(411)],r=t[e(415)][e(347)];t[e(254)]();const s=r[e(316)](e(471)),o=t[e(372)][e(275)];if(i){const t=o[e(316)](e(471)),i=r[e(316)](e(471));r[e(460)](e(471),t),o[e(460)](e(471),i),this[e(433)][e(359)](r[e(316)](e(471)),{userId:n}),this[e(433)][e(359)](o[e(316)](e(519)),{userId:n})}else{const t=this[e(561)]++,i=this[e(561)]++;r[e(460)](e(471),t),o[e(460)](e(519),i),o[e(460)](e(471),s),this[e(433)][e(359)](t,{userId:n}),this[e(433)][e(359)](i,{userId:n})}}[_i(280)](t){const e=_i;if(!t[e(301)])return;const n=(t=this[e(541)](t,this[e(472)]))[e(401)]?t[e(401)][e(360)]:null,i=t[e(277)]?t[e(277)][e(360)]:null;n&&this[e(489)][e(449)](t[e(443)]),i&&this[e(489)][e(359)](t[e(443)],t[e(277)][e(340)]());const r=null===t[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,s=t[e(443)];if(!this[e(451)][e(562)](s))return void this[e(451)][e(359)](s,{range:t[e(401)],userId:r});const o=this[e(451)][e(480)](s),a=o[e(499)],c=t[e(277)];null==a&&null==c||a&&c&&a[e(563)](c)?this[e(451)][e(449)](t[e(443)]):o[e(542)]=r}[_i(310)](t,e){const n=_i;this[n(472)][n(562)](t[n(535)])?this[n(472)][n(480)](t[n(535)])[n(304)]=t[n(284)]:(this[n(472)][n(359)](t[n(535)],xi(t[n(535)],!0)),this[n(302)][n(359)](t[n(535)],{}),e&&this[n(343)][n(359)](t[n(535)],xi(t[n(535)],!0)));const i=null===t[n(494)]?null:t[n(494)]||this[n(476)][n(356)][n(480)](n(514)).me.id,r=this[n(394)][n(480)](t[n(535)]);r&&r[n(542)]===i?this[n(394)][n(449)](t[n(535)]):this[n(394)][n(359)](t[n(535)],{userId:i,isAttached:t[n(284)]})}[_i(540)](t){const e=_i,n=this[e(302)][e(480)](t[e(360)][e(535)]);null===t[e(537)]?delete n[t[e(573)]]:n[t[e(573)]]=t[e(537)]}}function Ai(t){const e=_i,n=xi(t[e(535)],t[e(440)]());for(const i of t[e(355)]()){const t=i[e(374)](!0);n[e(445)](t)}return n}function xi(t,e=!0){const n=_i,i=new Jn.DocumentFragment;return i[n(535)]=t,i[n(304)]=e,i[n(440)]=()=>i[n(304)],i}function Ei(t,e,n){const i=_i,r=i(545)==t[i(362)]?n[i(267)](t[i(287)],i(396)):n[i(528)](t[i(287)]);return n[i(515)](e,r[i(361)],r[i(477)])}function Mi(){const t=["creatorId","getAttributes","elementEnd","history","getTime","_saveMetaData","_handleOperation","processor","insertion","createPositionAfter","getRevision","Initial revision","createRevision","initial","size","13073390ILBmeL","getRevisions","getData","_revisionId","has","isEqual","max","default","RealTimeCollaborationClient","roots","children","getIndex","hasContent","isOfficialPlugin","_continueCurrentRevision","key","getNodeByPath","dataDowncast","isReady","loadState","_execute","attachChange","revisionHistoryLicenseKeyDevelopmentLimit","3627778pxVnzt","_getState","stringify","for","revisionHistoryLicenseKeyEvaluationLimit","addRootAttribute","_removeRevisionMarkers","revisionHistory.resumeUnsavedRevision","offsetSize","_makeIdsRoot","createPositionAt","_fixPosition","createRangeIn","deletion","_setConversion","map","_startingRevisionId","initialData","nodeAfter","_fixRange","newRange","usageLimit","rootsAttributes","_handleMarkerOperation","_generateTape","30fKohuP","attributesAfter","isAdd","targetPosition","vid","item","_pendingAction","_findInsertionIndex","_baseRoots","toVersion","afterInit","offset","getLatestVersion","isPremiumPlugin","4835080fEHZtL","domainLimit","collaboration.channelId","_handleInsertOperation","getCurrentRevisionId","affectsData","_diffRootsAttributes","revisionHistoryLicenseKeyUsageLimit","_isAttached","675670PkmJIf","marked","12CvBozV","_revisionDataBuilder","paragraph","_handleRootOperation","revision","_copyMarkers","$graveyard","conversion","sourcePosition","getAttribute","_makeModelFromViewString","version","revisionHistoryLicenseKeyExpired","move","attributes","_getVidAttributeName","setSource","Empty document","revision-start","3YXqarG","_handleMoveOperation","fromVersion","_insertChild","merge","_handleMergeOperation","changeRootAttribute","_reset","fromEntries","document","addRevisionData","start","_bufferUpdate","featureNotAllowed","clone","PendingActions","toModel","_idsRoots","bind","_createInitialRevision","getUser","parent","keys","nodes","_transformMarkers","string","_createCurrentRevision","_lastFrom","$text","getChildren","plugins","view","pluginName","set","root","path","type","previousPosition","_prepareViewToSave","shift","PENDING_ACTION_REVISION_HISTORY","_processRootBeforeSave","_loadedStateData","_applyOperations","find","editing","insertionPosition","getMovedRangeStart","_clone","_markChanges","NEGATIVE_INFINITY","elementStart","revision-end","add","getAncestors","getRange","_lastTo","revisionHistoryLicenseKeyDomainLimit","useFillerType","revisionHistoryLicenseKeyValid","RevisionsRepository","_removeMetaData","markerToData","_calculateMetaData","reinsert","_loadRevisionData","marker","revisionHistoryLicenseKeyInvalid","_touchedRoots","source","end","config","_getBaseVids","_addPendingAction","upcast","oldRange","authors","_getPreviousFrom","dataToMarker","trim","revisionHistoryLicenseKeyNotAllowed","250916xvpHVh","getOperations","getTransformedByOperation","trialLimit","graveyardPosition","_bufferedUpdates","_handleSplitOperation","removeRootAttribute","splitPosition","detachRoot","keepParagraph","model","creator","addRevision","insertions","_isPendingUpdate","getChild","evaluationLimit","values","_initialRevisionId","text","_licenseKeyCheckInterval","542807KXPYLM","getRootNames","_startingVersion","reverse","_touched","_baseRootsAttributes","createdAt","_loadState","getWalker","setRevisionData","position","isAttached","remove","licenseKey","name","markers","_appendChild","requires","getRoot","repository","delete","then","_touchedMarkers","clear","editor-initial-data-replaced-with-revision-data","authorsIds","element","addRoot","341163CGIzDM","_getFromVersion","_showLicenseError","_setAttribute","_savedMetaData","baseVersion","resolve","_update","define","parse","revision:","tableCell","push","ready","vid_end","_diffRoots","diffData","startsWith","getRevisionDocumentData","editor","stickiness","createRange","updateRevisions","get","includes","_removePendingAction","getOperation","20TlYPov","_isInit","adapter","some","developmentLimit","_markers","length","_getViewJson","sort","_replaceEditorDataWithRevisionData","_authorId","slice","getRevisionRootsAttributes","howMany","childCount","range","buildRevisionData","locale","invalid","_makeRevision","insert","saveRevision","from","sendBufferedUpdates","attributesBefore","_source","isEnabled","reInit","toView","destroy","Users","createPositionFromPath","init","RevisionHistory","_fixOperation","vid_start","_createFromRanges","deletions","currentRevision","expired","revisionHistoryLicenseKeyTrialLimit","filter","split","data","createPositionBefore","finally","data-revision-","_operations","_baseIdsRoots","documentFragment","forEach","rootName","update","newValue","RevisionTracker","toData","_handleRootAttributeOperation","_cloneOperation","userId"];return(Mi=function(){return t})()}function Ni(t,e,n){const i=_i,r=i(377)==t[i(362)]?n[i(267)](t[i(287)],0):n[i(552)](t[i(287)]);return n[i(515)](e,r[i(361)],r[i(477)])}var Ri=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),Ui=n(357),Hi=n.n(Ui),Zi=n(426),qi={attributes:{"data-cke":!0}};qi.setAttributes=zi(),qi.insert=Pi().bind(null,"head"),qi.domAPI=Ci(),qi.insertStyleElement=Hi();ji()(Zi.A,qi);Zi.A&&Zi.A.locals&&Zi.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=Hi();ji()(Bi.A,Wi);Bi.A&&Bi.A.locals&&Bi.A.locals;const Yi=Ji;function Ji(t,e){const n=Gi();return(Ji=function(t,e){return n[t-=119]})(t,e)}function Gi(){const t=["30okHQjt","1091313PKbNnb","input","locale","220","keystrokes","set","add","render","arrowleft","label","Name of the revision","focus","reset","extendTemplate","312324LTZpuw","2604FsfWak","546042hSBkaG","form","element","_createRevisionNameInput","optional","arrowright","fieldView","173365bOPqsE","arrowdown","arrowup","revisionName","focusTracker","value","ck-revision-history-save-revision-form","errorText","setTemplate","ck-responsive-form","revisionNameInputView","36eWDWtb","stopPropagation","2880920TFSQKp","listenTo","revisionNameInputValue","2212546DnDwBp","trim"];return(Gi=function(){return t})()}!function(t){const e=Ji,n=t();for(;;)try{if(195691===parseInt(e(138))/1*(-parseInt(e(154))/2)+parseInt(e(155))/3+-parseInt(e(153))/4+parseInt(e(120))/5*(parseInt(e(131))/6)+-parseInt(e(136))/7+parseInt(e(133))/8+-parseInt(e(139))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class Ki extends Ri.View{constructor(e,n){const i=Ji;super(e),this[i(124)]=new t.FocusTracker,this[i(143)]=new t.KeystrokeHandler,this[i(144)](i(135),""),this[i(130)]=this[i(158)](n),this[i(128)]({tag:i(156),attributes:{class:["ck",i(126),i(129)],tabindex:"-1"},children:[this[i(130)]]}),(0,Ri.injectCssTransitionDisabler)(this)}[Yi(146)](){const t=Yi;super[t(146)](),(0,Ri.submitHandler)({view:this}),this[t(124)][t(145)](this[t(130)][t(157)]),this[t(143)][t(134)](this[t(157)]);const e=e=>e[t(132)]();this[t(143)][t(144)](t(160),e),this[t(143)][t(144)](t(147),e),this[t(143)][t(144)](t(122),e),this[t(143)][t(144)](t(121),e)}[Yi(150)](){const t=Yi;this[t(130)][t(150)]()}get[Yi(123)](){const t=Yi;return this[t(130)][t(119)][t(157)][t(125)][t(137)]()}set[Yi(123)](t){const e=Yi;this[e(130)][e(119)][e(157)][e(125)]=t[e(137)]()}[Yi(151)](){const t=Yi;this[t(130)][t(119)][t(157)][t(125)]="",this[t(130)][t(127)]=null}[Yi(158)](t){const e=Yi,n=new Ri.LabeledFieldView(this[e(141)],Ri.createLabeledInputText),i=n[e(119)];i[e(152)]({attributes:{maxlength:e(142)}});let r=$n(this[e(141)],e(149));return!t&&(r+=" ("+$n(this[e(141)],e(159))+")"),n[e(148)]=r,i.on(e(140),(()=>{const t=e;this[t(135)]=i[t(157)][t(125)][t(137)]()})),n}}const Xi=Qi;function Qi(t,e){const n=$i();return(Qi=function(t,e){return n[t-=192]})(t,e)}function $i(){const t=["items","children","161kbyRMa","_createSaveRevisionFormView","submit","The revision name cannot be empty.","522239dAZkYL","role","Cancel","revisionHistory","82332ToPUjq","locale","editor","bind","editing","isEnabled","delegate","Save current revision","141327sGMIbe","history","Revision history","requires","hide","revisionHistory.requireRevisionName","get","isReadOnly","reset","Open revision history","ck-button-action","init","buttonView","config","_saveRevisionFormView","revisionSave","753222EiQYoT","16bOumqu","1916340qzUjUM","2WEJaeE","view","revisionNameInputView","pluginName","componentFactory","plugins","isReady","addMany","show","menuitem","focus","render","showRevisionViewerCallback","add","121416yIYPBp","RevisionHistoryUI","saveRevision","menu","execute","isOpen","_showDialog","3163790qwNYBQ","set","panelView","isPremiumPlugin","menuBar:revisionHistory","errorText","isOfficialPlugin","_registerMenuComponent","Dialog","revisionName","Accept","RevisionTracker"];return($i=function(){return t})()}!function(t){const e=Qi,n=t();for(;;)try{if(271975===-parseInt(e(210))/1+parseInt(e(241))/2*(parseInt(e(238))/3)+-parseInt(e(214))/4+parseInt(e(240))/5+-parseInt(e(255))/6*(-parseInt(e(206))/7)+-parseInt(e(239))/8*(-parseInt(e(222))/9)+-parseInt(e(192))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class tr extends Wn.Plugin{static get[Xi(244)](){return Xi(256)}static get[Xi(198)](){return!0}static get[Xi(195)](){return!0}static get[Xi(225)](){return[Oi]}[Xi(233)](){const t=Xi,e=this[t(216)],n=e[t(246)][t(228)](t(203));e.ui[t(245)][t(254)](t(213),(i=>{const r=t,s=(0,Ri.createDropdown)(i),o=s[r(194)][r(205)],a=new Ri.ListView(i),c=new Ri.ListItemView(i),u=new Ri.ButtonView(i),l=new Ri.ListItemView(i),h=new Ri.ButtonView(i);return s[r(217)](r(219)).to(n,r(247),n,r(219),e,r(229),((t,e,n)=>t&&e&&!n)),s[r(234)][r(193)]({icon:Wn.icons[r(223)],label:$n(i,r(224)),tooltip:!0}),u[r(193)]({label:$n(i,r(221)),withText:!0,role:r(250)}),u[r(217)](r(219)).to(n,r(247),n,r(219),e,r(229),((t,e,n)=>t&&e&&!n)),u.on(r(259),(()=>this[r(261)]())),h[r(193)]({label:$n(i,r(231)),withText:!0,role:r(250)}),h[r(217)](r(219)).to(n,r(247),e,r(229),((t,e)=>t&&!e)),h.on(r(259),(()=>{const t=r;e[t(235)][t(228)](t(213))[t(253)](),s[t(260)]=!1,e[t(218)][t(242)][t(251)]()})),c[r(205)][r(254)](u),l[r(205)][r(254)](h),a[r(211)]=r(258),a[r(204)][r(248)]([c,l]),o[r(254)](a),s})),e.ui[t(245)][t(254)](t(196),(()=>this[t(199)]()))}[Xi(199)](){const t=Xi,e=this[t(216)],n=e[t(215)],i=new Ri.MenuBarMenuView(n),r=new Ri.MenuBarMenuListView(n);i[t(234)][t(193)]({icon:Wn.icons[t(223)],label:$n(n,t(224))});const s=new Ri.MenuBarMenuListItemView(n,i),o=new Ri.MenuBarMenuListItemButtonView(n);o[t(193)]({label:$n(n,t(221))}),o[t(220)](t(259)).to(i),o.on(t(259),(()=>{this[t(261)]()})),s[t(205)][t(254)](o),r[t(204)][t(254)](s);const a=new Ri.MenuBarMenuListItemView(n,i),c=new Ri.MenuBarMenuListItemButtonView(n);return c[t(193)]({label:$n(n,t(231))}),c[t(220)](t(259)).to(i),c.on(t(259),(()=>{const n=t;e[n(235)][n(228)](n(213))[n(253)]()})),a[t(205)][t(254)](c),r[t(204)][t(254)](a),i[t(194)][t(205)][t(254)](r),i}[Xi(261)](){const t=Xi,e=this[t(216)],n=e[t(215)],i=e[t(246)][t(228)](t(200)),r=e[t(246)][t(228)](t(203));function s(r){const s=t;e[s(235)][s(228)](s(227))&&""===r[s(201)]?r[s(243)][s(197)]=$n(n,s(209)):(e[s(246)][s(228)](Oi)[s(257)]({name:r[s(201)]}),i[s(226)]())}this[t(236)]||(this[t(207)](),this[t(236)].on(t(208),(()=>s(this[t(236)])))),this[t(236)][t(230)](),i[t(249)]({id:t(237),title:$n(n,t(221)),isModal:!0,content:this[t(236)],actionButtons:[{label:$n(e[t(215)],t(212)),withText:!0,onExecute:()=>i[t(226)]()},{label:$n(e[t(215)],t(202)),class:t(232),withText:!0,onCreate(n){const i=t;n[i(217)](i(219)).to(r,i(247),r,i(219),e,i(229),((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this[t(236)])}]})}[Xi(207)](){const t=Xi,e=this[t(216)],n=e[t(215)];this[t(236)]=new Ki(n,e[t(235)][t(228)](t(227))),this[t(236)][t(252)]()}}function er(){const t=["element","Removed by","ck-revision-change__label","_model","ck-revision-change__","7xshJWm","ck-annotation","670287NowdYD","Suggested by","type","8eeFFAt","Added by","1072306zYWDDJ","ck-revision-change","4758738ejAuTg","50DlGnLU","5xfFkhG","author","63665glpOyY","div","span","focus","bindTemplate","name","280445LvfvbM","add","set","8213283uVOnuX","isSuggestion","setTemplate","1003344xYhffj","data","changeId"];return(er=function(){return t})()}const nr=ir;function ir(t,e){const n=er();return(ir=function(t,e){return n[t-=158]})(t,e)}!function(t){const e=ir,n=t();for(;;)try{if(525317===parseInt(e(160))/1+parseInt(e(187))/2+-parseInt(e(182))/3*(parseInt(e(185))/4)+-parseInt(e(158))/5*(parseInt(e(189))/6)+-parseInt(e(180))/7*(-parseInt(e(172))/8)+parseInt(e(169))/9+parseInt(e(190))/10*(parseInt(e(166))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(er);class rr extends Ri.View{constructor(t,e){const n=ir;super(t),this[n(178)]=e,this[n(174)]=e.id;const i=this[n(164)],r=$n(t,e[n(173)][n(170)]?n(183):n(167)==e[n(184)]?n(186):n(176));this[n(168)](n(184),e[n(184)]),this[n(171)]({tag:n(161),attributes:{class:[n(181),n(188),i.to(n(184),(t=>n(179)+t))],tabindex:-1},children:[{tag:n(162),children:[{tag:n(162),attributes:{class:[n(177)]},children:[{text:r}]},{text:" "+e[n(159)][n(165)]}]}]})}[nr(163)](){const t=nr;this[t(175)][t(163)]()}}function sr(t,e){var n=cr();return(sr=function(t,e){return n[t-=102]})(t,e)}var or=sr;!function(t){for(var e=sr,n=t();;)try{if(191223===-parseInt(e(106))/1*(parseInt(e(104))/2)+-parseInt(e(102))/3*(parseInt(e(109))/4)+-parseInt(e(116))/5*(-parseInt(e(110))/6)+-parseInt(e(117))/7*(parseInt(e(119))/8)+parseInt(e(111))/9+parseInt(e(112))/10+parseInt(e(115))/11*(parseInt(e(108))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cr);class ar extends((0,t.ObservableMixin)()){constructor(e){var n=sr;super(),this.id=e.id||(0,t.uid)(),this[n(120)]=e[n(120)],this[n(113)]=e[n(113)],this[n(118)]=e[n(118)]||{},this[n(103)]=e[n(103)],this[n(114)](n(105),e[n(105)])}[or(107)](){var t=or;return{id:this.id,authorId:this[t(120)].id,type:this[t(113)],data:this[t(118)],createdAt:this[t(105)]}}}function cr(){var t=["data","920216aoatrK","author","712263CDEIfw","rootName","5646wMSxQq","createdAt","1Xoyoow","toJSON","100668EFDXcY","4pHEXMW","342gzOwci","1855305dhWhwG","2357520oMZBMI","type","set","66fNxVSm","14850ntPBlQ","14ffsVSd"];return(cr=function(){return t})()}function ur(t,e){const n=dr();return(ur=function(t,e){return n[t-=317]})(t,e)}const lr=ur;!function(t){const e=ur,n=t();for(;;)try{if(367844===-parseInt(e(328))/1*(parseInt(e(323))/2)+-parseInt(e(326))/3+parseInt(e(327))/4+parseInt(e(321))/5+-parseInt(e(329))/6+-parseInt(e(320))/7*(parseInt(e(325))/8)+parseInt(e(318))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class hr{constructor(e,n){const i=ur;this[i(330)]=e,this[i(319)]=n,this[i(324)]=new t.Collection}[lr(322)](t){const e=lr;for(const n of t)this[e(324)][e(317)](n)}}function dr(){const t=["48676szAVqK","4142298VbTKhj","newRevisionId","add","8787978mTpXuX","oldRevisionId","26173zoNtqO","3291985NUhyiO","_setChanges","16sJsLFz","changes","376TJgdsI","1376211NiDmvO","1789064frHqTI"];return(dr=function(){return t})()}var fr=n(536),vr={attributes:{"data-cke":!0}};vr.setAttributes=zi(),vr.insert=Pi().bind(null,"head"),vr.domAPI=Ci(),vr.insertStyleElement=Hi();ji()(fr.A,vr);fr.A&&fr.A.locals&&fr.A.locals;const mr=pr;function pr(t,e){const n=yr();return(pr=function(t,e){return n[t-=336]})(t,e)}function yr(){const t=["POSITIVE_INFINITY","done","collaboration.channelId","isSuggestion","elementEnd","domEvent","ck-suggestion-marker-merge","plugins","resolve","getRevisionRootsAttributes","getClientRects","abs","isRemoved","offsetSize","processor","_data","writer","oldRevisionId","bind","markerRange","_cleanUp","bindElementToMarker","refresh","toData","userId","diffData","from","editingDowncast","side","change:activeChange","getItems","ck-suggestion-marker-","dataDowncast","revisionHistoryLabel","attribute:vid","attributesAfter","dataToMarker","updatePosition","insertion","RevisionViewer","ck-suggestion-preview-marker","markerName","_joinTapes","ck-revision-history-root--active","splice","140JMkVkk","code","7228560SNNmkV","softBreak","-new","isInline","clear","document","map","compare","type","isEqual","_activeViewTarget","nextPosition","addHighlight","catch","high","_cleanMarkers","destroy","data-change-id","_initInteractions","startIndex","detachRoot","_changeIdToChange","next","attributesBefore","5egeOLk","createPositionBefore","roots","showStack","3807363ranVFP","showPreviousChange","change","first","upcast","low","_markInsertions","isIncorrect","markerNameToElements","_getViewForChange","addClass","pairId","index","getRevision","element:pre","removeMarker:revision-suggestion","find","createPositionFromPath","activeChange","get","pluginName","changes","vid","split","consumable","init","_refreshStartEndIndex","model","revision-start","_removeUnsupportedChanges","stop","mousedown","markersStart","_setConversion","left","right","RevisionsRepository","activeView","isContent","isAdded","insert","isAtEnd","changeId","2661876ULnCsO","_sortAndFilterDiffChanges","item","getLaterVisibleRevision","isAttached","range","_fixObsoleteTags","listenTo","forEach","checkAttribute","_setDistance","level","mapper","suggestion:","highest","insertions","return","getWalker","values","rootName","revision-suggestion:","observeMarkers","adapter","isAfter","getChild","elementStart","_removeMissingPairs","isBefore","isEnabled","forceDisabled","previousPosition","_appendChild","commands","addRevision","has","_markMarkers","isPremiumPlugin","wrap","markerToData","ck-suggestion-marker--active","config","mouseover","vid_end","4yhfXSw","useFillerType","forward","view","change:activeView","restoreRevision","string","toModel","isCollapsed","attachChange","nextSibling","isObject","test","_makeTape","475574glyDiK","nodeAfter","603jAPIzb","enableReadOnlyMode","schema","bottom","suggestion","addRevisionData","_update","restoreRevisionCallback","editing","getRootNames","revision-viewer","comment","_getChangeFromId","toViewElement","setAttribute","filter","marked","authors","execute","top","target","maxOffset","text","editor","affectsData","_processTape","keys","_getDiff","end","error","startsWith","push","237662cfEVXk","toViewRange","removeMarker:revision","_markMismatchedRemovedTags","data","ck-suggestion-marker-split","ck-revision-history-root-add","change:isReady","merge","_revisions","markerToHighlight","loadRevisionData","sort","isOnRoot","flat","slice","isAtStart","revision-comment:","revision:","_getViewObj","createRevision","removeMarker","consume","pop","ck-editor__editable__overlay","addRoot","domConverter","viewItem","start","change:numberOfChanges","createUIElement","markers","locale","includes","isRemoveSuggestion","findIndex","addMarker:revision","remove","element","downcastDispatcher","ck-suggestion-preview-marker-","getRoot","revisionHistory","8884805fCwBbQ","getAttributes","addMarker:revision-suggestion:deletion","all","length","isAddSuggestion","distance","isReady","selection","_step","ck-revision-history-root-","mapViewToDom","_removeRevisionMarkers","addMarker:revision-suggestion:insertion","_getRevisionsRange","requires","_threeWayMerge","getIndex","revision","concat","name","153320klSNkK","_markSuggestions","default","vid_start","then","getAttribute","hasAttribute","numberOfChanges","indexOf","span","_balloon","for","add","diff","object","change:isEnabled","showNextChange","getDomRoot","unbindElementFromMarkerName","isOfficialPlugin","repository","_changeView","unshift","revisionHistoryAttachChange","modelRange","isNavigationMode","deletions","backward","enqueueChange","ck-revision-history-root-remove","currentChangeNumber","conversion","elementToAttribute","_makeModelFromViewString","createRange","_findChangeIdFromDomTarget","delete","revision-end","uiElement","endIndex","WidgetToolbarRepository","deletion","parent","toViewPosition","getRevisionData","isBlock","removeClass","createAttributeElement","shift","data-revision-","set","getCustomProperty","hasClass","children","reconvertMarker","revision-suggestion","parse","markersEnd","createRangeIn","_makeModelFromTape","removeAttribute","newRevisionId","attributes","_setChanges","ck-suggestion-marker","isLimit"];return(yr=function(){return t})()}!function(t){const e=pr,n=t();for(;;)try{if(943624===parseInt(e(338))/1*(-parseInt(e(476))/2)+parseInt(e(385))/3+parseInt(e(428))/4*(-parseInt(e(519))/5)+parseInt(e(653))/6+parseInt(e(342))/7+-parseInt(e(540))/8*(-parseInt(e(444))/9)+-parseInt(e(651))/10*(parseInt(e(442))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yr);const gr={c:Jn.ViewContainerElement,a:Jn.ViewAttributeElement,e:Jn.ViewEmptyElement,r:Jn.ViewRawElement,u:Jn.ViewUIElement};class kr extends Wn.Plugin{static get[mr(362)](){return mr(645)}static get[mr(559)](){return!0}static get[mr(421)](){return!0}static get[mr(534)](){return[Yn.Users,Ri.ContextualBalloon,Qn]}constructor(t){const e=mr;super(t),this[e(560)]=this[e(467)][e(613)][e(361)](e(378)),this[e(590)](e(360),null),this[e(590)](e(379),null),this[e(663)]=null,this[e(590)](e(553),null),this[e(590)](e(526),!1),this[e(590)](e(413),!0),this.on(e(555),((t,n,i)=>{const r=e;this[r(360)]=null,this[r(379)]=null,this[r(467)][r(452)][r(431)][r(344)]((t=>{const e=r;for(const n of this[e(467)][e(452)][e(431)][e(658)][e(340)])i?t[e(586)](e(500),n):t[e(352)](e(500),n)}))})),this[e(624)](e(565)).to(this,e(360),(t=>null!==t)),this[e(624)](e(570)).to(this,e(526),this,e(553),this,e(360),((t,n,i)=>t&&i?n[e(363)][e(536)](i):0)),this[e(624)](e(547)).to(this,e(526),this,e(553),((t,n)=>t?n[e(363)][e(523)]:0)),this[e(561)]=null,this[e(674)]=new Map,this[e(407)]=null,this[e(550)]=this[e(467)][e(613)][e(361)](Ri.ContextualBalloon)}[mr(367)](){const t=mr,e=this[t(467)],n=new wr(e,{direction:t(567)}),i=new wr(e,{direction:t(430)});e[t(417)][t(552)](t(343),n),e[t(417)][t(552)](t(556),i),e[t(417)][t(552)](t(433),new _r(e)),this.on(t(505),(()=>{const e=t;n[e(628)](),i[e(628)]()})),this[t(375)](),this[t(671)](),e[t(445)](t(454)),e[t(613)][t(419)](t(580))&&e[t(613)][t(361)](t(580))[t(414)](t(454))}async[mr(584)](t){const e=mr;await this[e(487)](t);const n={};for(const i in t[e(631)]){if(t[e(631)][i][e(437)]&&!t[e(631)][i][e(437)][e(389)])continue;const r=this[e(531)](JSON[e(596)](t[e(631)][i][e(400)])),s=this[e(467)][e(452)][e(431)][e(658)],o=new Jn.ViewDocumentFragment(s,r[e(659)]((t=>this[e(495)](t))));this[e(467)][e(480)][e(620)][e(429)](e(460)),n[i]=this[e(467)][e(480)][e(620)][e(629)](o),this[e(467)][e(480)][e(620)][e(429)](e(542))}return n}async[mr(615)](t){const e=mr;await this[e(487)](t);const n={};for(const i in t[e(631)])t[e(631)][i][e(437)]&&!t[e(631)][i][e(437)][e(389)]||(n[i]=t[e(631)][i][e(641)]||{});return n}[mr(531)](t){const e=mr;return(t=t[e(459)]((t=>!t[e(539)]||e(370)!==t[e(539)]&&e(577)!==t[e(539)])))[e(393)]((t=>{const n=e;n(434)!=typeof t&&(t[n(593)]=this[n(531)](t[n(593)]),t[n(602)]=t[n(602)][n(459)]((t=>!t[0][n(474)](n(589)))))})),t}async[mr(660)](t,e,n=!1){const i=mr;if(!this[i(413)])return;const r=this[i(553)],s=this[i(560)],o=i(434)==typeof t?s[i(355)](t):t,a=i(434)==typeof e?s[i(355)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(553)]&&this[i(553)][i(601)]===c&&this[i(553)][i(623)]===u)return Promise[i(614)]();this[i(526)]=!1,this[i(379)]=null,this[i(360)]=null,this[i(553)]=new hr(c,u);const l=this[i(533)](o,a,!0)[i(659)]((t=>this[i(487)](t)));return l[i(475)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(522)](l)[i(544)]((()=>{const t=i;if(!this[t(413)])return;this[t(626)]();const e=this[t(471)](c,u);for(const n of e[t(363)])this[t(674)][t(590)](n.id,n);this[t(467)][t(369)][t(568)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(467)][i(369)][i(658)][i(453)]())n[i(673)](t);for(const t of Object[i(470)](e[i(369)])){const r=n[i(501)](t);for(const s of Object[i(470)](e[i(602)][t]))n[i(458)](s,e[i(602)][t][s],r);n[i(382)](e[i(369)][t],r,0)}})),this[t(553)][t(603)](this[t(386)](e[t(363)])),this[t(526)]=!0}))[i(666)]((t=>{const e=i;console[e(473)](t),this[e(626)](),r&&(this[e(553)]=r),this[e(526)]=!0}))}[mr(449)](t,e){const n=mr,i=this[n(560)][n(496)](t);return i.on(n(450),((t,n,r)=>e(n,r,i))),this[n(560)][n(418)](i),i}[mr(487)](t){const e=mr;if(!t||t[e(631)])return Promise[e(614)]();{const n=this[e(467)][e(425)][e(361)](e(608));return this[e(407)][e(355)]({channelId:n,revisionId:t.id})[e(544)]((n=>{const i=e;t[i(450)]({diffData:n[i(631)]},!0)}))}}[mr(626)](){const t=mr;this[t(360)]=null,this[t(668)](),this[t(561)]&&this[t(561)][t(669)](),this[t(561)]=null,this[t(674)][t(657)](),this[t(467)][t(369)][t(568)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(467)][n(369)][n(658)][n(453)]())e[n(673)](t)}))}[mr(386)](t){const e=mr,n=[],i=new Map;for(const t of this[e(467)][e(369)][e(658)][e(453)]()){const r=this[e(467)][e(452)][e(431)][e(557)](t);if(!r)continue;const s=r[e(616)]()[e(387)](0);s&&(n[e(475)](t),i[e(590)](t,s))}return n[e(488)](((t,n)=>{const r=e,s=i[r(361)](t),o=i[r(361)](n);return s.y-o.y||s.x-o.x})),(t=t[e(459)]((t=>n[e(509)](t[e(404)]))))[e(488)](((t,i)=>n[e(548)](t[e(404)])-n[e(548)](i[e(404)]))),t}[mr(441)](t){const e=mr,n=Array[e(632)](t[e(507)])[e(459)]((([t,n])=>t[e(474)](e(494))&&!n[e(436)])),i=Array[e(632)](this[e(467)][e(369)][e(598)](t)[e(402)]({singleCharacters:!0}));if(0!=n[e(523)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(365)](":");if(r[e(472)][e(662)](t[e(664)])&&n[e(588)](),(t[e(415)][e(662)](r[e(504)])||t[e(415)][e(408)](r[e(504)]))&&(e(644)==s?t[e(381)]={userId:o}:e(581)==s&&(t[e(618)]={userId:o})),0==n[e(523)])break}return i}[mr(368)](t){const e=mr,n=new Map;for(let i=0;i<t[e(523)];i++)e(466)===t[i][e(661)]?(t[i][e(387)][e(672)]=i,t[i][e(387)][e(579)]=i):(e(410)===t[i][e(661)]?t[i][e(387)][e(672)]=i:e(610)===t[i][e(661)]&&(t[i][e(387)][e(579)]=i),n[e(590)](t[i].id,i));for(const i of n[e(403)]())e(410)===t[i][e(661)]?t[i][e(387)][e(579)]=n[e(361)](t[i][e(353)]):e(610)===t[i][e(661)]&&(t[i][e(387)][e(672)]=n[e(361)](t[i][e(353)]))}[mr(469)](t){const e=mr;for(let n=0;n<t[e(523)];n++){if(e(410)===t[n][e(661)])t[n][e(387)][e(672)]=n;else if(e(610)===t[n][e(661)]){t[n][e(387)][e(579)]=n;const i=t[n][e(387)][e(672)];t[i][e(353)]=t[n].id,t[n][e(353)]=t[i].id}else t[n][e(387)][e(672)]=n,t[n][e(387)][e(579)]=n,t[n][e(353)]=null;t[n][e(374)]||(t[n][e(374)]=[],t[n][e(597)]=[])}}[mr(348)](t,e){const n=mr,i=t[n(459)]((t=>!t[n(381)]));for(let t=0;t<e[n(523)];t++)e[t][n(381)]&&(i[t][n(381)]=e[t][n(381)])}[mr(573)](t){const e=mr,n=JSON[e(596)](t),i=this[e(467)][e(452)][e(431)][e(658)],r=new Jn.ViewDocumentFragment(i,n[e(659)]((t=>this[e(495)](t))));return this[e(467)][e(480)][e(435)](r)}[mr(495)](t){const e=mr,n=this[e(467)][e(452)][e(431)][e(658)];if(e(434)==typeof t)return new Jn.ViewText(n,t);{const i=t[e(593)][e(659)]((t=>this[e(495)](t)));return new(gr[t[e(661)]]||Jn.ViewElement)(n,t[e(539)],t[e(602)],i)}}[mr(471)](t,e=null){const n=mr,i=this[n(560)][n(355)](t),r=e?this[n(560)][n(355)](e):null,s=this[n(533)](i,r),o=s[s[n(523)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(523)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(470)](e[n(631)]))if(e[n(631)][t][n(437)]){const i=e[n(631)][t][n(437)];i[n(389)]?(u[n(552)](t),l[n(419)](t)&&l[n(361)](t)[n(630)]==i[n(630)]?l[n(576)](t):l[n(590)](t,i)):l[n(419)](t)?(u[n(576)](t),l[n(576)](t)):(u[n(552)](t),l[n(590)](t,i))}else u[n(552)](t)}for(const t of u){const e=l[n(419)](t)&&!l[n(361)](t)[n(389)];let i=e?s[n(523)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(631)][t]){const i=e?o[n(631)][t][n(337)]:o[n(631)][t][n(641)];c[n(602)][t]=i?yn(i):{};break}i+=r}}for(const t of s){t[n(369)]={};for(const e of t[n(461)])a[n(590)](e.id,e);for(const e of u){const i=t[n(631)][e]?t[n(631)][e][n(400)]:"[]",r=t[n(631)][e]?t[n(631)][e][n(566)]:"[]";t[n(369)][e]={insertions:this[n(573)](i),deletions:this[n(573)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(632)](i[n(369)][t][n(400)][n(507)])[n(459)]((([t])=>!t[n(474)](n(494)))));let h=0;for(const o of s){const s=this[n(441)](o[n(369)][t][n(400)]);o==i?(e=s,r=e[n(523)],e[n(393)]((t=>{t.id=h++})),this[n(469)](e)):this[n(348)](e,s);const a=e[n(459)]((t=>!t[n(381)]))[n(659)]((t=>t.id));let c=0;const l=this[n(441)](o[n(369)][t][n(566)]);l[n(393)]((t=>{t[n(618)]?t.id=r++:t.id=a[c++]})),this[n(469)](l),this[n(395)](e,n(381)),this[n(395)](l,n(618)),o==i&&this[n(420)](e,u),e=this[n(648)](e,l),this[n(368)](e),this[n(395)](e,n(618))}e=e[n(459)]((t=>!(t[n(381)]&&t[n(618)])));const d=new Map(o[n(369)][t][n(566)][n(507)]),f=new Set(u[n(470)]());for(const t of d[n(470)]())f[n(576)](t);this[n(541)](e,f),this[n(391)](e),e=this[n(411)](e),e=this[n(479)](e),e=this[n(371)](e);const{root:v,changes:m}=this[n(599)](e,a,t);c[n(369)][t]=v;const p=l[n(361)](t);if(p){const e=a[n(361)](p[n(630)]),i=new ar({author:e,type:p[n(389)]?n(552):n(513),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(562)](i),c[n(602)][t][n(563)]=i.id}c[n(363)]=c[n(363)][n(538)](m)}return c}[mr(420)](t,e){const n=mr;for(let i=0;i<t[n(523)];i++)for(const[r,s]of e)s[n(504)][n(662)](t[i][n(415)])&&t[i][n(374)][n(475)](r),s[n(472)][n(662)](t[i][n(664)])&&t[i][n(597)][n(475)](r)}[mr(648)](t,e){const n=mr;let i=[],r=0,s=0;for(;r<t[n(523)]||s<e[n(523)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(475)](o);else if(a[n(618)]&&o[n(381)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(535)](t,r,e,s);i=i[n(538)](o),r=a,s=c}else a[n(618)]?(s++,i[n(475)](a)):(r++,i[n(475)](o))}return i}[mr(541)](t,e){const n=mr,i=[];for(let o=0;o<t[n(523)];o++){for(let s=0;s<t[o][n(374)][n(523)];s++){const a=t[o][n(374)][s];if(!e[n(419)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(595)!=c||n(644)!=u&&n(581)!=u||(i[n(562)]({type:u,name:a,userId:l}),t[o][n(374)][n(650)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(597)][n(523)];s++){const a=t[o][n(597)][s];if(!e[n(419)](a))continue;const{group:c,type:u}=r(a);if(n(595)!=c||n(644)!=u&&n(581)!=u)continue;t[o][n(597)][n(650)](s,1),s--;const l=i[n(511)]((t=>t[n(539)]==a));l>-1&&i[n(650)](l,1)}}function r(t){const e=n,i=t[e(365)](":");return{group:i[0],type:i[1],subType:i[e(523)]>=5?i[2]:null,id:i[e(523)]<5?i[2]:i[3],authorId:i[e(523)]<5?i[3]:i[4],markerCount:6==i[e(523)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(523)];n++){if(t[e(381)]&&e(644)==i[n][e(661)])return t[e(524)]=i[n],void delete t[e(381)];if(!t[e(381)]&&!t[e(618)]&&e(581)==i[n][e(661)])return void(t[e(510)]=i[n])}}}[mr(395)](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(590)](o.id,i);for(let i=0;i<t[n(523)];i++){if(n(618)==e&&t[i][n(381)]||n(381)==e&&t[i][n(618)])continue;if(n(466)==t[i][n(661)]){t[i][n(525)]=0;continue}const r=s[n(361)](t[i][n(353)]),o=s[n(361)](t[i].id);t[i][n(525)]=r-o}}[mr(533)](t,e,n=!1){const i=mr,r=[];let s=this[i(560)][i(536)](t),o=this[i(560)][i(536)](e);for(-1==o&&(o=this[i(560)][i(485)][i(523)],n=!1);s<o;)r[i(475)](this[i(560)][i(355)](s)),s++;return n&&r[i(475)](this[i(560)][i(355)](s)),r}[mr(535)](t,e,n,i){const r=mr,s=this[r(467)][r(369)][r(446)];let o=e;for(;t[o]&&t[o][r(381)];)o++;let a=i;for(;n[a]&&n[a][r(618)];)a++;u(t,e,o),u(n,i,a);const c=n[r(491)](i,a)[r(538)](t[r(491)](e,o));return c[r(488)](((t,e)=>t[r(634)]!=e[r(634)]?t[r(634)]-e[r(634)]:t[r(396)]!=e[r(396)]?t[r(396)]-e[r(396)]:t[r(525)]!=e[r(525)]?e[r(525)]-t[r(525)]:!!t[r(381)]!=!!e[r(381)]?-1==t[r(634)]||0==t[r(634)]?t[r(381)]?-1:1:t[r(381)]?1:-1:t[r(354)]-e[r(354)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(606)],c=!0;for(let r=e;r<n;r++)if(s[i(656)](t[r][i(387)])||(c=!1),t[r][i(387)][i(672)]<e&&(o=r),t[r][i(387)][i(579)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(634)]=r<=o?-1:r<a?0:1,t[r][i(354)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(525)]?t[n][i(396)]=u:(u++,t[n][i(396)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(634)]&&(t[r][i(396)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(525)]?t[e][i(396)]=u:(u--,t[e][i(396)]=u,u--)}}[mr(391)](t){const e=mr,n=new Map,i=this[e(467)][e(369)][e(446)];for(let r=1;r<t[e(523)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(466)==c[e(661)])continue;if(c[e(661)]!=u[e(661)])continue;if(!i[e(585)](u[e(387)])||i[e(605)](u[e(387)]))continue;if(!i[e(585)](c[e(387)])||i[e(605)](c[e(387)]))continue;if((t[r][e(381)]||t[r][e(524)])&&t[r-1][e(618)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(618)]||!t[r-1][e(381)]&&!t[r-1][e(524)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(396)]==o[e(396)],h=Math[e(617)](s[e(396)])<Math[e(617)](o[e(396)])&&0==o[e(525)];(l||h)&&(n[e(590)](o.id,s.id),t[e(650)](a,1),r--,s[e(381)]=!1)}for(let i=0;i<t[e(523)];i++)n[e(419)](t[i][e(353)])&&(t[i][e(353)]=n[e(361)](t[i][e(353)]))}[mr(411)](t){const e=mr,n=new Set(t[e(659)]((t=>t.id)));for(let i=0;i<t[e(523)];i++)n[e(419)](t[i][e(353)])||0==t[i][e(525)]||(t[i][e(349)]=!0);return t[e(459)]((t=>!t[e(349)]))}[mr(479)](t){const e=mr,n=new Set;for(let i=0;i<t[e(523)];i++){if(n[e(419)](t[i].id)&&t[i][e(618)]&&(t[i][e(349)]=!0),t[i][e(349)])continue;if(0==t[i][e(525)])continue;if(e(410)!=t[i][e(661)])continue;if(null==t[i][e(353)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(353)];)e(410)==t[r][e(661)]?s++:e(610)==t[r][e(661)]&&s--,r++;if(0!=s)if(t[i][e(618)])t[i][e(349)]=!0;else for(;r!=i;)t[r][e(618)]&&0!=t[r][e(525)]&&(t[r][e(349)]=!0,n[e(552)](t[r][e(353)])),r--}return t[e(459)]((t=>!t[e(349)]))}[mr(371)](t){const e=mr,n=this[e(467)][e(369)][e(446)];for(let i=0;i<t[e(523)];i++){if(!(t[i][e(381)]||t[i][e(524)]||t[i][e(618)]||t[i][e(510)]))continue;if(0==t[i][e(525)])continue;const r=t[i][e(387)];n[e(585)](r)||n[e(605)](r)||(t[i][e(381)]&&delete t[i][e(381)],t[i][e(524)]&&delete t[i][e(524)],t[i][e(510)]&&delete t[i][e(510)],t[i][e(618)]&&(t[i][e(349)]=!0))}return t[e(459)]((t=>!t[e(349)]))}[mr(599)](t,e,n){const i=mr,r=new Jn.DocumentFragment,s=[],o=new Map,a=this[i(467)][i(369)],c=a[i(446)],u=[r],l={},h={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let d=null;const f=[0];for(let e=0;e<t[i(523)];e++)if(i(410)===t[e][i(661)]){t[e][i(415)]=a[i(359)](r,f);const n=new Jn.Element(t[e][i(387)][i(539)],t[e][i(387)][i(520)]());u[0][i(416)](n),f[i(475)](0),u[i(562)](n),t[e][i(664)]=a[i(359)](r,f)}else i(610)===t[e][i(661)]?(u[i(588)](),t[e][i(415)]=a[i(359)](r,f),f[i(499)](),f[f[i(523)]-1]++,t[e][i(664)]=a[i(359)](r,f)):(t[e][i(415)]=a[i(359)](r,f),d?d[i(621)]+=t[e][i(387)][i(480)]:d=new Jn.Text(t[e][i(387)][i(480)],t[e][i(387)][i(520)]()),t[e+1]&&i(466)===t[e+1][i(661)]&&p(d,t[e+1][i(387)])||(u[0][i(416)](d),d=null),f[f[i(523)]-1]+=t[e][i(387)][i(619)],t[e][i(664)]=a[i(359)](r,f));for(let e=0;e<t[i(523)];e++){const n=t[e][i(415)],r=t[e][i(664)];for(const r of t[e][i(374)])o[i(590)](r,{start:n,end:null});v(i(510),e,n,r),v(i(524),e,n,r),v(i(618),e,n,r),v(i(381),e,n,r);for(const n of t[e][i(597)])o[i(361)](n)[i(472)]=r}for(const[t,e]of o){const n=this[i(467)][i(369)][i(574)](e[i(504)],e[i(472)]);r[i(507)][i(590)](t,n)}return s[i(488)](((t,e)=>{const n=i,s=r[n(507)][n(361)](n(494)+t.id),o=r[n(507)][n(361)](n(494)+e.id);return s[n(504)][n(412)](o[n(504)])?-1:s[n(504)][n(408)](o[n(504)])?1:s[n(472)][n(412)](o[n(472)])?-1:s[n(472)][n(408)](o[n(472)])?1:n(552)===t[n(661)]?-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(630)]:null,d=n===t[o(523)]-1,f=h[e][0],v=c[o(439)](t[n][o(387)]);!l[e]&&a?l[e]={start:r,tapeItem:t[n],userId:u,type:e}:l[e]&&!a?(l[e][o(472)]=r,m(l[e]),l[e]=null):l[e]&&a&&l[e][o(630)]!==u&&(l[e][o(472)]=r,f&&f[o(630)]===l[e][o(630)]||m(l[e]),l[e]={start:r,tapeItem:t[n],userId:u,type:e}),l[e]&&v&&(o(410)!==t[n][o(661)]||f&&f[o(630)]===u||h[e][o(562)]({userId:u,object:t[n][o(387)],change:l[e]}),o(610)===t[n][o(661)]&&f&&f[o(554)]===t[n][o(387)]&&(h[e][o(588)](),l[e]=f[o(344)])),l[e]&&d&&(l[e][o(472)]=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(387)],f=a[h(446)][h(585)](d)&&!a[h(446)][h(605)](d),v=t[h(443)]==o[h(582)]&&o[h(492)];if(f&&v)return;const m=a[h(574)](t,o),p=e[h(361)](u),y=new ar({author:p,type:h(381)==l||h(524)==l?h(552):h(513),data:{isSuggestion:h(524)==l||h(510)==l},createdAt:new Date,rootName:n});s[h(475)](y),r[h(507)][h(590)](h(494)+y.id,m)}function p(t,e){const n=i,r=t[n(520)](),s=e[n(520)]();for(const t of r){if(t[1]!==e[n(545)](t[0]))return!1;s[n(336)]()}return s[n(336)]()[n(607)]}}[mr(375)](){const t=mr;this[t(467)][t(571)][t(551)](t(346))[t(642)]({view:t(537)}),this[t(467)][t(571)][t(551)](t(633))[t(486)]({model:t(537),view:e=>{const n=t,i=e[n(647)][n(365)](":")[1],r=this[n(456)](i);if(!r)return null;const s=n(552)==r[n(661)]?n(644):n(581),o=[n(604),n(637)+s];return r[n(480)][n(609)]&&o[n(475)](n(637)+s+n(655)),this[n(360)]==r&&o[n(475)](n(424)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(467)][t(571)][t(551)](t(346))[t(552)]((e=>{const n=t;e.on(n(356),((t,e,i)=>{const r=n,s=e[r(503)][r(409)](0);if(!s||!s.is(r(514),r(652)))return;if(!i[r(366)][r(498)](s,{attributes:[r(543),r(427)]}))return;const o=e[r(564)][r(504)][r(443)];i[r(622)][r(458)](r(543),s[r(545)](r(543)),o),i[r(622)][r(458)](r(427),s[r(545)](r(427)),o)}),{priority:n(347)})})),this[t(467)][t(571)][t(551)](t(346))[t(552)]((e=>{const n=t;e.on(n(514),((t,e,i)=>{const r=n;if(!i[r(366)][r(498)](e[r(503)],{attributes:[r(543),r(427)]}))return;if(e[r(564)][r(436)])return;const s=e[r(564)][r(504)][r(443)];s[r(546)](r(543))||s[r(546)](r(364))||(i[r(622)][r(458)](r(543),e[r(503)][r(545)](r(543)),s),i[r(622)][r(458)](r(427),e[r(503)][r(545)](r(427)),s))}),{priority:n(347)})})),this[t(467)][t(571)][t(551)](t(346))[t(572)]({view:{name:t(549),attributes:{vid:!0}},model:{key:t(364),value:e=>e[t(545)](t(364))}}),this[t(467)][t(369)][t(446)].on(t(394),((e,[,n])=>{const i=t;[i(543),i(427),i(364)][i(509)](n)&&(e[i(401)]=!0,e[i(372)]())}),{priority:t(399)}),this[t(467)][t(571)][t(551)](t(638))[t(552)]((e=>{const n=t;e.on(n(640),((t,e,i)=>{const r=n;if(" "!=e[r(387)][r(480)]||e[r(387)][r(582)][r(465)]>1)return;if(!i[r(366)][r(498)](e[r(387)],t[r(539)]))return;const s=i[r(622)],o=i[r(397)][r(477)](e[r(390)]);s[r(422)](o,s[r(587)](r(549)))}))})),this[t(467)][t(571)][t(551)](t(638))[t(423)]({model:t(537)}),this[t(467)][t(452)][t(515)].on(t(512),function(e){const n=t,i=e[n(613)][n(361)](n(645));return(t,r,s)=>{const o=n,a=r[o(647)][o(365)](":")[1],c=i[o(456)](a);if(!c)return null;const u=o(552)==c[o(661)]?o(365):o(484);if(!s[o(366)][o(440)](r[o(625)],t[o(539)]))return;const l=r[o(625)][o(402)](),h=r[o(625)][o(504)],d=e[o(369)][o(446)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(387)];m=m||d[o(380)](e);const n=s[o(397)][o(457)](e);if(n&&n[o(591)](o(665)))return;o(610)==t[o(661)]&&d[o(585)](e)&&!d[o(605)](e)&&(e[o(438)]||h[o(383)]?f&&f[o(582)]==e||(f=e,y(t[o(415)]),p=!0):v=v||t[o(415)])}function y(t){const e=o,n=s[e(622)][e(506)](e(549),{class:e(637)+u}),a=s[e(397)][e(583)](t);c[e(480)][e(609)]&&s[e(622)][e(352)](e(637)+u+e(655),n),i[e(360)]==c&&s[e(622)][e(352)](e(424),n),s[e(622)][e(382)](a,n),s[e(397)][e(627)](n,r[e(647)])}m||p||!v||y(v)}}(this[t(467)]),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(478),((e,n,i)=>{const r=t,s=i[r(397)][r(350)](n[r(647)]);if(s)for(const t of s)(t[r(592)](r(481))||t[r(592)](r(612)))&&(i[r(397)][r(558)](t,n[r(647)]),i[r(622)][r(513)](t))}),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(512),((e,n,i)=>{const r=t,s=n[r(647)][r(365)](":")[1],o=this[r(456)](s);if(!o)return null;const a=r(552)==o[r(661)]?r(365):r(484);if(i[r(366)][r(440)](n[r(625)],e[r(539)]))for(const t of n[r(625)][r(636)]()){if(!t.is(r(514),r(654)))continue;const e=i[r(622)][r(506)](r(549),{class:r(637)+a}),s=i[r(397)][r(583)](this[r(467)][r(369)][r(339)](t));o[r(480)][r(609)]&&i[r(622)][r(352)](r(637)+a+r(655),e),this[r(360)]==o&&i[r(622)][r(352)](r(424),e),i[r(622)][r(382)](s,e),i[r(397)][r(627)](e,n[r(647)])}}),{priority:t(667)}),this[t(467)][t(369)][t(658)].on(t(344),(()=>{const e=t;this[e(467)][e(452)][e(431)][e(344)]((t=>{const n=e;for(const e of this[n(467)][n(369)][n(658)][n(453)]()){const i=this[n(467)][n(369)][n(658)][n(517)](e),r=this[n(467)][n(452)][n(431)][n(658)][n(517)](e);if(r){const e=i[n(545)](n(563));if(t[n(600)](n(670),r),t[n(586)](n(482),r),t[n(586)](n(569),r),t[n(586)](n(649),r),e){const i=this[n(456)](e);if(!i)return null;t[n(458)](n(670),e,r),t[n(352)](n(529)+i[n(661)],r),this[n(360)]==i&&t[n(352)](n(649),r)}}}}))})),this[t(467)][t(571)][t(551)](t(346))[t(642)]({view:t(455),model:e=>t(493)+e,converterPriority:t(399)}),this[t(467)][t(571)][t(551)](t(346))[t(642)]({view:t(448),model:e=>t(405)+e,converterPriority:t(399)}),this[t(467)][t(571)][t(551)](t(638))[t(423)]({model:t(595),view:e=>({name:t(398)+e,group:t(595)}),converterPriority:t(399)}),this[t(467)][t(571)][t(551)](t(633))[t(486)]({model:t(595),view:e=>{const n=t,i=e[n(647)][n(365)](":")[1];return n(644)!=i&&n(581)!=i?null:{classes:[n(646),n(516)+i]}}}),this[t(467)][t(452)][t(515)].on(t(521),br(this[t(467)],t(484)),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(532),br(this[t(467)],t(365)),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(357),((e,n,i)=>{const r=t,s=i[r(397)][r(350)](n[r(647)]);if(s)for(const t of s)t.is(r(578))&&(i[r(397)][r(558)](t,n[r(647)]),i[r(622)][r(513)](t))}),{priority:t(667)})}[mr(456)](t){const e=mr;return this[e(674)][e(361)](t)}[mr(351)](t){const e=mr;return this[e(561)]&&this[e(561)][e(669)](),this[e(561)]=new rr(this[e(467)][e(508)],t),this[e(561)]}[mr(671)](){const t=mr;this[t(467)][t(369)][t(658)][t(527)][t(406)](t(537)),this.on(t(432),((e,n,i,r)=>{const s=t;r&&this[s(550)][s(513)](r),i&&(this[s(550)][s(552)]({view:i,stackId:s(639),position:{target:()=>{const t=s,e=this[t(467)][t(452)],n=this[t(456)](i[t(384)]);let r;if(n[t(480)][t(489)]){const i=e[t(431)][t(557)](n[t(404)]);r=Array[t(632)](i[t(616)]())}else{const n=this[t(467)][t(369)][t(507)][t(361)](t(494)+i[t(384)]);r=Array[t(632)](e[t(397)][t(350)](n[t(539)]))[t(659)]((n=>e[t(431)][t(502)][t(530)](n)))[t(659)]((e=>Array[t(632)](e[t(616)]())))[t(490)]()}return this[t(663)]&&r[t(358)]((e=>e[t(463)]-3<=this[t(663)].y&&e[t(447)]+3>=this[t(663)].y&&e[t(376)]-3<=this[t(663)].x&&e[t(377)]+3>=this[t(663)].x))||r[0]}}}),this[s(550)][s(341)](s(639)))})),this.on(t(635),((e,n,i,r)=>{const s=t;this[s(379)]=i?this[s(351)](i):null,this[s(467)][s(369)][s(344)]((()=>{const t=s,e=this[t(467)][t(452)];r&&(r[t(480)][t(489)]?e[t(431)][t(344)]((n=>{const i=t;n[i(586)](i(649),e[i(431)][i(658)][i(517)](r[i(404)]))})):e[t(594)](t(494)+r.id)),i&&(i[t(480)][t(489)]?e[t(431)][t(344)]((n=>{const r=t;n[r(352)](r(649),e[r(431)][r(658)][r(517)](i[r(404)]))})):e[t(594)](t(494)+i.id))}))})),this[t(392)](this[t(467)][t(452)][t(431)][t(658)],t(426),((e,n)=>{const i=t;if(this[i(360)])return;const r=this[i(575)](n[i(464)]),s=this[i(674)][i(361)](r);s?(this[i(663)]={x:n[i(611)].x,y:n[i(611)].y},this[i(379)]=this[i(351)](s)):(this[i(663)]=null,this[i(379)]=null)})),this[t(392)](this[t(467)][t(452)][t(431)][t(658)],t(373),((e,n)=>{const i=t,r=this[i(575)](n[i(464)]),s=this[i(674)][i(361)](r);s?(this[i(663)]={x:n[i(611)].x,y:n[i(611)].y},s===this[i(360)]?this[i(550)][i(643)]():this[i(360)]=s):(this[i(663)]=null,this[i(360)]=null)}))}[mr(575)](t){const e=mr;do{const n=t[e(545)](e(670));if(n)return n;t=t[e(582)]}while(t);return null}[mr(668)](){const t=mr;this[t(467)][t(369)][t(344)]((e=>{const n=t;for(const t of this[n(467)][n(369)][n(507)])e[n(497)](t)}))}}function br(t,e){return(n,i,r)=>{const s=pr;if(!r[s(366)][s(440)](i[s(625)],n[s(539)]))return;const o=i[s(625)][s(402)](),a=i[s(625)][s(504)],c=t[s(369)][s(446)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(387)];h=h||c[s(380)](e);const n=r[s(397)][s(457)](e);if(n&&n[s(591)](s(665)))return;s(610)==t[s(661)]&&c[s(585)](e)&&!c[s(605)](e)&&(e[s(438)]||a[s(383)]?u&&u[s(582)]==e||(u=e,f(t[s(415)]),d=!0):l=l||t[s(415)])}function f(t){const n=s,o=r[n(397)][n(583)](t),a=r[n(622)][n(506)](n(549),{class:n(516)+e});r[n(622)][n(382)](o,a),r[n(397)][n(627)](a,i[n(647)])}h||d||!l||f(l)}}class _r extends Wn.Command{constructor(t){const e=mr;super(t);const n=t[e(613)][e(361)](kr);this[e(468)]=!1,this[e(392)](n,e(483),(()=>this[e(628)]())),this[e(392)](n,e(555),(()=>this[e(628)]()))}[mr(462)](){const t=mr,e=this[t(467)],n=e[t(613)][t(361)](kr),i=n[t(526)]?n[t(553)][t(601)]:null;e[t(425)][t(361)](t(518))[t(451)](i)}[mr(628)](){const t=mr,{isReady:e,isEnabled:n,repository:i,diff:r}=this[t(467)][t(613)][t(361)](kr),s=r&&i[t(388)](r[t(601)]);this[t(413)]=e&&n&&Boolean(s)}}class wr extends Wn.Command{constructor(t,{direction:e}){const n=mr;super(t);const i=t[n(613)][n(361)](kr);this[n(468)]=!1,this[n(528)]=n(430)===e?1:-1,this[n(392)](i,n(483),(()=>this[n(628)]())),this[n(392)](i,n(555),(()=>this[n(628)]())),this[n(392)](i,n(635),(()=>this[n(628)]()))}[mr(462)](){const e=mr,n=this[e(467)],i=n[e(613)][e(361)](kr),{isNavigationMode:r,currentChangeNumber:s}=i;let o;if(i[e(360)]=r?i[e(553)][e(363)][e(361)](s+this[e(528)]):i[e(553)][e(363)][e(345)],i[e(360)][e(480)][e(489)])o=n[e(452)][e(431)][e(557)](i[e(360)][e(404)]);else{const t=n[e(369)][e(507)][e(361)](e(494)+i[e(360)].id);o=(0,Yn.getMarkerDomElement)(n[e(452)],t)}(0,t.scrollViewportToShowTarget)({target:o,viewportOffset:40})}[mr(628)](){const t=mr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(467)][t(613)][t(361)](kr);this[t(413)]=!!(s&&r&&i)&&(!e||(1===this[t(528)]?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=Hi();ji()(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-=348]})(t,e)}function Tr(){const t=["NUMBER_OF_CHANGES","span","isBackwardNavigationEnabled","No changes","47259CcrPEa","setTemplate","isEnabled","EDIT_X_OF_Y_REVISIONS","ck-revision-history-ui__changes-navigation","ck-revision-history-ui","ck-revision-history-ui__changes-navigation__wrapper","div","isNavigationMode","execute","Total","1248iGkTCF","1535GwoZYp","isForwardNavigationEnabled","currentChangeNumber","set","ck-revision-history-ui__changes-navigation__label","Show next change","numberOfChanges","2802912BmkpAk","backward","fire","5336mXiyQO","403018brVwjn","488544GSvNgZ","1109265YvCwSp","_isStatusLabelVisible","Loading...","Show previous change","forward","bindTemplate","ck-hidden","bind","182976yQaoEw","X_OF_Y_CHANGES","ck-revision-history-ui__changes-navigation__navigation","_statusText","isReady"];return(Tr=function(){return t})()}!function(t){const e=Sr,n=t();for(;;)try{if(252077===parseInt(e(380))/1+parseInt(e(348))/2+-parseInt(e(382))/3+parseInt(e(379))/4*(parseInt(e(369))/5)+parseInt(e(376))/6+parseInt(e(381))/7+-parseInt(e(368))/8*(parseInt(e(357))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Tr);class Ar extends Ri.View{constructor(t){const e=Sr;super(t);const n=this[e(387)],i=new Ri.ButtonView(t),r=new Ri.ButtonView(t);this[e(372)](e(365),!1),this[e(372)](e(352),!1),this[e(372)](e(371),0),this[e(372)](e(375),0),this[e(372)](e(370),!1),this[e(372)](e(355),!1),this[e(389)](e(383)).to(this,e(352),this,e(375),((t,e)=>t&&e>0)),this[e(389)](e(351)).to(this,e(352),this,e(371),this,e(375),this,e(365),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(384));if(!r)return $n(t,o(356));const a=$n(t,o(353),r);return s?$n(t,o(349),[i+1,r]):a})),i[e(372)]({label:$n(t,e(385)),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(372)]({label:$n(t,e(374)),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(389)](e(359)).to(this,e(355)),r[e(389)](e(359)).to(this,e(370)),i.on(e(366),(()=>this[e(378)](e(366),e(377)))),r.on(e(366),(()=>this[e(378)](e(366),e(386)))),this[e(358)]({tag:e(364),attributes:{class:["ck",e(362),e(361)]},children:[{tag:e(354),attributes:{class:[e(363)]},children:[{tag:e(354),attributes:{class:[e(373),n.if(e(383),e(388),(t=>!t))]},children:[{text:n.to(e(365),(n=>n?$n(t,e(360))+": ":$n(t,e(367))+": "))}]},{text:n.to(e(351))}]},new Ri.ToolbarSeparatorView,{tag:e(364),attributes:{class:[e(350)]},children:[i,r]}]})}}var xr=n(560),Er={attributes:{"data-cke":!0}};Er.setAttributes=zi(),Er.insert=Pi().bind(null,"head"),Er.domAPI=Ci(),Er.insertStyleElement=Hi();ji()(xr.A,Er);xr.A&&xr.A.locals&&xr.A.locals;const Mr=Rr;function Nr(){const t=["RevisionViewerLoadingOverlay","editor","365668EqKyKq","322258hgwMRJ","7FbAtYQ","show","view","editing","roots","hide","50592OznrBS","addClass","pluginName","ck-editor__editable__loading-overlay","isOfficialPlugin","1242055DdESoS","1691730eHAprZ","3054424epOdEY","removeClass","change","isPremiumPlugin","document","233678lkfULQ"];return(Nr=function(){return t})()}function Rr(t,e){const n=Nr();return(Rr=function(t,e){return n[t-=474]})(t,e)}!function(t){const e=Rr,n=t();for(;;)try{if(165137===parseInt(e(483))/1+-parseInt(e(479))/2+parseInt(e(490))/3+parseInt(e(482))/4+-parseInt(e(495))/5+-parseInt(e(496))/6+-parseInt(e(484))/7*(-parseInt(e(474))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nr);const Vr=Mr(493);class jr extends Wn.Plugin{static get[Mr(492)](){return Mr(480)}static get[Mr(494)](){return!0}static get[Mr(477)](){return!0}[Mr(485)](){const t=Mr,e=this[t(481)][t(487)][t(486)];e[t(476)]((n=>{const i=t;for(const t of e[i(478)][i(488)])n[i(491)](Vr,t)}))}[Mr(489)](){const t=Mr,e=this[t(481)][t(487)][t(486)];e[t(476)]((n=>{const i=t;for(const t of e[i(478)][i(488)])n[i(475)](Vr,t)}))}}const Dr=Lr;function Cr(){const t=["commands","904326xZMNjD","plugins","7060356PdLzYs","isReady","init","isEnabled","requires","2164855KvQjur","isBackwardNavigationEnabled","closeRevisionViewerCallback","18osWwwT","Restore this revision","showNextChange","config","editor","change:isReady","isForwardNavigationEnabled","componentFactory","135456hautuw","28KvJbVL","RevisionViewerUI","undo","isNavigationMode","execute","isPremiumPlugin","listenTo","463088vGhZuo","forward","8273QuzKjX","bind","revisionHistory","Back to editing","add","restoreRevision","hide","ck-revision-history-ui__back-to-editing","numberOfChanges","set","pluginName","changesNavigation","currentChangeNumber","isOfficialPlugin","get","show","showPreviousChange","exitToEditing","144825hWPfeU"];return(Cr=function(){return t})()}function Lr(t,e){const n=Cr();return(Lr=function(t,e){return n[t-=144]})(t,e)}!function(t){const e=Lr,n=t();for(;;)try{if(168872===-parseInt(e(188))/1*(parseInt(e(179))/2)+-parseInt(e(160))/3+-parseInt(e(178))/4+-parseInt(e(158))/5*(-parseInt(e(170))/6)+-parseInt(e(167))/7+parseInt(e(186))/8+parseInt(e(162))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cr);class Pr extends Wn.Plugin{static get[Dr(150)](){return Dr(180)}static get[Dr(153)](){return!0}static get[Dr(184)](){return!0}static get[Dr(166)](){return[kr,jr]}[Dr(164)](){const t=Dr,e=this[t(174)],n=e[t(161)][t(154)](kr),i=e[t(161)][t(154)](jr);e.ui[t(177)][t(144)](t(157),(n=>{const i=t,r=new Ri.ButtonView(n);return r[i(149)]({label:$n(n,i(191)),icon:Wn.icons[i(181)],withText:!0,tooltip:!0,class:i(147)}),this[i(185)](r,i(183),(()=>{const t=i;e[t(173)][t(154)](t(190))[t(169)]()})),r})),e.ui[t(177)][t(144)](t(145),(n=>{const i=t,r=new Ri.ButtonView(n);return r[i(149)]({label:$n(n,i(171)),withText:!0,tooltip:!0}),r[i(189)](i(165)).to(e[i(159)][i(154)](i(145))),this[i(185)](r,i(183),(()=>e[i(183)](i(145)))),r})),e.ui[t(177)][t(144)](t(151),(i=>{const r=t,s=new Ar(i),o=e[r(159)][r(154)](r(156)),a=e[r(159)][r(154)](r(172));return s[r(189)](r(168)).to(o,r(165)),s[r(189)](r(176)).to(a,r(165)),s[r(189)](r(163),r(152),r(148),r(182)).to(n),this[r(185)](s,r(183),((t,n)=>{const i=r;e[i(183)](i(187)===n?i(172):i(156))})),s})),i[t(155)](),n.on(t(175),((e,n,r)=>{const s=t;r?i[s(146)]():i[s(155)]()}))}}var Fr=n(329),zr={attributes:{"data-cke":!0}};zr.setAttributes=zi(),zr.insert=Pi().bind(null,"head"),zr.domAPI=Ci(),zr.insertStyleElement=Hi();ji()(Fr.A,zr);Fr.A&&Fr.A.locals&&Fr.A.locals;const Ur=Hr;function Hr(t,e){const n=Zr();return(Hr=function(t,e){return n[t-=366]})(t,e)}function Zr(){const t=["listenTo","261RhNFVy","bindTemplate","188776KOCGsJ","1196883WVxbis","value","ck-tooltip_multi-line","input","span","1125512sRaYEu","_updateTooltipText","extendTemplate","106005jBrJaW","447CxXeKJ","7512350EfIUHP","clientWidth","scrollWidth","element","destroy","_resizeObserver","Revision name","placeholder","render","2517865zEzvuo","_tooltipString","set","36XaGaug","Enter the revision name","fieldView","ck-revision-history-sidebar__revision-name","246ElXuDR"];return(Zr=function(){return t})()}!function(t){const e=Hr,n=t();for(;;)try{if(362013===-parseInt(e(372))/1*(parseInt(e(389))/2)+parseInt(e(394))/3+-parseInt(e(368))/4+parseInt(e(371))/5*(-parseInt(e(385))/6)+parseInt(e(382))/7+-parseInt(e(393))/8*(parseInt(e(391))/9)+parseInt(e(373))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zr);class qr extends Ri.LabeledFieldView{constructor(t,e){const n=Hr;super(t,e),this[n(378)]=null;const i=this[n(392)];this[n(384)]({label:$n(t,n(379)),_tooltipString:""}),this[n(387)][n(380)]=$n(t,n(386)),this[n(370)]({tag:n(367),attributes:{class:[n(388)],"data-cke-tooltip-text":i.to(n(383)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(396)}})}[Ur(381)](){const e=Ur;super[e(381)](),this[e(378)]=new t.ResizeObserver(this[e(387)][e(376)],(()=>this[e(369)]())),this[e(390)](this[e(387)],e(366),(()=>this[e(369)]()))}[Ur(377)](){const t=Ur;super[t(377)](),this[t(378)]&&this[t(378)][t(377)]()}[Ur(369)](){const t=Ur,e=this[t(387)][t(376)];this[t(383)]=e[t(375)]>e[t(374)]&&e[t(395)]||""}}var Br=n(249),Wr={attributes:{"data-cke":!0}};Wr.setAttributes=zi(),Wr.insert=Pi().bind(null,"head"),Wr.domAPI=Ci(),Wr.insertStyleElement=Hi();ji()(Br.A,Wr);Br.A&&Br.A.locals&&Br.A.locals;function Yr(t,e){const n=Gr();return(Yr=function(t,e){return n[t-=353]})(t,e)}!function(t){const e=Yr,n=t();for(;;)try{if(388877===-parseInt(e(372))/1*(-parseInt(e(355))/2)+parseInt(e(370))/3+-parseInt(e(354))/4+parseInt(e(361))/5*(parseInt(e(363))/6)+-parseInt(e(365))/7+parseInt(e(373))/8*(parseInt(e(362))/9)+-parseInt(e(367))/10*(parseInt(e(353))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gr);class Jr extends Ri.View{constructor(t,e,n){const i=Yr;super(t);const r=new Ri.IconView;r[i(356)]({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(358)});const s=["ck",i(369)];n&&s[i(374)](i(366));const o=[{tag:i(368),attributes:{class:["ck",i(359)],title:$n(t,i(n?364:360))},children:[r,e[i(371)]]}];this[i(357)]({tag:"li",attributes:{class:s},children:o})}}function Gr(){const t=["ck-revision-history-sidebar__revision-author","1973316IGxytz","name","1685yifswc","158872hrAgFR","push","7135755aEAgPK","1351004uIosfY","334PsPgMz","set","setTemplate","0 0 11 10","ck-revision-history-sidebar__revision-author__name","Revision author","65bRIFHH","9cfUivb","329922RGzoSS","Revision creator","2089668YtNnEa","ck-revision-history-sidebar__revision-author_creator","10ZJncmG","span"];return(Gr=function(){return t})()}function Kr(t,e){var n=Xr();return(Kr=function(t,e){return n[t-=349]})(t,e)}function Xr(){var t=["161960wPMCgy","341783MpDUby","9RqhHfq","3280yeZYWl","343btINPt","12969keXXMz","11vjVjHT","numeric","10986KtzYuM","1354952pKeGrs","8506308okmFmQ","toLocaleDateString","long","toLocaleTimeString","2390LDjEdl","2013356IExOqH"];return(Xr=function(){return t})()}!function(t){for(var e=Kr,n=t();;)try{if(616389===-parseInt(e(356))/1+parseInt(e(354))/2+parseInt(e(357))/3*(parseInt(e(364))/4)+-parseInt(e(353))/5*(parseInt(e(363))/6)+-parseInt(e(359))/7*(-parseInt(e(355))/8)+parseInt(e(360))/9*(-parseInt(e(358))/10)+-parseInt(e(361))/11*(parseInt(e(349))/12))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=Hi();ji()(Qr.A,$r);Qr.A&&Qr.A.locals&&Qr.A.locals;function ts(){const t=["source","3QrnHOm","menu","606GQCvMB","items","find","threeVerticalDots","change:isActionsDropdownOpen","locale","listView","listenTo","name","class","ck-revision-history-sidebar__revision__actions","Restore this revision","1808160RuoNGa","Name this revision","function","children","map","Compare against selected","panelPosition","bind","isReady","_action","buttonView","model","extendTemplate","isVisible","stopPropagation","10GETkrL","68395QOzwTS","set","execute","Show more items","first","button","menuitem","ck-on","action","isOpen","add","705985nLJdVF","isActionsDropdownOpen","6274305lHSoVU","2711824tQInAt","8083222BRjGDY","isEnabled","bindTemplate","5064888lYajxr"];return(ts=function(){return t})()}function es(t,e){const n=ts();return(es=function(t,e){return n[t-=192]})(t,e)}!function(t){const e=es,n=t();for(;;)try{if(713252===-parseInt(e(218))/1+parseInt(e(241))/2+-parseInt(e(227))/3*(-parseInt(e(221))/4)+-parseInt(e(207))/5*(parseInt(e(229))/6)+parseInt(e(222))/7+-parseInt(e(225))/8+-parseInt(e(220))/9*(-parseInt(e(206))/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=Hi();ji()(ns.A,is);ns.A&&ns.A.locals&&ns.A.locals;const rs=os;function ss(){const t=["length","858LEpmcl","change","ck-revision-history-sidebar__revision__date","116TcWQqI","creator","unshift","5654yyjYJZ","revisionActionsView","isActionsDropdownOpen","isEnabled","uiLanguage","ck-revision-history-sidebar__revision_selected","59740IluVux","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","createdAt","closest","_revision","highlight","57060CnVeCJ","select","isReady","set","ck-revision-history-sidebar__revision","fire","isConfirm","setName","isSelected","11331MtWIzB","403QrTjas","_requireRevisionName","131622bWZcNY","setTemplate","ck-revision-history-sidebar__revision__controls-wrapper","revisionNameView","715000IrJtha","ck-revision-history-sidebar__revision-authors","unhighlight","element","ck-reset","from","3920TTdTCZ","span","bindTemplate","isHighlighted","fieldView",".ck-thread__remove-confirm","map","bind","deselect","32991XpmQXy","authors","ck-revision-history-sidebar__revision_highlighted","filter","listenTo","ck-disabled","div","srcElement","ck-revision-history-sidebar__actions_dropdown_open","extendTemplate","161PROpBB","render","ck-revision-history-sidebar__revision-wrapper","414jJBGMB","220","_createdAtFormatted","value","name"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=479]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(620555===parseInt(e(488))/1*(parseInt(e(544))/2)+parseInt(e(531))/3*(parseInt(e(485))/4)+-parseInt(e(516))/5+-parseInt(e(512))/6*(-parseInt(e(541))/7)+parseInt(e(522))/8*(-parseInt(e(509))/9)+-parseInt(e(494))/10*(parseInt(e(482))/11)+parseInt(e(500))/12*(-parseInt(e(510))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);class as extends((0,Yn.ConfirmMixin)(Ri.View)){constructor(e,n,i,r){const s=os;super(e);const o=this[s(524)],a=function(t,e){const n=s,i=Array[n(521)](e[n(532)])[n(534)]((t=>t!=e[n(486)]));return e[n(486)]&&i[n(487)](e[n(486)]),i[n(528)]((i=>new Jr(t,i,i==e[n(486)])))}(e,n);this.id=n.id,this[s(498)]=n,this[s(511)]=r,this[s(529)](s(480),s(496)).to(n),this[s(529)](s(546)).to(this,s(496),(t=>{return n=e[s(492)],(i=t)[(r=Kr)(350)](n,{month:r(351),day:r(362)})+", "+i[r(352)](n,{hour:r(362),minute:r(362)});var n,i,r})),this[s(503)](s(508),!1),this[s(503)](s(525),!1),this[s(503)](s(490),!1),this[s(503)](s(502),!1),this[s(503)](s(491),!1),this[s(515)]=new qr(e,Ri.createLabeledInputText),this[s(515)][s(526)][s(540)]({attributes:{maxlength:s(545)}}),this[s(515)][s(526)][s(529)](s(479)).to(this,s(480),(t=>t||this[s(546)])),this[s(515)][s(529)](s(491)).to(this,s(508),this,s(491),((t,e)=>t&&e)),this[s(489)]=i&&i[s(481)]?function(e,n){const i=es,r=e[i(224)],s=e[i(234)],o=(0,Ri.createDropdown)(s);o[i(197)]="sw";const a=function(e,n){const r=i,s=function(t,e){const n=es,i=t[n(234)],r={"Compare against selected":$n(i,n(196)),"Name this revision":$n(i,n(192)),"Restore this revision":$n(i,n(240))};return e[n(195)]((t=>{const e=n,i=r[t[e(237)]];return i&&i!==t[e(237)]&&(t[e(237)]=i),t}))}(e,n),o=new t.Collection;for(const t of s){const n={type:r(212),model:new Ri.ViewModel({label:t[r(237)],class:t[r(238)],withText:!0,role:r(213),_action:t[r(215)]})};n[r(202)][r(198)](r(223)).to(e,r(219),(n=>r(193)!=typeof t[r(223)]||!n||t[r(223)](e))),o[r(217)](n)}return o}(e,n);return e[i(198)](i(219)).to(o,i(216)),o[i(201)][i(208)]({label:$n(s,i(210)),tooltip:!0,tooltipPosition:"sw",icon:Wn.icons[i(232)]}),o[i(203)]({attributes:{class:[i(239),r.if(i(219),i(214))]},on:{click:r.to((t=>t[i(205)]()))}}),o.on(i(209),(t=>{const n=i;e[n(199)]&&n(193)==typeof t[n(226)][n(200)]&&t[n(226)][n(200)](e)})),(0,Ri.addListToDropdown)(o,a,{role:i(228)}),o[i(236)](e,i(233),((t,r,s)=>{const a=i;if(s)for(const t of o[a(235)][a(230)]){const i=t[a(194)][a(211)],r=n[a(231)]((t=>t[a(215)]===i[a(200)]))[a(204)];t[a(204)]=void 0===r||r(e)}})),o}(this,i):"",this[s(489)]&&this[s(489)][s(529)](s(491)).to(this),this[s(513)]({tag:s(537),attributes:{class:["ck",s(520),s(543),o.if(s(506),s(495))]},children:[{tag:s(537),attributes:{class:["ck",s(520),s(504),o.if(s(491),s(536),(t=>!t)),o.if(s(508),s(493)),o.if(s(525),s(533)),o.if(s(490),s(539))]},children:[this[s(515)],{tag:s(523),attributes:{class:["ck",s(484)]},children:[{text:o.to(s(546))}]},{tag:s(537),attributes:{class:["ck",s(514)]},children:[{tag:"ul",attributes:{class:["ck",s(517)]},children:a}]},this[s(489)]],on:{click:o.to((t=>{const e=s;t[e(538)][e(497)](e(527))||this[e(502)]&&this[e(491)]&&this[e(505)](e(501),{id:this.id})}))}}]})}[rs(542)](){const t=rs;super[t(542)]();const e=this[t(515)][t(526)][t(519)];this[t(535)](e,t(483),(()=>{const n=t;this[n(511)]&&!e[n(479)]||this[n(505)](n(507),{id:this.id,name:e[n(479)]}),e[n(479)]||(e[n(479)]=this[n(480)]?this[n(480)]:this[n(546)])}))}[rs(501)](){this[rs(508)]=!0}[rs(530)](){this[rs(508)]=!1}[rs(499)](){this[rs(525)]=!0}[rs(518)](){this[rs(525)]=!1}}var cs=n(675);function us(t,e){const n=hs();return(us=function(t,e){return n[t-=289]})(t,e)}function ls(t,e){const n=us,i=cs.c9[n(306)](t)[n(311)](e),r=cs.c9[n(308)](),s=r[n(310)]({days:1})[n(303)](n(294));let o,a;return i[n(301)](r,n(294))?(o=i[n(303)](n(294))[n(296)](),a=i[n(305)]()):i[n(301)](s,n(294))?(o=s[n(296)](),a=i[n(305)]()):i[n(301)](r,n(297))?(o=i[n(303)](n(297))[n(296)](),a=i[n(304)]||""):i[n(301)](r,n(299))?(o=i[n(303)](n(291))[n(296)](),a=i[n(295)]||""):(o=i[n(303)](n(299))[n(296)](),a=String(i[n(299)])),{startDate:o,localizedPeriodName:a}}function hs(){const t=["year","136FhaISC","hasSame","18FPNGut","startOf","weekdayLong","toRelativeCalendar","fromJSDate","1482318yyEAjB","local","238800hfzzLe","minus","setLocale","160853TAysBu","25288439lPzJPh","92187EsrmXk","12gbXDZr","324JaDnCs","month","330391fDTrWA","5xZCbiw","day","monthLong","toJSDate","week","910356XlPNFG"];return(hs=function(){return t})()}!function(t){const e=us,n=t();for(;;)try{if(520154===-parseInt(e(292))/1+-parseInt(e(302))/2*(-parseInt(e(314))/3)+-parseInt(e(298))/4+-parseInt(e(293))/5*(parseInt(e(307))/6)+-parseInt(e(312))/7*(parseInt(e(300))/8)+-parseInt(e(290))/9*(parseInt(e(309))/10)+parseInt(e(313))/11*(parseInt(e(289))/12))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=Ci(),fs.insertStyleElement=Hi();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-=177]})(t,e)}function ps(){const t=["localizedPeriodName","1953032IozydS","span","399715DWzBRP","ck-revision-history-sidebar__time-period__revisions","startDate","1340LxfXsV","find","removeRevision","revisionViews","ck-revision-history-sidebar__time-period__label","delegate","select","div","add","1923iBQDEe","uiLanguage","ck-revision-history-sidebar__time-period","createCollection","_requireRevisionName","18mkebUG","locale","14lAKEQA","setName","512687UdMFMe","306506wCmFvX","remove","setTemplate","addRevision","2847591ddsEao","_revisionActions","6735740iTnLdA"];return(ps=function(){return t})()}!function(t){const e=ms,n=t();for(;;)try{if(342459===parseInt(e(194))/1+parseInt(e(195))/2+-parseInt(e(185))/3*(parseInt(e(208))/4)+parseInt(e(205))/5*(-parseInt(e(190))/6)+-parseInt(e(192))/7*(-parseInt(e(203))/8)+parseInt(e(199))/9+-parseInt(e(201))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class ys extends Ri.View{constructor(t,e,n,i){const r=ms;super(t);const s=ls(e,this[r(191)][r(186)])[r(202)];this[r(207)]=e,this[r(179)]=this[r(188)](),this[r(200)]=n,this[r(189)]=i,this[r(179)][r(181)](r(182)).to(this),this[r(179)][r(181)](r(193)).to(this),this[r(197)]({tag:r(183),attributes:{class:["ck",r(187)]},children:[{tag:r(204),attributes:{class:["ck",r(180)]},children:[{text:s}]},{tag:r(183),attributes:{class:["ck",r(206)]},children:this[r(179)]}]})}[vs(198)](t){const e=vs,n=new as(this[e(191)],t,this[e(200)],this[e(189)]);this[e(179)][e(184)](n)}[vs(178)](t){const e=vs,n=this[e(179)][e(177)]((e=>e.id===t.id));this[e(179)][e(196)](n)}}var gs=n(173),ks={attributes:{"data-cke":!0}};ks.setAttributes=zi(),ks.insert=Pi().bind(null,"head"),ks.domAPI=Ci(),ks.insertStyleElement=Hi();ji()(gs.A,ks);gs.A&&gs.A.locals&&gs.A.locals;function bs(t,e){const n=_s();return(bs=function(t,e){return n[t-=371]})(t,e)}function _s(){const t=["Revision history","25308rLpTCs","246VryEUP","725785iUKSAa","history","ck-reset_all","4028queloI","6998910QzzeoZ","div","ck-revision-history-sidebar__header__label","30OVfkXu","2531268oPesQq","setTemplate","ck-revision-history-sidebar__header","830664KvNJQC","5665121dGyewV","content","1096OiVPMc","span"];return(_s=function(){return t})()}!function(t){const e=bs,n=t();for(;;)try{if(459976===parseInt(e(386))/1+parseInt(e(378))/2*(parseInt(e(374))/3)+parseInt(e(383))/4+-parseInt(e(375))/5*(-parseInt(e(382))/6)+-parseInt(e(387))/7+parseInt(e(389))/8*(-parseInt(e(373))/9)+-parseInt(e(379))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_s);class ws extends Ri.View{constructor(t){const e=bs;super(t);const n=new Ri.IconView;n[e(388)]=Wn.icons[e(376)],this[e(384)]({tag:e(380),attributes:{class:["ck",e(377),e(385)]},children:[n,{tag:e(371),attributes:{class:["ck",e(381)]},children:[$n(t,e(372))]}]})}}var Is=n(722),Os={attributes:{"data-cke":!0}};Os.setAttributes=zi(),Os.insert=Pi().bind(null,"head"),Os.domAPI=Ci(),Os.insertStyleElement=Hi();ji()(Is.A,Os);Is.A&&Is.A.locals&&Is.A.locals;const Ss=Ts;function Ts(t,e){const n=As();return(Ts=function(t,e){return n[t-=480]})(t,e)}function As(){const t=["map","ck-rounded-corners","unhighlight","deselect","add","107093sJmtnE","createdAt","uiLanguage","timePeriodViews","_addRevision","some","ck-revision-history-sidebar","9xeQpTd","remove","set","addRevision","_revisions","setName","highlight","841524WiAtbh","revisionSetName","createCollection","ck-reset","select","63390zwEyDz","fire","revisionViews","get","_revisionActions","getTime","ck-revision-history-sidebar__timeline","728GOXKKo","2202SNmEJd","747knqdlM","locale","delegate","selectRevision","_getTimePeriodViewByStartDate","revisionSelected","bindTemplate","2482225WrUmaE","find","removeRevision","setTemplate","_removeRevision","highlightRevisions","5755672vdOcsp","ck-disabled","flat","_requireRevisionName","div","startDate","21760690hYAfEL","render","isEnabled"];return(As=function(){return t})()}!function(t){const e=Ts,n=t();for(;;)try{if(708700===-parseInt(e(500))/1+parseInt(e(527))/2*(-parseInt(e(528))/3)+-parseInt(e(514))/4+-parseInt(e(480))/5+parseInt(e(519))/6*(-parseInt(e(526))/7)+parseInt(e(486))/8+-parseInt(e(507))/9*(-parseInt(e(492))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(As);class xs extends Ri.View{constructor(t,e,n,i){const r=Ts;super(t);const s=this[r(534)];this[r(503)]=this[r(516)](),this[r(503)][r(530)](r(518)).to(this),this[r(503)][r(530)](r(512)).to(this),this[r(511)]=e,this[r(523)]=n,this[r(489)]=i,this.on(r(518),((t,e)=>{const n=r;this[n(520)](n(533),e)})),this.on(r(512),((t,e)=>{const n=r;this[n(520)](n(515),e)})),this[r(509)](r(494),!1),this[r(483)]({tag:r(490),attributes:{class:["ck",r(517),r(496),r(506)]},children:[new ws(t),{tag:r(490),attributes:{class:["ck",r(525),s.if(r(494),r(487),(t=>!t))]},children:this[r(503)]}]})}[Ss(493)](){const t=Ss;super[t(493)]();for(const e of this[t(511)])this[t(504)](e);this[t(511)].on(t(499),((e,n)=>{this[t(504)](n)})),this[t(511)].on(t(508),((e,n)=>{this[t(484)](n)}))}get[Ss(521)](){const t=Ss;return this[t(503)][t(495)]((e=>e[t(521)][t(495)]((t=>t))))[t(488)]()}[Ss(531)](t){const e=Ss;for(const n of this[e(521)])t&&t.id===n.id?n[e(518)]():n[e(498)]()}[Ss(485)](t){const e=Ss;for(const n of this[e(521)])t[e(505)]((({id:t})=>t===n.id))?n[e(513)]():n[e(497)]()}[Ss(504)](t){const e=Ss,n=ls(t[e(501)],this[e(529)][e(502)])[e(491)];let i=this[e(503)][e(522)](0);i&&i[e(491)][e(524)]()===n[e(524)]()||(i=new ys(this[e(529)],n,this[e(523)],this[e(489)]),this[e(503)][e(499)](i)),i[e(510)](t)}[Ss(484)](t){const e=Ss,n=ls(t[e(501)],this[e(529)][e(502)])[e(491)];this[e(532)](n)[e(482)](t)}[Ss(532)](t){const e=Ss;return this[e(503)][e(481)]((n=>n[e(491)][e(524)]()===t[e(524)]()))}}const Es=Ms;function Ms(t,e){const n=Rs();return(Ms=function(t,e){return n[t-=223]})(t,e)}!function(t){const e=Ms,n=t();for(;;)try{if(923923===parseInt(e(287))/1*(-parseInt(e(224))/2)+-parseInt(e(265))/3*(-parseInt(e(303))/4)+-parseInt(e(274))/5*(-parseInt(e(247))/6)+parseInt(e(269))/7+-parseInt(e(283))/8*(parseInt(e(285))/9)+-parseInt(e(225))/10*(parseInt(e(262))/11)+-parseInt(e(261))/12*(-parseInt(e(248))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Rs);class Ns extends Wn.Plugin{static get[Es(254)](){return Es(251)}static get[Es(281)](){return!0}static get[Es(293)](){return!0}static get[Es(250)](){return[kr]}constructor(t){const e=Es;super(t),this[e(270)]=t[e(284)][e(231)](kr),this[e(307)]=this[e(270)][e(290)],this[e(226)]=null}[Es(230)](){const t=Es,e=this[t(307)][t(232)],n=this[t(304)](),i=this[t(223)][t(238)][t(231)](t(267));this[t(226)]=new xs(this[t(223)][t(301)],e,n,this[t(223)][t(238)][t(231)](t(294))),this[t(226)].on(t(227),this[t(266)][t(239)](this)),this[t(226)].on(t(299),this[t(258)][t(239)](this)),this[t(226)][t(239)](t(268)).to(this[t(270)]),this[t(226)][t(249)].on(t(243),((e,n)=>{const i=t;n[i(292)].on(i(243),((t,e)=>{const n=i;e[n(239)](n(268),n(295)).to(this[n(270)])}))})),this[t(226)][t(263)](),this[t(241)](this[t(223)][t(291)],t(260),this[t(308)][t(239)](this)),this[t(241)](this[t(270)],t(289),this[t(229)][t(239)](this)),i[t(282)](this[t(226)][t(240)])}[Es(264)](){const t=Es;this[t(226)][t(240)][t(259)](),this[t(226)][t(264)]()}[Es(308)](){const t=Es,e=this[t(307)][t(279)](0);if(e){const n=this[t(307)][t(286)](e.id);this[t(270)][t(288)](e,n)}}[Es(266)](t,e){const n=Es,i=this[n(307)][n(279)](e.id),r=this[n(307)][n(286)](i.id);this[n(270)][n(288)](i,r)}[Es(258)](t,e){const n=Es;this[n(307)][n(279)](e.id)[n(237)](e[n(298)])}[Es(229)](t,e,n){const i=Es,r=this[i(307)][i(257)](n);r[i(306)]>2?(this[i(226)][i(255)](r),this[i(226)][i(302)](null)):(this[i(226)][i(255)]([]),this[i(226)][i(302)](r[0]))}[Es(304)](){const t=Es,e=this[t(223)],n=Ns[t(246)],i=e[t(238)][t(231)](t(271))||Ns[t(273)];if(i[t(306)])return i[t(242)]((i=>{const r=t,s=r(244)==typeof i?Object[r(296)]({},n[i]):i;return s[r(275)]=s[r(275)][r(239)](this,e),s[r(272)]&&(s[r(272)]=s[r(272)][r(239)](this,e)),s}))}}function Rs(){const t=["revisionViews","isPremiumPlugin","revisionHistory.requireRevisionName","isReady","assign","Restore this revision","name","revisionSetName","Compare against selected","locale","selectRevision","105268loUFWe","_createRevisionActions","revisionHistory","length","_revisionsRepository","_handleEditorDataReady","editor","518MqibqW","10qUwvNR","_sidebarView","revisionSelected","compareAgainstSelected","_handleDiffChange","init","get","_revisions","restoreRevision","getLaterVisibleRevision","getIndex","diff","setName","config","bind","element","listenTo","map","add","string","select","availableRevisionActions","822CtulBX","400374bBcurO","timePeriodViews","requires","RevisionsSidebar","restoreRevisionCallback","nameRevision","pluginName","highlightRevisions","focus","getRevisionsInDiff","_handleRevisionSetName","remove","ready","972IZVFRO","1561593IWcKJK","render","destroy","129YXQfFD","_handleRevisionSelected","revisionHistory.viewerSidebarContainer","isEnabled","3374910mooShM","_revisionViewer","revisionHistory.revisionActions","isVisible","defaultRevisionActions","13575mpgqoW","action","fieldView","Name this revision","newRevisionId","getRevision","isSelected","isOfficialPlugin","appendChild","40PvFLdO","plugins","3291966QKUVMP","getEarlierVisibleRevision","6122wJwxSX","compare","change:diff","repository","data"];return(Rs=function(){return t})()}Ns[Es(273)]=[Es(228),Es(233),Es(253)],Ns[Es(246)]={compareAgainstSelected:{name:Es(300),action:({plugins:t},e)=>{const n=Es,i=t[n(231)](kr),r=i[n(290)];let s=i[n(236)][n(278)],o=e.id;r[n(235)](s)>r[n(235)](o)&&([s,o]=[o,s]),i[n(288)](s,o)},isVisible:({plugins:t},e)=>{const n=Es,i=t[n(231)](kr);return!(i[n(290)][n(257)](i[n(236)])[n(306)]>2||e[n(280)])}},restoreRevision:{name:Es(297),action:(t,{id:e})=>{const n=Es;t[n(238)][n(231)](n(305))[n(252)](e)},isVisible:({plugins:t},e)=>!!t[Es(231)](kr)[Es(290)][Es(234)](e.id)},nameRevision:{name:Es(277),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=Es,r=t[i(231)](kr),s=r[i(290)][i(286)](e);r[i(288)](e,s),n[i(256)](),n[i(276)][i(245)]()}}};const Vs=Ns;function js(t,e){const n=Ds();return(js=function(t,e){return n[t-=462]})(t,e)}function Ds(){const t=["fire","_elementReplacer","1623645VghYdq","editor","replace","editable","stickyPanel","ready","restore","attachDomRoot","9196060YnAIEg","5472672dCPykd","7522448VLUDXr","config","detachDomRoot","_view","viewportTopOffset","getRoot","4258784ngwXqh","2673456eaykaf","isFocused","name","addToolbar","destroy","bind","7mdbUsB","focusTracker","9SYCAwS","rootName","document","get","toolbar","init","3NepWiH","componentFactory","editing","22TdGVKn","fillFromConfig","_toolbarConfig","view","render","4GwriVJ","isActive","viewportOffset","element","limiterElement","setEditableElement","236330tBGVZU","_initToolbar"];return(Ds=function(){return t})()}const Cs=js;!function(t){const e=js,n=t();for(;;)try{if(769531===parseInt(e(487))/1*(-parseInt(e(493))/2)+-parseInt(e(479))/3*(-parseInt(e(464))/4)+-parseInt(e(497))/5+-parseInt(e(465))/6+-parseInt(e(471))/7*(-parseInt(e(507))/8)+parseInt(e(473))/9*(parseInt(e(505))/10)+parseInt(e(482))/11*(-parseInt(e(506))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ds);class Ls extends Ri.EditorUI{get[Cs(485)](){return this[Cs(510)]}constructor(e,n){const i=Cs;super(e),this[i(510)]=n,this[i(484)]=(0,Ri.normalizeToolbarConfig)(e[i(508)][i(476)](i(477))),this[i(496)]=new t.ElementReplacer}get[Cs(490)](){const t=Cs;return this[t(485)][t(490)]}[Cs(478)](t){const e=Cs,n=this[e(498)],i=this[e(485)],r=n[e(481)][e(485)],s=i[e(500)],o=r[e(475)][e(463)]();s[e(467)]=o[e(474)],i[e(486)]();const a=s[e(490)];this[e(492)](s[e(467)],a),i[e(500)][e(470)](e(466)).to(this[e(472)]),r[e(504)](a),this[e(496)][e(499)](t,this[e(490)]),this[e(494)](),this[e(495)](e(502))}[Cs(469)](){const t=Cs;super[t(469)]();const e=this[t(485)],n=this[t(498)][t(481)][t(485)];this[t(496)][t(503)](),n[t(509)](e[t(500)][t(467)]),e[t(469)]()}[Cs(494)](){const t=Cs,e=this[t(485)];e[t(501)][t(470)](t(488)).to(this[t(472)],t(466)),e[t(501)][t(491)]=e[t(490)],e[t(501)][t(470)](t(462)).to(this,t(489),(({top:t})=>t)),e[t(477)][t(483)](this[t(484)],this[t(480)]),this[t(468)](e[t(477)])}}var Ps=n(161),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=zi(),Fs.insert=Pi().bind(null,"head"),Fs.domAPI=Ci(),Fs.insertStyleElement=Hi();ji()(Ps.A,Fs);Ps.A&&Ps.A.locals&&Ps.A.locals;function zs(){var t=["5hBDbUy","1096oDfrAK","shouldToolbarGroupWhenFull","stickyPanel","4740741iQXnSE","_editable","render","1423032MoEbmz","19117lAxwmt","editable","2361272qBqrxI","main","toolbar","add","top","15956244UwIAFH","196021WnMdoy","4627698nKrjxZ","content"];return(zs=function(){return t})()}var Us=Hs;function Hs(t,e){var n=zs();return(Hs=function(t,e){return n[t-=400]})(t,e)}!function(t){for(var e=Hs,n=t();;)try{if(867360===parseInt(e(401))/1+-parseInt(e(414))/2+parseInt(e(408))/3+-parseInt(e(411))/4+-parseInt(e(404))/5*(parseInt(e(402))/6)+parseInt(e(412))/7*(-parseInt(e(405))/8)+parseInt(e(400))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zs);class Zs extends Ri.BoxedEditorUIView{get[Us(413)](){return this[Us(409)]}constructor(t,e,n={}){var i=Us;super(t),this[i(407)]=new Ri.StickyPanelView(t),this[i(416)]=new Ri.ToolbarView(t,{shouldGroupWhenFull:n[i(406)]}),this[i(409)]=new Ri.InlineEditableUIView(t,e)}[Us(410)](){var t=Us;super[t(410)](),this[t(407)][t(403)][t(417)](this[t(416)]),this[t(418)][t(417)](this[t(407)]),this[t(415)][t(417)](this[t(413)])}}const qs=Bs;function Bs(t,e){const n=Ys();return(Bs=function(t,e){return n[t-=317]})(t,e)}!function(t){const e=Bs,n=t();for(;;)try{if(985782===-parseInt(e(319))/1+-parseInt(e(318))/2+-parseInt(e(337))/3+parseInt(e(342))/4*(parseInt(e(335))/5)+parseInt(e(317))/6+parseInt(e(330))/7+-parseInt(e(331))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ys);class Ws extends((0,Wn.ElementApiMixin)(Wn.Editor)){get ui(){return this[Bs(338)]}constructor(t,e){const n=Bs;super(e),this[n(332)]=t,this[n(328)][n(339)][n(336)]();const i=new Zs(this[n(341)],this[n(334)][n(326)],{shouldToolbarGroupWhenFull:!0});this[n(338)]=new Ls(this,i)}[qs(321)](){const t=qs;return this[t(322)](),this.ui[t(321)](),super[t(321)]()}static async[qs(329)](t,e){const n=qs,i=new this(t,e);return await i[n(327)](),await i.ui[n(320)](t),await i[n(324)][n(320)](i[n(323)][n(325)](n(343))||""),i[n(333)](n(340)),i}}function Ys(){const t=["destroy","updateSourceElement","config","data","get","view","initPlugins","model","create","12948033BstBBC","9023080qlNfWL","sourceElement","fire","editing","5omZDUM","createRoot","4510836nxEwUq","_ui","document","ready","locale","6548224uLAlcj","initialData","5373726DzaTpy","393000cOqHtH","568617tfHpbr","init"];return(Ys=function(){return t})()}const Js=Gs;function Gs(t,e){const n=Ks();return(Gs=function(t,e){return n[t-=251]})(t,e)}function Ks(){const t=["8lcIYtY","isReadOnly","isOpen","push","commands","5QXJjqR","translations","revisionHistory.editorContainer","revisionHistory.requireRevisionName","RevisionViewerIntegration","getRevisions","_getRevisionViewerEditorConfig","restoreRevision","long","repository","revisionHistory.restoreRevisionCallback","removeAttribute","isEnabled","block","hide","pluginName","error","catch","insert","addRoot","135570jaKNYw","refreshVisibility","RevisionHistory","refreshPositioning","data","2855JalBBU","addUser","roots","RevisionHistoryUI","_recalculatePageBreaks","display","676242RLDEKF","end","save","create","detachRoot","get","_update","parse","numeric","includes","Users","showRevisionViewerCallback","document","restrictedEditingException","setSelection","RevisionViewer","model","getRevisionRootsAttributes","map","revisionHistory.closeRevisionViewerCallback","saveRevision","adapter","12NtBUvn","editor","RevisionsRepository","locale","isOfficialPlugin","result","indexOf","none","_viewerEditor","selection","init","then","Dialog","disableReadOnlyMode","getAttributeKeys","PaginationLookup","markers","getRevisionData","toJSON","_enhanceShowRevisionViewerCallback","Restored","getRevision","config","remove","_showRevisionViewer","name","_closeRevisionViewer","set","RevisionTracker","_restoreRevision","fromCharCode","users","define","rootName","revision-history-missing-configuration","$graveyard","revision-history-viewer-opened","exitToEditing","10821019JbKbZT","plugins","getUser","from","setAttribute","change","isReady","Autosave","addRevisionData","requires","creator","170wSieBq","_cleanUp","revisionHistory.viewerContainer","createdAt","1218762HgmACt","198999nAftwd","style","toVersion","toLocaleTimeString","removeMarker","toLocaleDateString","keys","revisionHistory.showRevisionViewerCallback","isPremiumPlugin","uiLanguage","destroy","changesNavigation","RestrictedEditingMode","isAttached","closeRevisionViewerCallback","removeSelectionAttribute","update","fromVersion","has","bind","revisionHistory.viewerEditorElement","1453606zlFIRT","toolbar","getMarkersGroup","Annotations","lazyRoots","revisionHistory","createRangeIn","_enhanceCloseRevisionViewerCallback","enqueueChange","getRoot","enableReadOnlyMode","isAnonymous","join"];return(Ks=function(){return t})()}!function(t){const e=Gs,n=t();for(;;)try{if(221861===-parseInt(e(305))/1*(-parseInt(e(325))/2)+-parseInt(e(265))/3+parseInt(e(358))/4*(parseInt(e(330))/5)+-parseInt(e(336))/6+parseInt(e(287))/7*(-parseInt(e(300))/8)+-parseInt(e(266))/9*(parseInt(e(261))/10)+parseInt(e(396))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ks);const Xs=[Js(333),Js(278)];class Qs extends Wn.Plugin{static get[Js(320)](){return Js(309)}static get[Js(362)](){return!0}static get[Js(274)](){return!0}constructor(t){const e=Js;function n(t){const e=Gs;return t[e(354)]((t=>String[e(388)](t)))[e(299)]("")}super(t),this[e(363)]=e(337),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 $s extends Wn.Plugin{static get[Js(320)](){return Js(327)}static get[Js(362)](){return!0}static get[Js(274)](){return!0}static get[Js(259)](){return[Oi,tr]}constructor(e){const n=Js;if(super(e),!this[n(359)][n(380)][n(341)](n(292)))throw new t.CKEditorError(n(392),this);this[n(366)]=null,this[n(359)][n(380)][n(390)](n(273),(t=>this[n(382)]({...t,translations:this[n(359)][n(361)][n(306)]}))),this[n(359)][n(380)][n(390)](n(355),(t=>this[n(384)](t))),this[n(359)][n(380)][n(390)](n(315),(t=>this[n(387)](t))),this[n(359)][n(380)][n(390)](n(308),!1),this[n(377)](),this[n(294)]()}set[Js(357)](t){const e=Js;this[e(359)][e(251)][e(341)](e(386))[e(357)]=t}get[Js(357)](){const t=Js;return this[t(359)][t(251)][t(341)](t(386))[t(357)]}[Js(258)](t){const e=Js;return this[e(359)][e(251)][e(341)](e(386))[e(258)](t)}[Js(379)](t){const e=Js;return this[e(359)][e(251)][e(341)](e(360))[e(379)](t)}[Js(310)](t){const e=Js;return this[e(359)][e(251)][e(341)](e(360))[e(310)](t||{toJSON:!1})}[Js(311)](){const e=Js,n=this[e(359)],i=(0,Yn.sanitizeEditorConfig)(n,Xs),r=n[e(251)][e(341)](e(386)),s=n[e(251)][e(341)](e(346))[e(389)];return i[e(288)]=[e(395),e(312),e(277)],delete i[e(291)],i[e(251)][e(303)](Qs,kr,Pr,class extends Wn.Plugin{static get[e(259)](){return[kr,e(346)]}[e(368)](){const i=e,o=this[i(359)][i(251)][i(341)](i(346));for(const t of s)t[i(298)]||o[i(252)](t.id)||o[i(331)](t);const a=r[i(314)][i(310)]();let c=null;const u=this[i(359)][i(251)][i(341)](i(351));u[i(357)]=r[i(357)],u[i(285)](i(317)).to(r),this[i(359)][i(304)][i(341)](i(312))[i(285)](i(317)).to(n,i(301),(t=>!t));for(const e of a){const n=null===e[i(260)];if(n&&e[i(268)]===e[i(283)])continue;const s=e[i(376)]();u[i(258)](s,((s,o,a)=>{const u=i;if(n){if(c)c[u(342)](s,o);else if(!o){const e=a[u(376)]();e.id=(0,t.uid)(),r[u(356)](e,a[u(268)])[u(369)]((t=>{c=t}))}}else e[u(342)](s,o)}))}}},Vs),i}[Js(377)](){const t=Js,e=this[t(359)][t(380)][t(341)](t(292))[t(347)];this[t(359)][t(380)][t(385)](t(273),(async()=>{const n=t;this[n(359)][n(297)](n(394));const i=this[n(359)][n(251)][n(341)](n(386));if(this[n(359)][n(251)][n(284)](n(257))){const t=this[n(359)][n(251)][n(341)](n(257));await t[n(338)]()}else await i[n(282)]();if(this[n(359)][n(251)][n(284)](n(373))&&this[n(359)][n(251)][n(341)](n(373))[n(334)](),this[n(359)][n(251)][n(284)](n(370))){const t=this[n(359)][n(251)][n(341)](n(370));t[n(302)]&&t[n(319)]()}const r=this[n(311)]();return e(r)[n(369)]((t=>{const e=n;return this[e(366)]=t,this[e(359)][e(251)][e(284)](e(290))&&this[e(359)][e(251)][e(341)](e(290))[e(326)](),t}))[n(322)]((t=>(console[n(321)](t),this[n(359)][n(371)](n(394)),null)))}))}[Js(294)](){const t=Js,e=this[t(359)][t(380)][t(341)](t(292))[t(280)];this[t(359)][t(380)][t(385)](t(355),(()=>(this[t(359)][t(251)][t(284)](t(373))&&this[t(359)][t(251)][t(341)](t(373))[t(334)](),this[t(366)][t(251)][t(341)](t(351))[t(262)](),e(this[t(366)])[t(369)]((()=>{const e=t;if(this[e(359)][e(371)](e(394)),this[e(366)]=null,this[e(359)][e(251)][e(284)](e(290))){const t=this[e(359)][e(251)][e(341)](e(290));t[e(326)](),t[e(328)]()}})))))}[Js(382)](t){const e=Js,n=this[e(359)][e(380)][e(341)](e(307)),i=this[e(359)][e(380)][e(341)](e(263)),r=this[e(359)][e(380)][e(341)](e(286));return Ws[e(339)](r,t)[e(369)]((t=>(i[e(267)][e(335)]=e(318),n[e(267)][e(335)]=e(365),t)))}[Js(384)](t){const e=Js,n=this[e(359)][e(380)][e(341)](e(307));return this[e(359)][e(380)][e(341)](e(263))[e(267)][e(335)]=e(365),n[e(267)][e(335)]="",t[e(276)]()}async[Js(387)](t){const e=Js,n=this[e(359)],i=this[e(366)][e(251)][e(341)](e(351)),r=n[e(251)][e(341)](e(386)),s=i[e(314)][e(379)](t);let o,a,c;try{o=await i[e(375)](s),a=await i[e(353)](s)}catch(t){return void console[e(321)](t)}n[e(352)][e(255)]((t=>{const i=e;for(const e of Array[i(253)](n[i(352)][i(374)][i(289)](i(349))))t[i(270)](e)})),i[e(256)]=!1,n[e(352)][e(295)]((t=>{const i=e;t[i(350)](null),t[i(281)](n[i(352)][i(348)][i(367)][i(372)]());const r=Object[i(272)](o);for(const e of n[i(352)][i(348)][i(332)])i(393)!=e[i(391)]&&e[i(279)]()&&!r[i(345)](e[i(391)])&&t[i(340)](e);for(const e of r){let r=n[i(352)][i(348)][i(296)](e);r&&r[i(279)]()||(r=t[i(324)](e));const s=a[e],c=Object[i(272)](s),u=o[e];for(const e of r[i(372)]())c[i(345)](e)||t[i(316)](e,r);for(const n of c)t[i(254)](n,a[e][n],r);t[i(381)](t[i(293)](r)),t[i(323)](n[i(329)][i(343)](u,r),r,0)}}));const u=$n(n[e(361)],e(378));return c=s[e(383)]?-1==s[e(383)][e(364)](u)?u+": "+s[e(383)]:s[e(383)]:u+": "+s[e(264)][e(271)](n[e(361)][e(275)],{month:e(313),day:e(344)})+", "+s[e(264)][e(269)](n[e(361)][e(275)],{hour:e(344),minute:e(344)}),await r[e(356)]({name:c}),i[e(256)]=!0,n[e(380)][e(341)](e(292))[e(280)]()}}function to(t,e){var n=eo();return(to=function(t,e){return n[t-=242]})(t,e)}function eo(){var t=["9LABNZt","11wLyFWB","6391990lSXkcF","12249624ZIKjnu","96hHlvft","591661tlYFmX","5woTbgX","240771hbpNls","2079828axlyWF","4sfkQoN","481466tgKcEP","3344172rNotJM"];return(eo=function(){return t})()}!function(t){for(var e=to,n=t();;)try{if(669477===-parseInt(e(243))/1*(-parseInt(e(244))/2)+-parseInt(e(253))/3+-parseInt(e(245))/4*(-parseInt(e(252))/5)+parseInt(e(242))/6+parseInt(e(251))/7*(-parseInt(e(250))/8)+parseInt(e(246))/9*(parseInt(e(248))/10)+parseInt(e(247))/11*(-parseInt(e(249))/12))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}.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},E={hour:k,minute:k,second:k,timeZoneName:b},M={hour:k,minute:k,second:k,timeZoneName:_},N={hour:k,minute:k,hour12:!1},R={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},U={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function q(t){return void 0===t}function B(t){return"number"==typeof t}function Y(t){return"number"==typeof t&&t%1==0}function J(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function W(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function G(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function K(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function X(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function Q(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function $(t,e,n){return Y(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&&W()){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 X(t,["hour","minute","second","millisecond"])}var pt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],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"],Et=["B","A"];function Mt(t){switch(t){case"narrow":return[].concat(Et);case"short":return[].concat(At);case"long":return[].concat(xt);default:return null}}function Nt(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 Rt={D:w,DD:I,DDD:S,DDDD:T,t:x,tt:A,ttt:E,tttt:M,T:N,TT:R,TTT:V,TTTT:j,f:D,ff:L,fff:z,ffff:U,F:C,FF:P,FFF:H,FFFF:Z},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 Rt[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&&W(),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 Nt(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 Nt(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={},Ut=function(t){function e(n){var i;return(i=t.call(this)||this).zoneName=n,i.valid=e.isValidZone(n),i}r(e,t),e.create=function(t){return Ht[t]||(Ht[t]=new e(t)),Ht[t]},e.resetCache=function(){Ht={},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),Zt=null,qt=function(t){function e(e){var n;return(n=t.call(this)||this).fixed=e,n}r(e,t),e.instance=function(t){return 0===t?e.utcInstance:new e(t)},e.parseSpecifier=function(t){if(t){var n=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new e(ht(n[1],n[2]))}return null},i(e,null,[{key:"utcInstance",get:function(){return null===Zt&&(Zt=new e(0)),Zt}}]);var n=e.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(t,e){return vt(this.fixed,e)},n.offset=function(){return this.fixed},n.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},i(e,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+vt(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),e}(Dt),Bt=function(t){function e(e){var n;return(n=t.call(this)||this).zoneName=e,n}r(e,t);var n=e.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},i(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),e}(Dt);function Yt(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Dt)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Ut.parseGMTOffset(t))?qt.instance(n):Ut.isValidSpecifier(i)?Ut.create(t):qt.parseSpecifier(i)||new Bt(t)}return B(t)?qt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Bt(t)}var Jt=function(){return Date.now()},Wt=null,Gt=null,Kt=null,Xt=null,Qt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Ut.resetCache()},i(t,null,[{key:"now",get:function(){return Jt},set:function(t){Jt=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Wt=t?Yt(t):null}},{key:"defaultZone",get:function(){return Wt||Lt.instance}},{key:"defaultLocale",get:function(){return Gt},set:function(t){Gt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Xt},set:function(t){Xt=t}},{key:"throwOnInvalid",get:function(){return Qt},set:function(t){Qt=t}}]),t}(),te={};function ee(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.DateTimeFormat(t,e),te[n]=i),i}var ne={};var ie={};function re(t,e){void 0===e&&(e={});var n=e,i=(n.base,function(t,e){if(null==t)return{};var n,i,r={},s=Object.keys(t);for(i=0;i<s.length;i++)n=s[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(n,["base"])),r=JSON.stringify([t,i]),s=ie[r];return s||(s=new Intl.RelativeTimeFormat(t,e),ie[r]=s),s}var se=null;function oe(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var ae=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&J()){var i={useGrouping:!1};n.padTo>0&&(i.minimumIntegerDigits=n.padTo),this.inf=function(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=ne[n];return i||(i=new Intl.NumberFormat(t,e),ne[n]=i),i}(t,i)}}return t.prototype.format=function(t){if(this.inf){var e=this.floor?Math.floor(t):t;return this.inf.format(e)}return tt(this.floor?Math.floor(t):it(t,3),this.padTo)},t}(),ce=function(){function t(t,e,n){var i;if(this.opts=n,this.hasIntl=J(),t.zone.universal&&this.hasIntl){var r=t.offset/60*-1,s=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,o=Ut.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t: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(X(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case yt(w):return"M/d/yyyy";case yt(I):return"LLL d, yyyy";case yt(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(E):case yt(M):return"h:mm a";case yt(N):return"HH:mm";case yt(R):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(U):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(Z):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&&W()?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()&&W(),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 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]?Ut.create(t[e]):null,e+1]}var Ae=RegExp("^T?"+pe.source+"$"),Ee=/^-?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 Ne={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Re(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=Re(n,s,r,i,o,a,c);return e=u?Ne[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[Re(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[Re(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),Ue=he(/(\d{4})-?(\d{3})/,ge),Ze=he(ye),qe=de(Oe,Se,Te),Be=de(ke,Se,Te),Ye=de(be,Se,Te),Je=de(Se,Te);var We=de(Se);var Ge=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Xe=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,[Ee,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,We])}(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 Ut.isValidSpecifier(t)&&Ut.isValidZone(t)},t.normalizeZone=function(t){return Yt(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=W(),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 En={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 Nn(t,e){if(t.literal)return t;var n=Vt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=Vt.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=En[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 Rn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return Nn(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:Ut.create(t.z):new qt(t.Z),q(t.q)||(t.M=3*(t.q-1)+1),q(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),q(t.u)||(t.S=nt(t.u)),[Object.keys(t).reduce((function(e,n){var i=function(t){switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(n);return i&&(e[i]=t[n]),e}),{}),e]}(d):[null,null],v=f[0],p=f[1];if(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 Un(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 Zn(t){var e=Y(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",Yn=864e13;function Jn(t){return new jt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Wn(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 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 Xn(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 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 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=Zn(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=Xn(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=Yt(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<-Yn||e>Yn?t.invalid("Timestamp out of range"):new t({ts:e,zone:Yt(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:Yt(n.zone,$t.defaultZone),loc:le.fromObject(n)});throw new y("fromSeconds requires a numerical input")},t.fromObject=function(e){var n=Yt(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=Xn(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=Y(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=Y(t.year),n=$(t.ordinal,1,st(t.year));return e?!n&&Dn("ordinal",t.ordinal):Dn("year",t.year)}(s):Zn(s),I=w||qn(s);if(I)return t.invalid(I);var O=Qn(p?zn(s):o?Un(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],[Ue,Ye],[Ze,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=Rn(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,Xe],[Ke,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=Yt(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=Un(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 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 Rn(le.fromOpts({locale:s,numberingSystem:a,defaultToEN:!0}),t,e)},t.fromStringExplain=function(e,n,i){return void 0===i&&(i={}),t.fromFormatExplain(e,n,i)},i(t,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Wn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Wn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Wn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?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 E}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return M}},{key:"TIME_24_SIMPLE",get:function(){return N}},{key:"TIME_24_WITH_SECONDS",get:function(){return R}},{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 U}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return Z}}]),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:()=>$s,RevisionHistoryUI:()=>tr,RevisionTracker:()=>Oi,RevisionViewer:()=>kr,RevisionViewerLoadingOverlay:()=>jr,RevisionViewerUI:()=>Pr,RevisionsRepository:()=>Qn,RevisionsSidebar:()=>Vs});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 E=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 N=function(t){if(!M(t))return!1;var e=E(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const R=k["__core-js_shared__"];var V,j=(V=/[^.]+$/.exec(R&&R.keys&&R.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,U=z.hasOwnProperty,Z=RegExp("^"+H.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!M(t)||D(t))&&(N(t)?Z:P).test(L(t))};const B=function(t,e){return null==t?void 0:t[e]};const Y=function(t,e){var n=B(t,e);return q(n)?n:void 0};const J=Y(k,"Map");const W=Y(Object,"create");const G=function(){this.__data__=W?W(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 X=Object.prototype.hasOwnProperty;const Q=function(t){var e=this.__data__;if(W){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return X.call(e,t)?e[t]:void 0};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;return W?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]=W&&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=K,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=Y(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]"==E(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 Et=Array.isArray;const Mt=function(){return!1};var Nt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Rt=Nt&&"object"==typeof module&&module&&!module.nodeType&&module,Vt=Rt&&Rt.exports===Nt?k.Buffer:void 0;const jt=(Vt?Vt.isBuffer:void 0)||Mt;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[E(t)]};const zt=function(t){return function(e){return t(e)}};var Ht="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ut=Ht&&"object"==typeof module&&module&&!module.nodeType&&module,Zt=Ut&&Ut.exports===Ht&&y.process;const qt=function(){try{var t=Ut&&Ut.require&&Ut.require("util").types;return t||Zt&&Zt.binding&&Zt.binding("util")}catch(t){}}();var Bt=qt&&qt.isTypedArray;const Yt=Bt?zt(Bt):Ft;var Jt=Object.prototype.hasOwnProperty;const Wt=function(t,e){var n=Et(t),i=!n&&At(t),r=!n&&!i&&jt(t),s=!n&&!i&&!r&&Yt(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 Kt=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Gt)};const Xt=function(t,e){return function(n){return t(e(n))}};const Qt=Xt(Object.keys,Object);var $t=Object.prototype.hasOwnProperty;const te=function(t){if(!Kt(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)&&!N(t)};const ne=function(t){return ee(t)?Wt(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)?Wt(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=Xt(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 Et(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=Y(k,"DataView");const Ee=Y(k,"Promise");const Me=Y(k,"Set");const Ne=Y(k,"WeakMap");var Re="[object Map]",Ve="[object Promise]",je="[object Set]",De="[object WeakMap]",Ce="[object DataView]",Le=L(Ae),Pe=L(J),Fe=L(Ee),ze=L(Me),He=L(Ne),Ue=E;(Ae&&Ue(new Ae(new ArrayBuffer(1)))!=Ce||J&&Ue(new J)!=Re||Ee&&Ue(Ee.resolve())!=Ve||Me&&Ue(new Me)!=je||Ne&&Ue(new Ne)!=De)&&(Ue=function(t){var e=E(t),n="[object Object]"==e?t.constructor:void 0,i=n?L(n):"";if(i)switch(i){case Le:return Ce;case Pe:return Re;case Fe:return Ve;case ze:return je;case He:return De}return e});const Ze=Ue;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 Ye=k.Uint8Array;const Je=function(t){var e=new t.constructor(t.byteLength);return new Ye(e).set(new Ye(t)),e};const We=function(t,e){var n=e?Je(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ge=/\w*$/;const Ke=function(t){var e=new t.constructor(t.source,Ge.exec(t));return e.lastIndex=t.lastIndex,e};var Xe=b?b.prototype:void 0,Qe=Xe?Xe.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 We(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]"==Ze(t)};var an=qt&&qt.isMap;const cn=an?zt(an):on;const un=function(t){return It(t)&&"[object Set]"==Ze(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(!M(e))return e;var h=Et(e);if(h){if(a=Be(e),!c)return ve(e,a)}else{var d=Ze(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]"==E(t)};var kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bn=/^\w*$/;const _n=function(t,e){if(Et(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,En=An?An.toString:void 0;const Mn=function t(e){if("string"==typeof e)return e;if(Et(e))return xn(e,t)+"";if(gn(e))return En?En.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const Nn=function(t){return null==t?"":Mn(t)};const Rn=function(t,e){return Et(t)?t:_n(t,e)?[t]:Tn(Nn(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(!M(t))return t;for(var r=-1,s=(e=Rn(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=M(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=Rn(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=Rn(e,t),null==(t=Fn(t,e))||delete t[Vn(Cn(e))]};const Hn=function(t,e){return null==t||zn(t,e)},Un=qn;function Zn(){const t=["2476236xpdwEr","4428942knBUbp","authors","30mioUwM","authorsIds","7424420OyVPUB","3lVLKJn","setAttribute","creatorId","3452643wBuLYA","removeAttribute","8TNYlBB","setName","_update","creator","createdAt","910135CjdZmf","attributes","fire","diffData","map","fromVersion","1467506CqRLTu","set","name","toVersion","toJSON","583106HDhQrj"];return(Zn=function(){return t})()}function qn(t,e){const n=Zn();return(qn=function(t,e){return n[t-=162]})(t,e)}!function(t){const e=qn,n=t();for(;;)try{if(705698===-parseInt(e(166))/1+parseInt(e(189))/2*(-parseInt(e(173))/3)+parseInt(e(167))/4+parseInt(e(183))/5*(parseInt(e(170))/6)+-parseInt(e(168))/7+-parseInt(e(178))/8*(-parseInt(e(176))/9)+parseInt(e(172))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zn);class Bn extends((0,t.ObservableMixin)()){constructor(e){const n=qn;super(),this.id=e.id||(0,t.uid)(),this[n(181)]=e[n(181)]||null,this[n(169)]=e[n(169)]||[],this[n(186)]=e[n(186)]||null,this[n(164)]=e[n(164)]||0,this[n(188)]=e[n(188)]||0,this[n(162)](n(163),e[n(163)]||""),this[n(162)](n(182),e[n(182)]||new Date),this[n(162)](n(184),e[n(184)]||{})}[Un(179)](t){this[Un(180)]({name:t})}[Un(174)](t,e){const n=Un,i=yn(this[n(184)]);Dn(i,t,e),this[n(180)]({attributes:i})}[Un(177)](t){const e=Un,n=yn(this[e(184)]);Hn(n,t),this[e(180)]({attributes:n})}[Un(180)](t,e=!1){const n=Un;let i=!1;const r={id:this.id},s=[n(163),n(182),n(186),n(169),n(184),n(164),n(188),n(175)];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(169)]&&(r[n(171)]=r[n(169)][n(187)]((t=>t.id)),delete r[n(169)]),this[n(185)](n(180),r,e))}[Un(165)](){const t=Un;return{id:this.id,name:this[t(163)],creatorId:this[t(181)]?this[t(181)].id:null,authorsIds:this[t(169)][t(187)]((t=>t.id)),diffData:this[t(186)],createdAt:this[t(182)],attributes:this[t(184)],fromVersion:this[t(188)],toVersion:this[t(164)]}}}var Yn=n(782),Jn=n(211),Wn=n(783);const Gn=Xn;function Kn(){const t=["getUser","get","toVersion","37215kVlXXm","isPremiumPlugin","afterInit","earlier","oldRevisionId","isOfficialPlugin","later","data","fromCharCode","isNaN","add","fromVersion","createRevision","name","_revisions","110360ydmsTC","authorsIds","newRevisionId","3SxEQoK","112LlgsZJ","createdAt","diffData","addRevision","Users","getRevisionsIterator","getRevision","190096Qeucdu","from","creatorId","href","join","getEarlierVisibleRevision","2850774hXoSSk","getRevisions","496438czrXzM","pluginName","attributes","map","push","plugins","editor","toJSON","getIndex","RevisionsRepository","getRevisionsInDiff","requires","15243650oAUCWs","getLaterVisibleRevision","1200501WbFgdy","length","reverse","212CKzfGm"];return(Kn=function(){return t})()}function Xn(t,e){const n=Kn();return(Xn=function(t,e){return n[t-=298]})(t,e)}!function(t){const e=Xn,n=t();for(;;)try{if(270095===parseInt(e(351))/1+parseInt(e(315))/2*(-parseInt(e(299))/3)+-parseInt(e(332))/4*(parseInt(e(336))/5)+-parseInt(e(313))/6+parseInt(e(300))/7*(-parseInt(e(307))/8)+parseInt(e(329))/9+parseInt(e(327))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Kn);class Qn extends Yn.Plugin{static get[Gn(326)](){return[Jn.Users]}static get[Gn(316)](){return Gn(324)}static get[Gn(341)](){return!0}static get[Gn(337)](){return!0}get[Gn(330)](){const t=Gn;return this[t(350)][t(330)]}constructor(e){const n=Gn;super(e),this[n(350)]=new t.Collection}[Gn(338)](){!async function(e){const n=k([51,112,53,105,101,109,87,52,119,77,79,67,111,76,120,89,54,68,110,117,74,90,88,118,102,65,113,75,100,85,86,55,81,78,80,108,57,99,82,116,84,70,50,98,103,114,104,121,69,83,71,48,49,73,66,122,106,56,107,72,97,115]),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(345)](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([112]);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(318)]((t=>String[e(344)](t)))[e(311)]("")}!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:1734307200;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(310)]);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(348)](t){const e=Gn,n=this[e(321)][e(320)][e(334)](e(304));return new Bn({id:t.id,name:t[e(349)],creator:t[e(309)]?n[e(333)](t[e(309)]):null,diffData:t[e(302)]||t[e(343)],authors:t[e(352)][e(318)]((t=>n[e(333)](t))),createdAt:new Date(t[e(301)]),attributes:t[e(317)],fromVersion:t[e(347)],toVersion:t[e(335)]})}[Gn(303)](t,e=0){const n=Gn;this[n(350)][n(346)](t,e)}[Gn(306)](t){const e=Gn;return this[e(350)][e(334)](t)}[Gn(314)](t={toJSON:!1}){const e=Gn,n=Array[e(308)](this[e(350)]);return n[e(331)](),t[e(322)]?n[e(318)]((t=>t[e(322)]())):n}[Gn(323)](t){const e=Gn;return this[e(350)][e(323)](t)}[Gn(312)](t){const e=Gn,[,n]=this[e(305)](t,{direction:e(339)});return n}[Gn(328)](t){const e=Gn,[,n]=this[e(305)](t,{direction:e(342)});return n}[Gn(325)](t){const e=Gn,n=[];for(const i of this[e(305)](t[e(298)]))if(n[e(319)](i),i.id===t[e(340)])break;return n}*[Gn(305)](t,{direction:e=Gn(339),filter:n=()=>!0}={}){const i=Gn,r=i(339)===e?1:-1;let s=this[i(350)][i(334)](t),o=this[i(323)](s);for(yield s;s;){if(o+=r,s=this[i(306)](o),!s)return;n(s)&&(yield s)}}}function $n(t,e,n){const i=t.t;switch(e){case"Revision history":return i("Revision history");case"Open revision history":return i("Open revision history");case"Restored":return i("Restored");case"Empty document":return i("Empty document");case"Initial revision":return i("Initial revision");case"Suggested by":return i("Suggested by");case"Added by":return i("Added by");case"Removed by":return i("Removed by");case"Show more items":return i("Show more items");case"Compare against selected":return i("Compare against selected");case"Name this revision":return i("Name this revision");case"Restore this revision":return i("Restore this revision");case"Back to editing":return i("Back to editing");case"Loading...":return i("Loading...");case"No changes":return i("No changes");case"NUMBER_OF_CHANGES":return i({string:"%0 change",plural:"%0 changes",id:"NUMBER_OF_CHANGES"},n);case"X_OF_Y_CHANGES":return i({string:"%0 of %1",id:"X_OF_Y_CHANGES"},n);case"Show previous change":return i("Show previous change");case"Show next change":return i("Show next change");case"EDIT_X_OF_Y_REVISIONS":return i({string:"Edit",id:"EDIT_X_OF_Y_REVISIONS"});case"Total":return i("Total");case"Revision creator":return i("Revision creator");case"Revision author":return i("Revision author");case"Revision name":return i("Revision name");case"Save current revision":return i("Save current revision");case"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 Ye(t),new Ye(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=Et(t),a=Et(e),c=o?mi:Ze(t),u=a?mi:Ze(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||Yt(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=wi;function wi(t,e){const n=Mi();return(wi=function(t,e){return n[t-=252]})(t,e)}!function(t){const e=wi,n=t();for(;;)try{if(526895===parseInt(e(429))/1+-parseInt(e(407))/2*(parseInt(e(326))/3)+-parseInt(e(484))/4*(-parseInt(e(305))/5)+-parseInt(e(307))/6*(parseInt(e(257))/7)+-parseInt(e(296))/8+-parseInt(e(457))/9*(parseInt(e(282))/10)+parseInt(e(558))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mi);const Ii={c:Wn.ViewContainerElement,a:Wn.ViewAttributeElement,e:Wn.ViewEmptyElement,r:Wn.ViewRawElement,u:Wn.ViewUIElement};class Oi extends Yn.Plugin{static get[_i(358)](){return _i(538)}static get[_i(571)](){return!0}static get[_i(295)](){return!0}static get[_i(446)](){return[Jn.Users,Qn,Yn.PendingActions]}constructor(e){const n=_i;super(e),this[n(486)]=null,this[n(522)]=null,this[n(308)]=new Ti(this[n(476)]),this[n(426)]=this[n(476)][n(397)][n(480)](n(298))||n(556),this[n(412)]=new Map,this[n(368)]=null;const i=(0,t.uid)();this[n(509)]={history:this[n(476)][n(418)][n(335)][n(546)],getLatestVersion:()=>Promise[n(463)](this[n(476)][n(418)][n(335)][n(318)]),getCurrentRevisionId:()=>i},this[n(359)](n(252),!1),this[n(359)](n(510),!0),this[n(359)](n(422),!1),this[n(476)][n(397)][n(465)](n(264),!0),this[n(476)][n(314)][n(260)](n(400))[n(404)]({view:n(311)})}[_i(516)](){const t=_i;this[t(448)]=this[t(476)][t(356)][t(480)](t(386)),this[t(271)](),this[t(476)][t(527)].on(t(470),(()=>{const e=t,n=this[e(448)][e(553)](0),i=n&&null===n[e(419)]?n:null;if(this[e(572)]=!!i&&this[e(476)][e(397)][e(480)](e(264)),this[e(476)][e(356)][e(562)](e(566))){const t=this[e(509)][e(300)](),r=this[e(448)][e(553)](t);if(r)this[e(431)]=r[e(328)],this[e(572)]=!1;else{const t=this[e(509)][e(546)][e(531)][e(370)]((t=>!t[e(485)])),r=t?t[e(462)]:this[e(509)][e(546)][e(318)];n?(n[e(291)]<r&&n[e(464)]({toVersion:r}),this[e(572)]?(this[e(509)][e(300)]=()=>i.id,this[e(431)]=i[e(328)]):(this[e(431)]=n[e(291)],this[e(572)]=!1)):(this[e(431)]=r,this[e(572)]=!1)}}else i&&(this[e(476)][e(418)][e(335)][e(546)][e(318)]=Math[e(564)](i[e(291)],this[e(476)][e(418)][e(335)][e(546)][e(318)]),i[e(328)]===i[e(291)]?(0!==i[e(328)]&&(this[e(509)][e(300)]=()=>i.id),this[e(572)]=!1):this[e(572)]&&(this[e(509)][e(300)]=()=>i.id,this[e(431)]=i[e(328)])),this[e(572)]||(this[e(431)]=this[e(476)][e(418)][e(335)][e(318)]);this[e(308)][e(516)](this[e(509)][e(546)]),this[e(345)](this[e(431)]),this[e(352)](this[e(431)]),this[e(486)]&&this[e(507)]()})),this[t(344)](t(252)).to(this,t(422),(t=>!t)),this[t(442)]=this[t(476)][t(397)][t(480)](t(442));const e=this[t(476)];this[t(428)]=setInterval((()=>{const n=t;let i;for(const t in e){const r=t,s=e[r];if(n(385)==s||n(393)==s||n(319)==s||n(383)==s||n(406)==s||n(261)==s||n(524)==s||n(256)==s||n(303)==s){delete e[r],i=s,clearInterval(this[n(428)]),this[n(428)]=void 0;break}}n(393)==i&&e[n(459)](n(502)),n(319)==i&&e[n(459)](n(523)),n(383)==i&&e[n(459)](n(297)),n(406)==i&&e[n(459)](n(339),n(517)),n(261)==i&&e[n(459)](n(424)),n(524)==i&&e[n(459)](n(410)),n(256)==i&&e[n(459)](n(488)),n(303)==i&&e[n(459)](n(278))}),1e3)}async[_i(292)](){const t=_i;if(this[t(448)][t(490)]>0){const e=this[t(448)][t(553)](0),n=await this[t(475)](e),i=await this[t(496)](e);this[t(493)](n,i)}}[_i(513)](){const t=_i;super[t(513)](),this[t(428)]&&clearInterval(this[t(428)])}[_i(323)](t){this[_i(509)]=t}async[_i(536)](){const t=_i,e=await this[t(509)][t(294)]();if(e>this[t(522)][t(291)]){await this[t(436)]();const n=this[t(500)]({revision:this[t(522)],to:e});n[t(402)]=n[t(454)][t(272)]((e=>this[t(476)][t(356)][t(480)](t(514))[t(346)](e))),this[t(522)][t(464)](n)}}async[_i(436)](){const t=_i;this[t(572)]&&!this[t(368)]&&(await this[t(391)](this[t(522)]),this[t(308)][t(253)](this[t(522)]),this[t(368)]={fromVersion:this[t(522)][t(328)],authors:this[t(522)][t(402)][t(495)]()})}async[_i(505)](e={},n=null){const i=_i,r=[];await this[i(436)](),this[i(572)]=!1,n>this[i(522)][i(291)]&&(n=null),null===n&&(n=await this[i(509)][i(294)]());const s=this[i(458)](n),o=this[i(500)]({from:s,to:n});if(this[i(522)][i(291)]<n){const t=this[i(500)]({revision:this[i(522)],from:n,to:n});t[i(402)]=[],t[i(454)]=[],t.id=this[i(522)].id,this[i(522)][i(464)](t,!0),delete t[i(402)],r[i(469)](t)}e[i(543)]=this[i(476)][i(356)][i(480)](i(514)).me.id,e[i(443)]=e[i(443)]||null,e.id=e.id||(0,t.uid)(),e={...e,...o};const a=this[i(336)](e);r[i(469)](e);const c=this[i(448)][i(569)](a);if(0!==c){const t=this[i(448)][i(553)](c-1);if(t[i(328)]!==n){const s=this[i(308)][i(560)](n,t[i(291)]),o={id:t.id,diffData:s[i(473)],authorsIds:s[i(454)],authors:s[i(454)][i(272)]((t=>this[i(476)][i(356)][i(480)](i(514))[i(346)](t))),fromVersion:n};t===this[i(522)]&&(o[i(435)]=new Date(e[i(435)][i(547)]()+10)),t[i(464)](o,!0),delete o[i(402)],r[i(469)](o)}}if(this[i(486)]){for(const t of r)this[i(338)](t.id,t,!0);this[i(507)]()}return a}[_i(336)](t){const e=_i,n=this[e(448)][e(555)](t);return this[e(486)]&&n.on(e(464),((t,n,i)=>{const r=e;i||(this[r(338)](n.id,n,!0),this[r(507)]())})),this[e(448)][e(420)](n,this[e(289)](n)),n}async[_i(475)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(473)]){if(t[e(473)][i][e(255)]&&!t[e(473)][i][e(255)][e(440)])continue;const r=this[e(263)](JSON[e(466)](t[e(473)][i][e(421)])),s=this[e(476)][e(371)][e(357)][e(335)],o=new Wn.ViewDocumentFragment(s,r[e(272)]((t=>Si(t,this[e(476)]))));this[e(476)][e(527)][e(550)][e(384)](e(306)),n[i]=this[e(476)][e(527)][e(550)][e(539)](o),this[e(476)][e(527)][e(550)][e(384)](e(565))}return n}async[_i(496)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(473)])t[e(473)][i][e(255)]&&!t[e(473)][i][e(255)][e(440)]||(n[i]=t[e(473)][i][e(283)]||{});return n}[_i(507)](){const t=_i;if(0===this[t(412)][t(557)])return;if(this[t(422)])return;let e=Array[t(506)](this[t(412)][t(425)]());this[t(412)][t(452)]();for(let n=0;n<e[t(490)];n++){const i=e[n];let r=!1;for(const e of Object[t(348)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(525)]((t=>null!==t)),!e[t(490)])return;for(let n=0;n<e[t(490)];n++){const i=e[n];void 0!==i[t(328)]&&void 0===i[t(291)]&&(i[t(291)]=this[t(448)][t(553)](i.id)[t(291)]),void 0!==i[t(291)]&&void 0===i[t(328)]&&(i[t(328)]=this[t(448)][t(553)](i.id)[t(328)])}const n=this[t(476)][t(397)][t(480)](t(298));this[t(422)]=!0,this[t(399)](),this[t(486)][t(479)](e,n)[t(529)]((()=>{this[t(422)]=!1}))[t(450)]((e=>{const n=t;if(e)for(const t of e)this[n(438)]({id:t.id,createdAt:t[n(435)]});this[n(482)](),this[n(507)]()}))}[_i(493)](e,n){const i=_i;let r=this[i(476)][i(397)][i(480)](i(274)),s=this[i(476)][i(397)][i(480)](i(279));if(void 0===r){r={};for(const t of this[i(476)][i(418)][i(335)][i(430)]())r[t]=""}if(i(351)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(476)][i(418)][i(335)][i(430)]())s[t]={}}let o=!1;const a=Object[i(348)](r),c=Object[i(348)](e);for(const t of a){if(r[t]!==e[t]&&""!==r[t][i(405)]()){o=!0;break}if(!bi(s[t],n[t])&&Object[i(348)](s[t])[i(490)]>0){o=!0;break}}o||(o=c[i(487)]((t=>!this[i(476)][i(418)][i(335)][i(447)](t)))),o&&(0,t.logWarning)(i(453),{editorData:r,editorRootsAttributes:s,revisionData:e,revisionRootsAttributes:n}),this[i(476)][i(397)][i(359)](i(274),e),this[i(476)][i(397)][i(359)](i(279),n)}[_i(399)](){const t=_i;if(!this[t(288)]){const e=this[t(476)][t(356)][t(480)](t(341));this[t(288)]=e[t(379)]($n(this[t(476)][t(501)],t(366)))}}[_i(482)](){const t=_i;this[t(288)]&&(this[t(476)][t(356)][t(480)](t(341))[t(441)](this[t(288)]),this[t(288)]=null)}[_i(289)](t){const e=_i,n=this[e(448)][e(559)]();n[e(432)]();let i=0;for(;i<n[e(490)];){const r=n[i];if(r===this[e(522)]){i++;continue}if(r.id===this[e(426)])break;const s=t[e(291)]-r[e(291)]||t[e(328)]-r[e(328)];if(s>0)break;if(s<0)i++;else{if(!t[e(419)]&&r[e(419)])break;if(r[e(419)]||!t[e(419)]){if(t[e(435)]>r[e(435)])break;i++}else i++}}return i}[_i(438)](t){const e=_i,n=this[e(448)][e(553)](t.id);if(t[e(435)]&&(t[e(435)]=new Date(t[e(435)])),t[e(454)]){const n=this[e(476)][e(356)][e(480)](e(514));t[e(402)]=t[e(454)][e(272)]((t=>n[e(346)](t)))}n[e(464)](t,!0)}[_i(500)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(328)],n=null!==n?n:t[i(291)];const r=this[i(308)][i(560)](e,n),s={diffData:r[i(473)],authorsIds:r[i(454)],fromVersion:e,toVersion:n};if(!t||n!==t[i(291)]){const t=n-1,e=this[i(509)][i(546)][i(483)](t);s[i(435)]=e&&e[i(435)]||new Date}if(this[i(368)]&&e===this[i(368)][i(328)])for(const t of this[i(368)][i(402)])s[i(454)][i(481)](t.id)||s[i(454)][i(469)](t.id);return s}[_i(391)](t){const e=_i;if(!t||t[e(473)])return Promise[e(463)]();{const n=this[e(476)][e(397)][e(480)](e(298));return this[e(486)][e(553)]({channelId:n,revisionId:t.id})[e(450)]((n=>{const i=e;t[i(473)]=n[i(473)]}))}}[_i(338)](t,e,n){const i=_i;if(this[i(412)][i(562)](t)){const r=this[i(412)][i(480)](t);e=n?{...r,...e}:{...e,...r}}this[i(412)][i(359)](t,e)}[_i(458)](t){const e=_i,n=this[e(448)][e(559)]();n[e(432)](),n[e(365)]();const i=n[e(370)]((n=>n[e(291)]<=t))[e(291)];return i<this[e(431)]?this[e(431)]:i}[_i(345)](t){const e=_i,n=this[e(448)][e(553)](this[e(448)][e(490)]-1);if(n)this[e(426)]=n.id;else{const n=!this[e(476)][e(418)][e(335)][e(567)][e(370)]((t=>this[e(476)][e(418)][e(570)](t))),i=this[e(476)][e(356)][e(480)](e(514)).me.id,r=$n(this[e(476)][e(501)],e(n?324:554));this[e(503)]({from:t,to:t,id:this[e(426)],name:r,creatorId:i})}}[_i(352)](t){const e=_i,n=this[e(509)][e(300)]();this[e(522)]=this[e(448)][e(553)](n),this[e(522)]||(this[e(522)]=this[e(503)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(503)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(500)]({from:e,to:n});o[s(443)]=t,o[s(543)]=i,o.id=r;const a=this[s(336)](o);return this[s(486)]&&this[s(338)](o.id,o,!0),a}[_i(271)](){const t=_i;this[t(476)][t(314)][t(260)](t(575))[t(388)]({model:t(311)})}[_i(263)](t){const e=_i;return(t=t[e(525)]((t=>!t[e(443)]||e(325)!==t[e(443)]&&e(378)!==t[e(443)])))[e(534)]((t=>{const n=e;n(351)!=typeof t&&(t[n(568)]=this[n(263)](t[n(568)]),t[n(321)]=t[n(321)][n(525)]((t=>!t[0][n(474)](n(530)))))})),t}}function Si(t,e){const n=_i,i=e[n(371)][n(357)][n(335)];if(n(351)==typeof t)return new Wn.ViewText(i,t);{const r=t[n(568)][n(272)]((t=>Si(t,e)));return new(Ii[t[n(362)]]||Wn.ViewElement)(i,t[n(443)],t[n(321)],r)}}class Ti{constructor(t){const e=_i;this[e(476)]=t,this[e(461)]=new Map,this[e(353)]=-1,this[e(382)]=-1,this[e(489)]=new Map,this[e(472)]=new Map,this[e(302)]=new Map,this[e(290)]=new Map,this[e(434)]=new Map,this[e(343)]=new Map,this[e(532)]=new Map,this[e(433)]=new Map,this[e(451)]=new Map,this[e(394)]=new Map,this[e(561)]=1}[_i(516)](t){const e=_i;this[e(395)]=t;const n=new Map,i=new Map,r=this[e(476)][e(418)][e(335)][e(567)][e(272)]((t=>t[e(535)]));for(const t of r){const r=this[e(476)][e(418)][e(335)][e(447)](t),s=xi(r);n[e(359)](t,s),i[e(359)](t,Object[e(334)](r[e(544)]()))}const s=Array[e(506)](this[e(476)][e(418)][e(444)])[e(272)]((t=>[t[e(443)],t[e(381)]()])),o=this[e(395)][e(318)];this[e(548)](o,n,s,i),this[e(273)]=this[e(561)];const a=new Map,c=new Map;for(const t of r){const n=Ai(t);a[e(359)](t,n),c[e(359)](t,{})}this[e(548)](Number[e(376)],a,[],c)}[_i(560)](t,e){const n=_i;if(this[n(353)]===t&&this[n(382)]<=e)this[n(461)][n(557)]>1&&this[n(387)](this[n(382)]),this[n(369)](this[n(382)],e,!0);else{if(!this[n(461)][n(562)](t)){const e=this[n(403)](t);this[n(389)](e,t,!1)}this[n(389)](t,e,!0)}return this[n(353)]=t,this[n(382)]=e,this[n(258)]()}[_i(253)](t){const e=_i;this[e(333)](),this[e(353)]=t[e(328)],this[e(382)]=t[e(291)];for(const n in t[e(473)]){const i=t[e(473)][n][e(255)],r=yn(t[e(473)][n][e(508)])||{},s=this[e(317)](t[e(473)][n][e(521)]);s[e(535)]=n,s[e(304)]=!i||!i[e(440)],s[e(440)]=()=>s[e(304)],this[e(290)][e(359)](n,s),this[e(434)][e(359)](n,r),i&&this[e(394)][e(359)](n,i);const o=this[e(266)](s);this[e(532)][e(359)](n,o);for(const[t,n]of s[e(444)]){if(!t[e(474)](e(467)))continue;const i=t[e(526)](":")[2];for(const t of n[e(437)]({singleCharacters:!0})){const n=this[e(322)](t),r=e(545)==t[e(362)]?t[e(363)][e(361)][e(495)](0,-1):t[e(363)][e(361)],s=o[e(574)](r)[e(316)](n);this[e(433)][e(359)](s,{userId:i})}}}this[e(273)]=this[e(561)];const n=[...Array(this[e(561)])[e(348)]()][e(495)](1)[e(525)]((t=>!this[e(433)][e(562)](t)));let i=0;const r=new Map;for(const s in t[e(473)]){const o=t[e(473)][s][e(255)],a=yn(t[e(473)][s][e(283)])||{},c=this[e(317)](t[e(473)][s][e(421)]);c[e(535)]=s,c[e(304)]=!o||o[e(440)],c[e(440)]=()=>c[e(304)],this[e(472)][e(359)](s,c),this[e(302)][e(359)](s,a);const u=this[e(266)](c,Number[e(376)]);this[e(343)][e(359)](s,u),r[e(359)](s,c[e(440)]()?a:{});for(const[t,n]of c[e(444)]){if(!t[e(474)](e(467)))continue;const i=t[e(526)](":")[2];for(const t of n[e(437)]({singleCharacters:!0})){const n=this[e(322)](t),r=this[e(561)]++,s=e(545)==t[e(362)]?t[e(363)][e(361)][e(495)](0,-1):t[e(363)][e(361)];u[e(574)](s)[e(460)](n,r),this[e(433)][e(359)](r,{userId:i})}}for(const t of this[e(476)][e(418)][e(269)](c)[e(437)]({singleCharacters:!0})){const r=this[e(322)](t),s=e(545)==t[e(362)]?t[e(363)][e(361)][e(495)](0,-1):t[e(363)][e(361)],o=u[e(574)](s);o[e(316)](r)>0||o[e(460)](r,n[i++])}for(const[t,n]of c[e(444)])t[e(474)](e(467))||this[e(489)][e(359)](t,n)}const s=Ai(e(313));this[e(290)][e(359)](e(313),s),this[e(532)][e(359)](e(313),this[e(266)](s,1));const o=Ai(e(313));this[e(472)][e(359)](e(313),o),this[e(343)][e(359)](e(313),this[e(266)](o,1));const a=Array[e(506)](this[e(472)])[e(272)]((([t,e])=>[t,xi(e)]));this[e(548)](this[e(382)],a,this[e(489)],r)}[_i(317)](t){const e=_i,n=JSON[e(466)](t),i=this[e(476)][e(371)][e(357)][e(335)],r=new Wn.ViewDocumentFragment(i,n[e(272)]((t=>Si(t,this[e(476)]))));return this[e(476)][e(527)][e(342)](r)}[_i(548)](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(359)](t,{start:e[r(337)][r(340)](),end:e[r(396)][r(340)](),rootName:e[r(360)][r(535)]});this[r(461)][r(359)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(387)](t){const e=_i;this[e(461)][e(449)](t)}[_i(511)](){const t=_i;this[t(333)](),this[t(353)]=-1,this[t(382)]=-1,this[t(461)][t(452)](),this[t(516)](this[t(395)])}[_i(333)](){const t=_i;this[t(433)][t(452)](),this[t(451)][t(452)](),this[t(394)][t(452)](),this[t(472)][t(452)](),this[t(302)][t(452)](),this[t(290)][t(452)](),this[t(434)][t(452)](),this[t(343)][t(452)](),this[t(532)][t(452)](),this[t(489)][t(452)](),this[t(561)]=1,this[t(273)]=this[t(561)]}[_i(266)](t,e=null){const n=_i;let i=null;t.is(n(533))||(i=new Wn.Element(t[n(443)],{vid_start:null===e?this[n(561)]++:e++}));const r=[];for(const i of t[n(355)]())if(i.is(n(455))){r[n(469)](this[n(266)](i,e));const t=r[r[n(490)]-1];null!==e&&(e=t.is(n(455),n(354))?t[n(316)](n(286))+1:t[n(316)](n(471))+1)}else for(let t=0;t<i[n(265)];t++)r[n(469)](new Wn.Element(n(354),{vid:null===e?this[n(561)]++:e++}));if(t.is(n(533))){const e=Ai(t[n(535)]);return e[n(329)](0,r),e}return i[n(460)](n(471),null===e?this[n(561)]++:e++),i[n(329)](0,r),i}[_i(389)](t,e,n){const i=_i;this[i(333)]();const{roots:r,markers:s,rootsAttributes:o}=this[i(461)][i(480)](t);this[i(290)]=new Map(r),this[i(434)]=new Map(yn(o));for(const[t,e]of this[i(290)])if(i(313)!==t&&(this[i(472)][i(359)](t,xi(e)),this[i(302)]=new Map(yn(o)),n)){const n=this[i(561)];this[i(343)][i(359)](t,this[i(266)](e)),this[i(532)][i(359)](t,this[i(266)](e,n))}this[i(273)]=this[i(561)],this[i(472)][i(359)](i(313),xi(this[i(290)][i(480)](i(313)))),n&&this[i(343)][i(359)](i(313),this[i(266)](this[i(290)][i(480)](i(313))));for(const[t,e]of s){const n=this[i(290)][i(480)](e[i(535)]),r=this[i(472)][i(480)](e[i(535)]),s=new Wn.Range(this[i(268)](e[i(337)],n),this[i(268)](e[i(396)],n)),o=this[i(276)](s,r);n[i(444)][i(359)](t,s),this[i(489)][i(359)](t,o)}this[i(369)](t,e,n)}[_i(369)](t,e,n){const i=_i;for(const r of this[i(395)][i(408)](t,e))this[i(549)](r,n);for(const t of this[i(472)][i(425)]())t[i(444)][i(452)]();for(const[t,e]of this[i(489)])this[i(472)][i(480)](e[i(360)][i(535)])[i(444)][i(359)](t,e[i(340)]());const r=new Map,s=new Map;for(const[t,e]of this[i(472)])r[i(359)](t,xi(e)),s[i(359)](t,this[i(302)][i(480)](t));this[i(548)](e,r,this[i(489)],s)}[_i(403)](t){const e=_i,n=Array[e(506)](this[e(461)][e(348)]());n[e(492)](((t,e)=>t-e)),n[e(432)]();for(const e of n)if(e<t)return e;return Number[e(376)]}[_i(312)](t,e){const n=_i,i=Array[n(506)](e[n(444)])[n(272)]((([e,i])=>[e,this[n(276)](i,t)]));t[n(444)]=new Map(i)}[_i(350)](t){const e=_i;for(const n of this[e(489)][e(425)]()){const i=n[e(409)](t),r=Wn.Range[e(520)](i);n[e(337)]=r[e(337)],n[e(396)]=r[e(396)]}}[_i(549)](t,e){const n=_i;if(n(456)!=t[n(362)]&&n(416)!=t[n(362)]){if(n(504)==t[n(362)]){const i=t[n(439)][n(360)][n(535)];this[n(472)][n(562)](i)||(this[n(472)][n(359)](i,Ai(i,!0)),this[n(302)][n(359)](i,{}),e&&this[n(343)][n(359)](i,Ai(i,!0)))}else{if(n(262)==t[n(362)]||n(414)==t[n(362)]||n(332)==t[n(362)])return void this[n(540)](t);n(392)==t[n(362)]&&this[n(280)](t)}if(n(392)!==t[n(362)]){const e=this[n(541)](t,this[n(472)]);e[n(254)](),this[n(350)](e)}if(e)switch(t[n(362)]){case n(504):this[n(299)](t);break;case n(320):case n(441):case n(390):this[n(327)](t);break;case n(330):this[n(331)](t);break;case n(526):this[n(413)](t)}}else this[n(310)](t,e)}[_i(541)](t,e){const n=_i,i=t[n(340)]();return i[n(494)]=t[n(494)],this[n(518)](i,e),i}[_i(398)](t){const e=_i;return t[e(272)]((t=>{const n=e,i=this[n(322)](t);return Number(t[n(287)][n(316)](i))}))}[_i(281)](t,e){const n=_i;if(t.is(n(455),n(354)))e[n(469)]({item:t,type:n(427)});else{t.is(n(455))&&e[n(469)]({item:t,type:n(377)});for(const i of t[n(355)]())this[n(281)](i,e);t.is(n(455))&&e[n(469)]({item:t,type:n(545)})}return e}[_i(258)](){const t=_i,e=new Map(this[t(433)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(290)][t(348)](),...this[t(472)][t(348)]()]);a[t(449)](t(313));for(const e of a){const n=this[t(472)][t(480)](e)||Ai(e,!1),i=this[t(290)][t(480)](e)||Ai(e,!1);n[t(440)]()||i[t(440)]()?(r[t(421)][e]=xi(n),r[t(521)][e]=xi(i),this[t(312)](r[t(521)][e],i),this[t(312)](r[t(421)][e],n),s[t(421)][e]=this[t(281)](this[t(343)][t(480)](e),[]),s[t(521)][e]=this[t(281)](this[t(532)][t(480)](e)||Ai(e,!1),[])):a[t(449)](e)}for(const r of a){const o=s[t(421)][r];for(const r of o){const s=this[t(322)](r),o=r[t(287)][t(316)](s);n[t(449)](o),o>=this[t(273)]&&i[t(359)](o,e[t(480)](o))}}for(const r of a){const a=s[t(421)][r],c=this[t(398)](s[t(521)][r]);let u=0;for(const r of a){const s=this[t(322)](r),a=r[t(287)][t(316)](s);if(!i[t(562)](a)&&!o[t(562)](a))if(n[t(562)](a))u++;else{if(a!=c[u]){const i=e[t(480)](a)||e[t(480)](c[u]);for(;a!=c[u];)n[t(562)](c[u])||(o[t(359)](c[u],i),e[t(359)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(421)][e];for(const e of r){const r=this[t(322)](e),s=e[t(287)][t(316)](r);if(o[t(562)](s)){const e=o[t(480)](s);n[t(562)](s)||n[t(359)](s,{...e}),i[t(359)](s,{...e})}}}for(const e of n[t(348)]())e>=this[t(273)]&&n[t(449)](e);const c=new Map;for(const e of a){let r=s[t(421)][e];for(const e of r)if(e[t(287)].is(t(455),t(468))){const n=this[t(322)](e),r=e[t(287)][t(316)](n);if(i[t(562)](r)){const n=e[t(287)][t(347)][t(347)][t(316)](t(519)),s=c[t(480)](n)||new Set;s[t(379)](i[t(480)](r)[t(542)]),c[t(359)](n,s)}}r=s[t(521)][e];for(const e of r)if(e[t(287)].is(t(455),t(468))){const i=this[t(322)](e),r=e[t(287)][t(316)](i);if(n[t(562)](r)){const i=e[t(287)][t(347)][t(347)][t(316)](t(519)),s=c[t(480)](i)||new Set;s[t(379)](n[t(480)](r)[t(542)]),c[t(359)](i,s)}}for(const e of c[t(348)]())(i[t(562)](e)||n[t(562)](e))&&c[t(449)](e)}for(const e of a){const r=s[t(421)][e];let o=null,a=null;for(const e of r){const r=this[t(322)](e),s=e[t(287)][t(316)](r),u=c[t(480)](s);u&&t(377)==e[t(362)]&&(o=Array[t(506)](u)[0],a=e[t(287)][t(316)](t(471))),o&&(n[t(359)](s,{userId:o}),i[t(359)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(521)][e],a=r[t(421)][e];for(const{userId:e}of this[t(451)][t(425)]())null!==e&&l[t(379)](e);for(const{userId:e}of this[t(394)][t(425)]())null!==e&&l[t(379)](e);this[t(375)](a,s[t(421)][e],i,t(551),l),this[t(375)](o,s[t(521)][e],n,t(270),l),u[e]={insertions:this[t(364)](a),deletions:this[t(364)](o),attachChange:this[t(394)][t(480)](e)||null,attributesBefore:yn(this[t(434)][t(480)](e))||{},attributesAfter:yn(this[t(302)][t(480)](e))}}return{diffData:u,authorsIds:Array[t(506)](l)}}[_i(367)](t){const e=_i;for(const[,n]of t[e(444)]){const t=n[e(337)][e(380)]()[e(525)]((t=>e(468)==t[e(443)]));for(const n of t)1==n[e(498)]&&n[e(423)](0).is(e(455),e(309))&&n[e(423)](0)[e(460)](e(417),!0)}}[_i(364)](t){const e=_i;this[e(367)](t);const n=this[e(476)][e(527)][e(512)](t,{}),i=Array[e(506)](n[e(355)]())[e(272)]((t=>this[e(491)](t)));return JSON[e(259)](i)}[_i(491)](t){const e=_i;if(t.is(e(354)))return t[e(527)];{const n=t;return{type:Object[e(348)](Ii)[e(370)]((e=>t instanceof Ii[e])),name:n[e(443)],attributes:Array[e(506)](n[e(544)]()),children:Array[e(506)](n[e(355)]())[e(272)]((t=>this[e(491)](t)))}}}[_i(375)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(476)][s(418)];for(let i=0;i<e[s(490)];i++){const r=this[s(322)](e[i]),c=e[i][s(287)][s(316)](r),h=n[s(480)](c),d=i==e[s(490)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(542)]!=o[s(542)])&&(l(h,Ei(a,t,u),Ei(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Ei(a,t,u),Ni(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(542)],d=l(467)+i+":"+h+":"+c++,f=u[l(478)](n,a);t[l(444)][l(359)](d,f),null!==h&&r[l(379)](h)}}[_i(322)](t){const e=_i;switch(t[e(362)]){case e(377):return e(519);case e(545):return e(471);default:return e(286)}}[_i(518)](t,e){const n=_i;t[n(462)]=null;for(const i in t){const r=t[i];if(r instanceof Wn.Position){const s=e[n(480)](r[n(360)][n(535)]);t[i]=this[n(268)](r,s)}if(r instanceof Wn.Range){const s=e[n(480)](r[n(360)][n(535)]);t[i]=this[n(276)](r,s)}n(360)===i&&(t[n(360)]=e[n(480)](t[n(360)][n(535)]))}}[_i(276)](t,e){const n=_i;return this[n(476)][n(418)][n(478)](this[n(268)](t[n(337)],e),this[n(268)](t[n(396)],e))}[_i(268)](t,e){const n=_i;return this[n(476)][n(418)][n(515)](e,t[n(361)],t[n(477)])}[_i(299)](t){const e=_i,n=this[e(343)][e(480)](t[e(439)][e(360)][e(535)]),i=this[e(268)](t[e(439)],n),r=null===t[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,s=i[e(347)],o=this[e(561)],a=[];for(const n of t[e(349)])if(n.is(e(455)))a[e(469)](this[e(266)](n));else for(let t=0;t<n[e(265)];t++)a[e(469)](new Wn.Element(e(354),{vid:this[e(561)]++}));const c=this[e(561)];for(let t=o;t<c;t++)this[e(433)][e(359)](t,{userId:r});s[e(329)](i[e(293)],a)}[_i(327)](t){const e=_i;(t=this[e(541)](t,this[e(343)]))[e(254)]();const n=null===t[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,i=t[e(373)](),r=i[e(347)],s=i[e(293)];!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(455),a(354))?i[a(359)](s[a(316)](a(286)),{userId:n}):(i[a(359)](s[a(316)](a(519)),{userId:n}),t(i,s,0,s[a(498)]),i[a(359)](s[a(316)](a(471)),{userId:n}))}}(this[e(433)],r,s,s+t[e(497)])}[_i(331)](t){const e=_i,n=null===(t=this[e(541)](t,this[e(343)]))[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,i=t[e(285)][e(347)],r=t[e(315)][e(347)],s=i[e(316)](e(471)),o=r[e(316)](e(519));i[e(460)](e(471),r[e(316)](e(471))),r[e(460)](e(471),s),this[e(433)][e(359)](o,{userId:n}),this[e(433)][e(359)](s,{userId:n}),t[e(254)]()}[_i(413)](t){const e=_i,n=null===(t=this[e(541)](t,this[e(343)]))[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,i=t[e(411)],r=t[e(415)][e(347)];t[e(254)]();const s=r[e(316)](e(471)),o=t[e(372)][e(275)];if(i){const t=o[e(316)](e(471)),i=r[e(316)](e(471));r[e(460)](e(471),t),o[e(460)](e(471),i),this[e(433)][e(359)](r[e(316)](e(471)),{userId:n}),this[e(433)][e(359)](o[e(316)](e(519)),{userId:n})}else{const t=this[e(561)]++,i=this[e(561)]++;r[e(460)](e(471),t),o[e(460)](e(519),i),o[e(460)](e(471),s),this[e(433)][e(359)](t,{userId:n}),this[e(433)][e(359)](i,{userId:n})}}[_i(280)](t){const e=_i;if(!t[e(301)])return;const n=(t=this[e(541)](t,this[e(472)]))[e(401)]?t[e(401)][e(360)]:null,i=t[e(277)]?t[e(277)][e(360)]:null;n&&this[e(489)][e(449)](t[e(443)]),i&&this[e(489)][e(359)](t[e(443)],t[e(277)][e(340)]());const r=null===t[e(494)]?null:t[e(494)]||this[e(476)][e(356)][e(480)](e(514)).me.id,s=t[e(443)];if(!this[e(451)][e(562)](s))return void this[e(451)][e(359)](s,{range:t[e(401)],userId:r});const o=this[e(451)][e(480)](s),a=o[e(499)],c=t[e(277)];null==a&&null==c||a&&c&&a[e(563)](c)?this[e(451)][e(449)](t[e(443)]):o[e(542)]=r}[_i(310)](t,e){const n=_i;this[n(472)][n(562)](t[n(535)])?this[n(472)][n(480)](t[n(535)])[n(304)]=t[n(284)]:(this[n(472)][n(359)](t[n(535)],Ai(t[n(535)],!0)),this[n(302)][n(359)](t[n(535)],{}),e&&this[n(343)][n(359)](t[n(535)],Ai(t[n(535)],!0)));const i=null===t[n(494)]?null:t[n(494)]||this[n(476)][n(356)][n(480)](n(514)).me.id,r=this[n(394)][n(480)](t[n(535)]);r&&r[n(542)]===i?this[n(394)][n(449)](t[n(535)]):this[n(394)][n(359)](t[n(535)],{userId:i,isAttached:t[n(284)]})}[_i(540)](t){const e=_i,n=this[e(302)][e(480)](t[e(360)][e(535)]);null===t[e(537)]?delete n[t[e(573)]]:n[t[e(573)]]=t[e(537)]}}function xi(t){const e=_i,n=Ai(t[e(535)],t[e(440)]());for(const i of t[e(355)]()){const t=i[e(374)](!0);n[e(445)](t)}return n}function Ai(t,e=!0){const n=_i,i=new Wn.DocumentFragment;return i[n(535)]=t,i[n(304)]=e,i[n(440)]=()=>i[n(304)],i}function Ei(t,e,n){const i=_i,r=i(545)==t[i(362)]?n[i(267)](t[i(287)],i(396)):n[i(528)](t[i(287)]);return n[i(515)](e,r[i(361)],r[i(477)])}function Mi(){const t=["creatorId","getAttributes","elementEnd","history","getTime","_saveMetaData","_handleOperation","processor","insertion","createPositionAfter","getRevision","Initial revision","createRevision","initial","size","13073390ILBmeL","getRevisions","getData","_revisionId","has","isEqual","max","default","RealTimeCollaborationClient","roots","children","getIndex","hasContent","isOfficialPlugin","_continueCurrentRevision","key","getNodeByPath","dataDowncast","isReady","loadState","_execute","attachChange","revisionHistoryLicenseKeyDevelopmentLimit","3627778pxVnzt","_getState","stringify","for","revisionHistoryLicenseKeyEvaluationLimit","addRootAttribute","_removeRevisionMarkers","revisionHistory.resumeUnsavedRevision","offsetSize","_makeIdsRoot","createPositionAt","_fixPosition","createRangeIn","deletion","_setConversion","map","_startingRevisionId","initialData","nodeAfter","_fixRange","newRange","usageLimit","rootsAttributes","_handleMarkerOperation","_generateTape","30fKohuP","attributesAfter","isAdd","targetPosition","vid","item","_pendingAction","_findInsertionIndex","_baseRoots","toVersion","afterInit","offset","getLatestVersion","isPremiumPlugin","4835080fEHZtL","domainLimit","collaboration.channelId","_handleInsertOperation","getCurrentRevisionId","affectsData","_diffRootsAttributes","revisionHistoryLicenseKeyUsageLimit","_isAttached","675670PkmJIf","marked","12CvBozV","_revisionDataBuilder","paragraph","_handleRootOperation","revision","_copyMarkers","$graveyard","conversion","sourcePosition","getAttribute","_makeModelFromViewString","version","revisionHistoryLicenseKeyExpired","move","attributes","_getVidAttributeName","setSource","Empty document","revision-start","3YXqarG","_handleMoveOperation","fromVersion","_insertChild","merge","_handleMergeOperation","changeRootAttribute","_reset","fromEntries","document","addRevisionData","start","_bufferUpdate","featureNotAllowed","clone","PendingActions","toModel","_idsRoots","bind","_createInitialRevision","getUser","parent","keys","nodes","_transformMarkers","string","_createCurrentRevision","_lastFrom","$text","getChildren","plugins","view","pluginName","set","root","path","type","previousPosition","_prepareViewToSave","shift","PENDING_ACTION_REVISION_HISTORY","_processRootBeforeSave","_loadedStateData","_applyOperations","find","editing","insertionPosition","getMovedRangeStart","_clone","_markChanges","NEGATIVE_INFINITY","elementStart","revision-end","add","getAncestors","getRange","_lastTo","revisionHistoryLicenseKeyDomainLimit","useFillerType","revisionHistoryLicenseKeyValid","RevisionsRepository","_removeMetaData","markerToData","_calculateMetaData","reinsert","_loadRevisionData","marker","revisionHistoryLicenseKeyInvalid","_touchedRoots","source","end","config","_getBaseVids","_addPendingAction","upcast","oldRange","authors","_getPreviousFrom","dataToMarker","trim","revisionHistoryLicenseKeyNotAllowed","250916xvpHVh","getOperations","getTransformedByOperation","trialLimit","graveyardPosition","_bufferedUpdates","_handleSplitOperation","removeRootAttribute","splitPosition","detachRoot","keepParagraph","model","creator","addRevision","insertions","_isPendingUpdate","getChild","evaluationLimit","values","_initialRevisionId","text","_licenseKeyCheckInterval","542807KXPYLM","getRootNames","_startingVersion","reverse","_touched","_baseRootsAttributes","createdAt","_loadState","getWalker","setRevisionData","position","isAttached","remove","licenseKey","name","markers","_appendChild","requires","getRoot","repository","delete","then","_touchedMarkers","clear","editor-initial-data-replaced-with-revision-data","authorsIds","element","addRoot","341163CGIzDM","_getFromVersion","_showLicenseError","_setAttribute","_savedMetaData","baseVersion","resolve","_update","define","parse","revision:","tableCell","push","ready","vid_end","_diffRoots","diffData","startsWith","getRevisionDocumentData","editor","stickiness","createRange","updateRevisions","get","includes","_removePendingAction","getOperation","20TlYPov","_isInit","adapter","some","developmentLimit","_markers","length","_getViewJson","sort","_replaceEditorDataWithRevisionData","_authorId","slice","getRevisionRootsAttributes","howMany","childCount","range","buildRevisionData","locale","invalid","_makeRevision","insert","saveRevision","from","sendBufferedUpdates","attributesBefore","_source","isEnabled","reInit","toView","destroy","Users","createPositionFromPath","init","RevisionHistory","_fixOperation","vid_start","_createFromRanges","deletions","currentRevision","expired","revisionHistoryLicenseKeyTrialLimit","filter","split","data","createPositionBefore","finally","data-revision-","_operations","_baseIdsRoots","documentFragment","forEach","rootName","update","newValue","RevisionTracker","toData","_handleRootAttributeOperation","_cloneOperation","userId"];return(Mi=function(){return t})()}function Ni(t,e,n){const i=_i,r=i(377)==t[i(362)]?n[i(267)](t[i(287)],0):n[i(552)](t[i(287)]);return n[i(515)](e,r[i(361)],r[i(477)])}var Ri=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),Ui=n.n(Hi),Zi=n(426),qi={attributes:{"data-cke":!0}};qi.setAttributes=zi(),qi.insert=Pi().bind(null,"head"),qi.domAPI=Ci(),qi.insertStyleElement=Ui();ji()(Zi.A,qi);Zi.A&&Zi.A.locals&&Zi.A.locals;var Bi=n(959),Yi={attributes:{"data-cke":!0}};Yi.setAttributes=zi(),Yi.insert=Pi().bind(null,"head"),Yi.domAPI=Ci(),Yi.insertStyleElement=Ui();ji()(Bi.A,Yi);Bi.A&&Bi.A.locals&&Bi.A.locals;const Ji=Wi;function Wi(t,e){const n=Gi();return(Wi=function(t,e){return n[t-=208]})(t,e)}function Gi(){const t=["arrowleft","focusTracker","fieldView","377262MuNtQk","arrowdown","input","33831888fgPfoS","trim","ck-responsive-form","locale","set","extendTemplate","2965732bmUXnF","arrowright","stopPropagation","listenTo","optional","938794KhbZEn","add","label","Name of the revision","revisionName","4xuxlCK","keystrokes","value","246735KuYepO","ck-revision-history-save-revision-form","arrowup","element","focus","reset","setTemplate","8336216hPTNep","errorText","7310195rvvkTE","revisionNameInputView","revisionNameInputValue","_createRevisionNameInput","render","220","form"];return(Gi=function(){return t})()}!function(t){const e=Wi,n=t();for(;;)try{if(864969===parseInt(e(227))/1+parseInt(e(222))/2+parseInt(e(235))/3+parseInt(e(232))/4*(parseInt(e(244))/5)+-parseInt(e(213))/6+parseInt(e(242))/7+-parseInt(e(216))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class Ki extends Ri.View{constructor(e,n){const i=Wi;super(e),this[i(211)]=new t.FocusTracker,this[i(233)]=new t.KeystrokeHandler,this[i(220)](i(246),""),this[i(245)]=this[i(247)](n),this[i(241)]({tag:i(209),attributes:{class:["ck",i(236),i(218)],tabindex:"-1"},children:[this[i(245)]]}),(0,Ri.injectCssTransitionDisabler)(this)}[Ji(248)](){const t=Ji;super[t(248)](),(0,Ri.submitHandler)({view:this}),this[t(211)][t(228)](this[t(245)][t(238)]),this[t(233)][t(225)](this[t(238)]);const e=e=>e[t(224)]();this[t(233)][t(220)](t(223),e),this[t(233)][t(220)](t(210),e),this[t(233)][t(220)](t(237),e),this[t(233)][t(220)](t(214),e)}[Ji(239)](){const t=Ji;this[t(245)][t(239)]()}get[Ji(231)](){const t=Ji;return this[t(245)][t(212)][t(238)][t(234)][t(217)]()}set[Ji(231)](t){const e=Ji;this[e(245)][e(212)][e(238)][e(234)]=t[e(217)]()}[Ji(240)](){const t=Ji;this[t(245)][t(212)][t(238)][t(234)]="",this[t(245)][t(243)]=null}[Ji(247)](t){const e=Ji,n=new Ri.LabeledFieldView(this[e(219)],Ri.createLabeledInputText),i=n[e(212)];i[e(221)]({attributes:{maxlength:e(208)}});let r=$n(this[e(219)],e(230));return!t&&(r+=" ("+$n(this[e(219)],e(226))+")"),n[e(229)]=r,i.on(e(215),(()=>{const t=e;this[t(246)]=i[t(238)][t(234)][t(217)]()})),n}}const Xi=$i;function Qi(){const t=["requires","Revision history","items","view","_createSaveRevisionFormView","menuBar:revisionHistory","Accept","isReady","locale","editor","get","showRevisionViewerCallback","role","RevisionTracker","show","history","componentFactory","948522jBmsVF","revisionSave","3132612tmYOaV","children","reset","Cancel","isReadOnly","panelView","2228905cqQxXZ","5274864HYnbDt","addMany","revisionNameInputView","Save current revision","hide","bind","ck-button-action","revisionHistory","revisionName","add","submit","isPremiumPlugin","_showDialog","focus","render","Dialog","The revision name cannot be empty.","saveRevision","config","63TOoMBU","_registerMenuComponent","_saveRevisionFormView","buttonView","317388RDQZjw","execute","menu","menuitem","revisionHistory.requireRevisionName","isEnabled","init","set","editing","plugins","277542CtYZtx","RevisionHistoryUI","Open revision history","isOpen","errorText","isOfficialPlugin","741033XteMvr","delegate","pluginName"];return(Qi=function(){return t})()}function $i(t,e){const n=Qi();return($i=function(t,e){return n[t-=353]})(t,e)}!function(t){const e=$i,n=t();for(;;)try{if(489226===parseInt(e(411))/1+parseInt(e(395))/2+-parseInt(e(363))/3+-parseInt(e(365))/4+parseInt(e(371))/5+parseInt(e(405))/6*(-parseInt(e(391))/7)+parseInt(e(372))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qi);class tr extends Yn.Plugin{static get[Xi(413)](){return Xi(406)}static get[Xi(410)](){return!0}static get[Xi(383)](){return!0}static get[Xi(414)](){return[Oi]}[Xi(401)](){const t=Xi,e=this[t(355)],n=e[t(404)][t(356)](t(359));e.ui[t(362)][t(381)](t(379),(i=>{const r=t,s=(0,Ri.createDropdown)(i),o=s[r(370)][r(366)],a=new Ri.ListView(i),c=new Ri.ListItemView(i),u=new Ri.ButtonView(i),l=new Ri.ListItemView(i),h=new Ri.ButtonView(i);return s[r(377)](r(400)).to(n,r(353),n,r(400),e,r(369),((t,e,n)=>t&&e&&!n)),s[r(394)][r(402)]({icon:Yn.icons[r(361)],label:$n(i,r(415)),tooltip:!0}),u[r(402)]({label:$n(i,r(375)),withText:!0,role:r(398)}),u[r(377)](r(400)).to(n,r(353),n,r(400),e,r(369),((t,e,n)=>t&&e&&!n)),u.on(r(396),(()=>this[r(384)]())),h[r(402)]({label:$n(i,r(407)),withText:!0,role:r(398)}),h[r(377)](r(400)).to(n,r(353),e,r(369),((t,e)=>t&&!e)),h.on(r(396),(()=>{const t=r;e[t(390)][t(356)](t(379))[t(357)](),s[t(408)]=!1,e[t(403)][t(417)][t(385)]()})),c[r(366)][r(381)](u),l[r(366)][r(381)](h),a[r(358)]=r(397),a[r(416)][r(373)]([c,l]),o[r(381)](a),s})),e.ui[t(362)][t(381)](t(419),(()=>this[t(392)]()))}[Xi(392)](){const t=Xi,e=this[t(355)],n=e[t(354)],i=new Ri.MenuBarMenuView(n),r=new Ri.MenuBarMenuListView(n);i[t(394)][t(402)]({icon:Yn.icons[t(361)],label:$n(n,t(415))});const s=new Ri.MenuBarMenuListItemView(n,i),o=new Ri.MenuBarMenuListItemButtonView(n);o[t(402)]({label:$n(n,t(375))}),o[t(412)](t(396)).to(i),o.on(t(396),(()=>{this[t(384)]()})),s[t(366)][t(381)](o),r[t(416)][t(381)](s);const a=new Ri.MenuBarMenuListItemView(n,i),c=new Ri.MenuBarMenuListItemButtonView(n);return c[t(402)]({label:$n(n,t(407))}),c[t(412)](t(396)).to(i),c.on(t(396),(()=>{const n=t;e[n(390)][n(356)](n(379))[n(357)]()})),a[t(366)][t(381)](c),r[t(416)][t(381)](a),i[t(370)][t(366)][t(381)](r),i}[Xi(384)](){const t=Xi,e=this[t(355)],n=e[t(354)],i=e[t(404)][t(356)](t(387)),r=e[t(404)][t(356)](t(359));function s(r){const s=t;e[s(390)][s(356)](s(399))&&""===r[s(380)]?r[s(374)][s(409)]=$n(n,s(388)):(e[s(404)][s(356)](Oi)[s(389)]({name:r[s(380)]}),i[s(376)]())}this[t(393)]||(this[t(418)](),this[t(393)].on(t(382),(()=>s(this[t(393)])))),this[t(393)][t(367)](),i[t(360)]({id:t(364),title:$n(n,t(375)),isModal:!0,content:this[t(393)],actionButtons:[{label:$n(e[t(354)],t(368)),withText:!0,onExecute:()=>i[t(376)]()},{label:$n(e[t(354)],t(420)),class:t(378),withText:!0,onCreate(n){const i=t;n[i(377)](i(400)).to(r,i(353),r,i(400),e,i(369),((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this[t(393)])}]})}[Xi(418)](){const t=Xi,e=this[t(355)],n=e[t(354)];this[t(393)]=new Ki(n,e[t(390)][t(356)](t(399))),this[t(393)][t(386)]()}}function er(t,e){const n=rr();return(er=function(t,e){return n[t-=413]})(t,e)}const nr=er;!function(t){const e=er,n=t();for(;;)try{if(244558===-parseInt(e(441))/1*(parseInt(e(420))/2)+parseInt(e(431))/3*(parseInt(e(446))/4)+parseInt(e(418))/5*(parseInt(e(421))/6)+-parseInt(e(427))/7+parseInt(e(445))/8+-parseInt(e(434))/9*(-parseInt(e(417))/10)+parseInt(e(432))/11*(-parseInt(e(436))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rr);class ir extends Ri.View{constructor(t,e){const n=er;super(t),this[n(424)]=e,this[n(429)]=e.id;const i=this[n(415)],r=$n(t,e[n(440)][n(443)]?n(428):n(423)==e[n(430)]?n(426):n(438));this[n(444)](n(430),e[n(430)]),this[n(439)]({tag:n(442),attributes:{class:[n(437),n(419),i.to(n(430),(t=>n(414)+t))],tabindex:-1},children:[{tag:n(422),children:[{tag:n(422),attributes:{class:[n(433)]},children:[{text:r}]},{text:" "+e[n(413)][n(435)]}]}]})}[nr(416)](){const t=nr;this[t(425)][t(416)]()}}function rr(){const t=["isSuggestion","set","279248mtVdsm","56bBuwgi","author","ck-revision-change__","bindTemplate","focus","38210aXFKan","754285lZsZMJ","ck-revision-change","24526OjnjvP","18tXzRLL","span","add","_model","element","Added by","303716MQvzJu","Suggested by","changeId","type","52881qNVBcC","7705907AAAmuh","ck-revision-change__label","801hQljBm","name","12KvvCeM","ck-annotation","Removed by","setTemplate","data","7NZwrot","div"];return(rr=function(){return t})()}function sr(t,e){var n=cr();return(sr=function(t,e){return n[t-=102]})(t,e)}var or=sr;!function(t){for(var e=sr,n=t();;)try{if(191223===-parseInt(e(106))/1*(parseInt(e(104))/2)+-parseInt(e(102))/3*(parseInt(e(109))/4)+-parseInt(e(116))/5*(-parseInt(e(110))/6)+-parseInt(e(117))/7*(parseInt(e(119))/8)+parseInt(e(111))/9+parseInt(e(112))/10+parseInt(e(115))/11*(parseInt(e(108))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cr);class ar extends((0,t.ObservableMixin)()){constructor(e){var n=sr;super(),this.id=e.id||(0,t.uid)(),this[n(120)]=e[n(120)],this[n(113)]=e[n(113)],this[n(118)]=e[n(118)]||{},this[n(103)]=e[n(103)],this[n(114)](n(105),e[n(105)])}[or(107)](){var t=or;return{id:this.id,authorId:this[t(120)].id,type:this[t(113)],data:this[t(118)],createdAt:this[t(105)]}}}function cr(){var t=["data","920216aoatrK","author","712263CDEIfw","rootName","5646wMSxQq","createdAt","1Xoyoow","toJSON","100668EFDXcY","4pHEXMW","342gzOwci","1855305dhWhwG","2357520oMZBMI","type","set","66fNxVSm","14850ntPBlQ","14ffsVSd"];return(cr=function(){return t})()}function ur(t,e){const n=dr();return(ur=function(t,e){return n[t-=317]})(t,e)}const lr=ur;!function(t){const e=ur,n=t();for(;;)try{if(367844===-parseInt(e(328))/1*(parseInt(e(323))/2)+-parseInt(e(326))/3+parseInt(e(327))/4+parseInt(e(321))/5+-parseInt(e(329))/6+-parseInt(e(320))/7*(parseInt(e(325))/8)+parseInt(e(318))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class hr{constructor(e,n){const i=ur;this[i(330)]=e,this[i(319)]=n,this[i(324)]=new t.Collection}[lr(322)](t){const e=lr;for(const n of t)this[e(324)][e(317)](n)}}function dr(){const t=["48676szAVqK","4142298VbTKhj","newRevisionId","add","8787978mTpXuX","oldRevisionId","26173zoNtqO","3291985NUhyiO","_setChanges","16sJsLFz","changes","376TJgdsI","1376211NiDmvO","1789064frHqTI"];return(dr=function(){return t})()}var fr=n(536),vr={attributes:{"data-cke":!0}};vr.setAttributes=zi(),vr.insert=Pi().bind(null,"head"),vr.domAPI=Ci(),vr.insertStyleElement=Ui();ji()(fr.A,vr);fr.A&&fr.A.locals&&fr.A.locals;const mr=pr;function pr(t,e){const n=yr();return(pr=function(t,e){return n[t-=336]})(t,e)}function yr(){const t=["POSITIVE_INFINITY","done","collaboration.channelId","isSuggestion","elementEnd","domEvent","ck-suggestion-marker-merge","plugins","resolve","getRevisionRootsAttributes","getClientRects","abs","isRemoved","offsetSize","processor","_data","writer","oldRevisionId","bind","markerRange","_cleanUp","bindElementToMarker","refresh","toData","userId","diffData","from","editingDowncast","side","change:activeChange","getItems","ck-suggestion-marker-","dataDowncast","revisionHistoryLabel","attribute:vid","attributesAfter","dataToMarker","updatePosition","insertion","RevisionViewer","ck-suggestion-preview-marker","markerName","_joinTapes","ck-revision-history-root--active","splice","140JMkVkk","code","7228560SNNmkV","softBreak","-new","isInline","clear","document","map","compare","type","isEqual","_activeViewTarget","nextPosition","addHighlight","catch","high","_cleanMarkers","destroy","data-change-id","_initInteractions","startIndex","detachRoot","_changeIdToChange","next","attributesBefore","5egeOLk","createPositionBefore","roots","showStack","3807363ranVFP","showPreviousChange","change","first","upcast","low","_markInsertions","isIncorrect","markerNameToElements","_getViewForChange","addClass","pairId","index","getRevision","element:pre","removeMarker:revision-suggestion","find","createPositionFromPath","activeChange","get","pluginName","changes","vid","split","consumable","init","_refreshStartEndIndex","model","revision-start","_removeUnsupportedChanges","stop","mousedown","markersStart","_setConversion","left","right","RevisionsRepository","activeView","isContent","isAdded","insert","isAtEnd","changeId","2661876ULnCsO","_sortAndFilterDiffChanges","item","getLaterVisibleRevision","isAttached","range","_fixObsoleteTags","listenTo","forEach","checkAttribute","_setDistance","level","mapper","suggestion:","highest","insertions","return","getWalker","values","rootName","revision-suggestion:","observeMarkers","adapter","isAfter","getChild","elementStart","_removeMissingPairs","isBefore","isEnabled","forceDisabled","previousPosition","_appendChild","commands","addRevision","has","_markMarkers","isPremiumPlugin","wrap","markerToData","ck-suggestion-marker--active","config","mouseover","vid_end","4yhfXSw","useFillerType","forward","view","change:activeView","restoreRevision","string","toModel","isCollapsed","attachChange","nextSibling","isObject","test","_makeTape","475574glyDiK","nodeAfter","603jAPIzb","enableReadOnlyMode","schema","bottom","suggestion","addRevisionData","_update","restoreRevisionCallback","editing","getRootNames","revision-viewer","comment","_getChangeFromId","toViewElement","setAttribute","filter","marked","authors","execute","top","target","maxOffset","text","editor","affectsData","_processTape","keys","_getDiff","end","error","startsWith","push","237662cfEVXk","toViewRange","removeMarker:revision","_markMismatchedRemovedTags","data","ck-suggestion-marker-split","ck-revision-history-root-add","change:isReady","merge","_revisions","markerToHighlight","loadRevisionData","sort","isOnRoot","flat","slice","isAtStart","revision-comment:","revision:","_getViewObj","createRevision","removeMarker","consume","pop","ck-editor__editable__overlay","addRoot","domConverter","viewItem","start","change:numberOfChanges","createUIElement","markers","locale","includes","isRemoveSuggestion","findIndex","addMarker:revision","remove","element","downcastDispatcher","ck-suggestion-preview-marker-","getRoot","revisionHistory","8884805fCwBbQ","getAttributes","addMarker:revision-suggestion:deletion","all","length","isAddSuggestion","distance","isReady","selection","_step","ck-revision-history-root-","mapViewToDom","_removeRevisionMarkers","addMarker:revision-suggestion:insertion","_getRevisionsRange","requires","_threeWayMerge","getIndex","revision","concat","name","153320klSNkK","_markSuggestions","default","vid_start","then","getAttribute","hasAttribute","numberOfChanges","indexOf","span","_balloon","for","add","diff","object","change:isEnabled","showNextChange","getDomRoot","unbindElementFromMarkerName","isOfficialPlugin","repository","_changeView","unshift","revisionHistoryAttachChange","modelRange","isNavigationMode","deletions","backward","enqueueChange","ck-revision-history-root-remove","currentChangeNumber","conversion","elementToAttribute","_makeModelFromViewString","createRange","_findChangeIdFromDomTarget","delete","revision-end","uiElement","endIndex","WidgetToolbarRepository","deletion","parent","toViewPosition","getRevisionData","isBlock","removeClass","createAttributeElement","shift","data-revision-","set","getCustomProperty","hasClass","children","reconvertMarker","revision-suggestion","parse","markersEnd","createRangeIn","_makeModelFromTape","removeAttribute","newRevisionId","attributes","_setChanges","ck-suggestion-marker","isLimit"];return(yr=function(){return t})()}!function(t){const e=pr,n=t();for(;;)try{if(943624===parseInt(e(338))/1*(-parseInt(e(476))/2)+parseInt(e(385))/3+parseInt(e(428))/4*(-parseInt(e(519))/5)+parseInt(e(653))/6+parseInt(e(342))/7+-parseInt(e(540))/8*(-parseInt(e(444))/9)+-parseInt(e(651))/10*(parseInt(e(442))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yr);const gr={c:Wn.ViewContainerElement,a:Wn.ViewAttributeElement,e:Wn.ViewEmptyElement,r:Wn.ViewRawElement,u:Wn.ViewUIElement};class kr extends Yn.Plugin{static get[mr(362)](){return mr(645)}static get[mr(559)](){return!0}static get[mr(421)](){return!0}static get[mr(534)](){return[Jn.Users,Ri.ContextualBalloon,Qn]}constructor(t){const e=mr;super(t),this[e(560)]=this[e(467)][e(613)][e(361)](e(378)),this[e(590)](e(360),null),this[e(590)](e(379),null),this[e(663)]=null,this[e(590)](e(553),null),this[e(590)](e(526),!1),this[e(590)](e(413),!0),this.on(e(555),((t,n,i)=>{const r=e;this[r(360)]=null,this[r(379)]=null,this[r(467)][r(452)][r(431)][r(344)]((t=>{const e=r;for(const n of this[e(467)][e(452)][e(431)][e(658)][e(340)])i?t[e(586)](e(500),n):t[e(352)](e(500),n)}))})),this[e(624)](e(565)).to(this,e(360),(t=>null!==t)),this[e(624)](e(570)).to(this,e(526),this,e(553),this,e(360),((t,n,i)=>t&&i?n[e(363)][e(536)](i):0)),this[e(624)](e(547)).to(this,e(526),this,e(553),((t,n)=>t?n[e(363)][e(523)]:0)),this[e(561)]=null,this[e(674)]=new Map,this[e(407)]=null,this[e(550)]=this[e(467)][e(613)][e(361)](Ri.ContextualBalloon)}[mr(367)](){const t=mr,e=this[t(467)],n=new wr(e,{direction:t(567)}),i=new wr(e,{direction:t(430)});e[t(417)][t(552)](t(343),n),e[t(417)][t(552)](t(556),i),e[t(417)][t(552)](t(433),new _r(e)),this.on(t(505),(()=>{const e=t;n[e(628)](),i[e(628)]()})),this[t(375)](),this[t(671)](),e[t(445)](t(454)),e[t(613)][t(419)](t(580))&&e[t(613)][t(361)](t(580))[t(414)](t(454))}async[mr(584)](t){const e=mr;await this[e(487)](t);const n={};for(const i in t[e(631)]){if(t[e(631)][i][e(437)]&&!t[e(631)][i][e(437)][e(389)])continue;const r=this[e(531)](JSON[e(596)](t[e(631)][i][e(400)])),s=this[e(467)][e(452)][e(431)][e(658)],o=new Wn.ViewDocumentFragment(s,r[e(659)]((t=>this[e(495)](t))));this[e(467)][e(480)][e(620)][e(429)](e(460)),n[i]=this[e(467)][e(480)][e(620)][e(629)](o),this[e(467)][e(480)][e(620)][e(429)](e(542))}return n}async[mr(615)](t){const e=mr;await this[e(487)](t);const n={};for(const i in t[e(631)])t[e(631)][i][e(437)]&&!t[e(631)][i][e(437)][e(389)]||(n[i]=t[e(631)][i][e(641)]||{});return n}[mr(531)](t){const e=mr;return(t=t[e(459)]((t=>!t[e(539)]||e(370)!==t[e(539)]&&e(577)!==t[e(539)])))[e(393)]((t=>{const n=e;n(434)!=typeof t&&(t[n(593)]=this[n(531)](t[n(593)]),t[n(602)]=t[n(602)][n(459)]((t=>!t[0][n(474)](n(589)))))})),t}async[mr(660)](t,e,n=!1){const i=mr;if(!this[i(413)])return;const r=this[i(553)],s=this[i(560)],o=i(434)==typeof t?s[i(355)](t):t,a=i(434)==typeof e?s[i(355)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(553)]&&this[i(553)][i(601)]===c&&this[i(553)][i(623)]===u)return Promise[i(614)]();this[i(526)]=!1,this[i(379)]=null,this[i(360)]=null,this[i(553)]=new hr(c,u);const l=this[i(533)](o,a,!0)[i(659)]((t=>this[i(487)](t)));return l[i(475)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(522)](l)[i(544)]((()=>{const t=i;if(!this[t(413)])return;this[t(626)]();const e=this[t(471)](c,u);for(const n of e[t(363)])this[t(674)][t(590)](n.id,n);this[t(467)][t(369)][t(568)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(467)][i(369)][i(658)][i(453)]())n[i(673)](t);for(const t of Object[i(470)](e[i(369)])){const r=n[i(501)](t);for(const s of Object[i(470)](e[i(602)][t]))n[i(458)](s,e[i(602)][t][s],r);n[i(382)](e[i(369)][t],r,0)}})),this[t(553)][t(603)](this[t(386)](e[t(363)])),this[t(526)]=!0}))[i(666)]((t=>{const e=i;console[e(473)](t),this[e(626)](),r&&(this[e(553)]=r),this[e(526)]=!0}))}[mr(449)](t,e){const n=mr,i=this[n(560)][n(496)](t);return i.on(n(450),((t,n,r)=>e(n,r,i))),this[n(560)][n(418)](i),i}[mr(487)](t){const e=mr;if(!t||t[e(631)])return Promise[e(614)]();{const n=this[e(467)][e(425)][e(361)](e(608));return this[e(407)][e(355)]({channelId:n,revisionId:t.id})[e(544)]((n=>{const i=e;t[i(450)]({diffData:n[i(631)]},!0)}))}}[mr(626)](){const t=mr;this[t(360)]=null,this[t(668)](),this[t(561)]&&this[t(561)][t(669)](),this[t(561)]=null,this[t(674)][t(657)](),this[t(467)][t(369)][t(568)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(467)][n(369)][n(658)][n(453)]())e[n(673)](t)}))}[mr(386)](t){const e=mr,n=[],i=new Map;for(const t of this[e(467)][e(369)][e(658)][e(453)]()){const r=this[e(467)][e(452)][e(431)][e(557)](t);if(!r)continue;const s=r[e(616)]()[e(387)](0);s&&(n[e(475)](t),i[e(590)](t,s))}return n[e(488)](((t,n)=>{const r=e,s=i[r(361)](t),o=i[r(361)](n);return s.y-o.y||s.x-o.x})),(t=t[e(459)]((t=>n[e(509)](t[e(404)]))))[e(488)](((t,i)=>n[e(548)](t[e(404)])-n[e(548)](i[e(404)]))),t}[mr(441)](t){const e=mr,n=Array[e(632)](t[e(507)])[e(459)]((([t,n])=>t[e(474)](e(494))&&!n[e(436)])),i=Array[e(632)](this[e(467)][e(369)][e(598)](t)[e(402)]({singleCharacters:!0}));if(0!=n[e(523)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(365)](":");if(r[e(472)][e(662)](t[e(664)])&&n[e(588)](),(t[e(415)][e(662)](r[e(504)])||t[e(415)][e(408)](r[e(504)]))&&(e(644)==s?t[e(381)]={userId:o}:e(581)==s&&(t[e(618)]={userId:o})),0==n[e(523)])break}return i}[mr(368)](t){const e=mr,n=new Map;for(let i=0;i<t[e(523)];i++)e(466)===t[i][e(661)]?(t[i][e(387)][e(672)]=i,t[i][e(387)][e(579)]=i):(e(410)===t[i][e(661)]?t[i][e(387)][e(672)]=i:e(610)===t[i][e(661)]&&(t[i][e(387)][e(579)]=i),n[e(590)](t[i].id,i));for(const i of n[e(403)]())e(410)===t[i][e(661)]?t[i][e(387)][e(579)]=n[e(361)](t[i][e(353)]):e(610)===t[i][e(661)]&&(t[i][e(387)][e(672)]=n[e(361)](t[i][e(353)]))}[mr(469)](t){const e=mr;for(let n=0;n<t[e(523)];n++){if(e(410)===t[n][e(661)])t[n][e(387)][e(672)]=n;else if(e(610)===t[n][e(661)]){t[n][e(387)][e(579)]=n;const i=t[n][e(387)][e(672)];t[i][e(353)]=t[n].id,t[n][e(353)]=t[i].id}else t[n][e(387)][e(672)]=n,t[n][e(387)][e(579)]=n,t[n][e(353)]=null;t[n][e(374)]||(t[n][e(374)]=[],t[n][e(597)]=[])}}[mr(348)](t,e){const n=mr,i=t[n(459)]((t=>!t[n(381)]));for(let t=0;t<e[n(523)];t++)e[t][n(381)]&&(i[t][n(381)]=e[t][n(381)])}[mr(573)](t){const e=mr,n=JSON[e(596)](t),i=this[e(467)][e(452)][e(431)][e(658)],r=new Wn.ViewDocumentFragment(i,n[e(659)]((t=>this[e(495)](t))));return this[e(467)][e(480)][e(435)](r)}[mr(495)](t){const e=mr,n=this[e(467)][e(452)][e(431)][e(658)];if(e(434)==typeof t)return new Wn.ViewText(n,t);{const i=t[e(593)][e(659)]((t=>this[e(495)](t)));return new(gr[t[e(661)]]||Wn.ViewElement)(n,t[e(539)],t[e(602)],i)}}[mr(471)](t,e=null){const n=mr,i=this[n(560)][n(355)](t),r=e?this[n(560)][n(355)](e):null,s=this[n(533)](i,r),o=s[s[n(523)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(523)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(470)](e[n(631)]))if(e[n(631)][t][n(437)]){const i=e[n(631)][t][n(437)];i[n(389)]?(u[n(552)](t),l[n(419)](t)&&l[n(361)](t)[n(630)]==i[n(630)]?l[n(576)](t):l[n(590)](t,i)):l[n(419)](t)?(u[n(576)](t),l[n(576)](t)):(u[n(552)](t),l[n(590)](t,i))}else u[n(552)](t)}for(const t of u){const e=l[n(419)](t)&&!l[n(361)](t)[n(389)];let i=e?s[n(523)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(631)][t]){const i=e?o[n(631)][t][n(337)]:o[n(631)][t][n(641)];c[n(602)][t]=i?yn(i):{};break}i+=r}}for(const t of s){t[n(369)]={};for(const e of t[n(461)])a[n(590)](e.id,e);for(const e of u){const i=t[n(631)][e]?t[n(631)][e][n(400)]:"[]",r=t[n(631)][e]?t[n(631)][e][n(566)]:"[]";t[n(369)][e]={insertions:this[n(573)](i),deletions:this[n(573)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(632)](i[n(369)][t][n(400)][n(507)])[n(459)]((([t])=>!t[n(474)](n(494)))));let h=0;for(const o of s){const s=this[n(441)](o[n(369)][t][n(400)]);o==i?(e=s,r=e[n(523)],e[n(393)]((t=>{t.id=h++})),this[n(469)](e)):this[n(348)](e,s);const a=e[n(459)]((t=>!t[n(381)]))[n(659)]((t=>t.id));let c=0;const l=this[n(441)](o[n(369)][t][n(566)]);l[n(393)]((t=>{t[n(618)]?t.id=r++:t.id=a[c++]})),this[n(469)](l),this[n(395)](e,n(381)),this[n(395)](l,n(618)),o==i&&this[n(420)](e,u),e=this[n(648)](e,l),this[n(368)](e),this[n(395)](e,n(618))}e=e[n(459)]((t=>!(t[n(381)]&&t[n(618)])));const d=new Map(o[n(369)][t][n(566)][n(507)]),f=new Set(u[n(470)]());for(const t of d[n(470)]())f[n(576)](t);this[n(541)](e,f),this[n(391)](e),e=this[n(411)](e),e=this[n(479)](e),e=this[n(371)](e);const{root:v,changes:m}=this[n(599)](e,a,t);c[n(369)][t]=v;const p=l[n(361)](t);if(p){const e=a[n(361)](p[n(630)]),i=new ar({author:e,type:p[n(389)]?n(552):n(513),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(562)](i),c[n(602)][t][n(563)]=i.id}c[n(363)]=c[n(363)][n(538)](m)}return c}[mr(420)](t,e){const n=mr;for(let i=0;i<t[n(523)];i++)for(const[r,s]of e)s[n(504)][n(662)](t[i][n(415)])&&t[i][n(374)][n(475)](r),s[n(472)][n(662)](t[i][n(664)])&&t[i][n(597)][n(475)](r)}[mr(648)](t,e){const n=mr;let i=[],r=0,s=0;for(;r<t[n(523)]||s<e[n(523)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(475)](o);else if(a[n(618)]&&o[n(381)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(535)](t,r,e,s);i=i[n(538)](o),r=a,s=c}else a[n(618)]?(s++,i[n(475)](a)):(r++,i[n(475)](o))}return i}[mr(541)](t,e){const n=mr,i=[];for(let o=0;o<t[n(523)];o++){for(let s=0;s<t[o][n(374)][n(523)];s++){const a=t[o][n(374)][s];if(!e[n(419)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(595)!=c||n(644)!=u&&n(581)!=u||(i[n(562)]({type:u,name:a,userId:l}),t[o][n(374)][n(650)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(597)][n(523)];s++){const a=t[o][n(597)][s];if(!e[n(419)](a))continue;const{group:c,type:u}=r(a);if(n(595)!=c||n(644)!=u&&n(581)!=u)continue;t[o][n(597)][n(650)](s,1),s--;const l=i[n(511)]((t=>t[n(539)]==a));l>-1&&i[n(650)](l,1)}}function r(t){const e=n,i=t[e(365)](":");return{group:i[0],type:i[1],subType:i[e(523)]>=5?i[2]:null,id:i[e(523)]<5?i[2]:i[3],authorId:i[e(523)]<5?i[3]:i[4],markerCount:6==i[e(523)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(523)];n++){if(t[e(381)]&&e(644)==i[n][e(661)])return t[e(524)]=i[n],void delete t[e(381)];if(!t[e(381)]&&!t[e(618)]&&e(581)==i[n][e(661)])return void(t[e(510)]=i[n])}}}[mr(395)](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(590)](o.id,i);for(let i=0;i<t[n(523)];i++){if(n(618)==e&&t[i][n(381)]||n(381)==e&&t[i][n(618)])continue;if(n(466)==t[i][n(661)]){t[i][n(525)]=0;continue}const r=s[n(361)](t[i][n(353)]),o=s[n(361)](t[i].id);t[i][n(525)]=r-o}}[mr(533)](t,e,n=!1){const i=mr,r=[];let s=this[i(560)][i(536)](t),o=this[i(560)][i(536)](e);for(-1==o&&(o=this[i(560)][i(485)][i(523)],n=!1);s<o;)r[i(475)](this[i(560)][i(355)](s)),s++;return n&&r[i(475)](this[i(560)][i(355)](s)),r}[mr(535)](t,e,n,i){const r=mr,s=this[r(467)][r(369)][r(446)];let o=e;for(;t[o]&&t[o][r(381)];)o++;let a=i;for(;n[a]&&n[a][r(618)];)a++;u(t,e,o),u(n,i,a);const c=n[r(491)](i,a)[r(538)](t[r(491)](e,o));return c[r(488)](((t,e)=>t[r(634)]!=e[r(634)]?t[r(634)]-e[r(634)]:t[r(396)]!=e[r(396)]?t[r(396)]-e[r(396)]:t[r(525)]!=e[r(525)]?e[r(525)]-t[r(525)]:!!t[r(381)]!=!!e[r(381)]?-1==t[r(634)]||0==t[r(634)]?t[r(381)]?-1:1:t[r(381)]?1:-1:t[r(354)]-e[r(354)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(606)],c=!0;for(let r=e;r<n;r++)if(s[i(656)](t[r][i(387)])||(c=!1),t[r][i(387)][i(672)]<e&&(o=r),t[r][i(387)][i(579)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(634)]=r<=o?-1:r<a?0:1,t[r][i(354)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(525)]?t[n][i(396)]=u:(u++,t[n][i(396)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(634)]&&(t[r][i(396)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(525)]?t[e][i(396)]=u:(u--,t[e][i(396)]=u,u--)}}[mr(391)](t){const e=mr,n=new Map,i=this[e(467)][e(369)][e(446)];for(let r=1;r<t[e(523)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(466)==c[e(661)])continue;if(c[e(661)]!=u[e(661)])continue;if(!i[e(585)](u[e(387)])||i[e(605)](u[e(387)]))continue;if(!i[e(585)](c[e(387)])||i[e(605)](c[e(387)]))continue;if((t[r][e(381)]||t[r][e(524)])&&t[r-1][e(618)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(618)]||!t[r-1][e(381)]&&!t[r-1][e(524)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(396)]==o[e(396)],h=Math[e(617)](s[e(396)])<Math[e(617)](o[e(396)])&&0==o[e(525)];(l||h)&&(n[e(590)](o.id,s.id),t[e(650)](a,1),r--,s[e(381)]=!1)}for(let i=0;i<t[e(523)];i++)n[e(419)](t[i][e(353)])&&(t[i][e(353)]=n[e(361)](t[i][e(353)]))}[mr(411)](t){const e=mr,n=new Set(t[e(659)]((t=>t.id)));for(let i=0;i<t[e(523)];i++)n[e(419)](t[i][e(353)])||0==t[i][e(525)]||(t[i][e(349)]=!0);return t[e(459)]((t=>!t[e(349)]))}[mr(479)](t){const e=mr,n=new Set;for(let i=0;i<t[e(523)];i++){if(n[e(419)](t[i].id)&&t[i][e(618)]&&(t[i][e(349)]=!0),t[i][e(349)])continue;if(0==t[i][e(525)])continue;if(e(410)!=t[i][e(661)])continue;if(null==t[i][e(353)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(353)];)e(410)==t[r][e(661)]?s++:e(610)==t[r][e(661)]&&s--,r++;if(0!=s)if(t[i][e(618)])t[i][e(349)]=!0;else for(;r!=i;)t[r][e(618)]&&0!=t[r][e(525)]&&(t[r][e(349)]=!0,n[e(552)](t[r][e(353)])),r--}return t[e(459)]((t=>!t[e(349)]))}[mr(371)](t){const e=mr,n=this[e(467)][e(369)][e(446)];for(let i=0;i<t[e(523)];i++){if(!(t[i][e(381)]||t[i][e(524)]||t[i][e(618)]||t[i][e(510)]))continue;if(0==t[i][e(525)])continue;const r=t[i][e(387)];n[e(585)](r)||n[e(605)](r)||(t[i][e(381)]&&delete t[i][e(381)],t[i][e(524)]&&delete t[i][e(524)],t[i][e(510)]&&delete t[i][e(510)],t[i][e(618)]&&(t[i][e(349)]=!0))}return t[e(459)]((t=>!t[e(349)]))}[mr(599)](t,e,n){const i=mr,r=new Wn.DocumentFragment,s=[],o=new Map,a=this[i(467)][i(369)],c=a[i(446)],u=[r],l={},h={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let d=null;const f=[0];for(let e=0;e<t[i(523)];e++)if(i(410)===t[e][i(661)]){t[e][i(415)]=a[i(359)](r,f);const n=new Wn.Element(t[e][i(387)][i(539)],t[e][i(387)][i(520)]());u[0][i(416)](n),f[i(475)](0),u[i(562)](n),t[e][i(664)]=a[i(359)](r,f)}else i(610)===t[e][i(661)]?(u[i(588)](),t[e][i(415)]=a[i(359)](r,f),f[i(499)](),f[f[i(523)]-1]++,t[e][i(664)]=a[i(359)](r,f)):(t[e][i(415)]=a[i(359)](r,f),d?d[i(621)]+=t[e][i(387)][i(480)]:d=new Wn.Text(t[e][i(387)][i(480)],t[e][i(387)][i(520)]()),t[e+1]&&i(466)===t[e+1][i(661)]&&p(d,t[e+1][i(387)])||(u[0][i(416)](d),d=null),f[f[i(523)]-1]+=t[e][i(387)][i(619)],t[e][i(664)]=a[i(359)](r,f));for(let e=0;e<t[i(523)];e++){const n=t[e][i(415)],r=t[e][i(664)];for(const r of t[e][i(374)])o[i(590)](r,{start:n,end:null});v(i(510),e,n,r),v(i(524),e,n,r),v(i(618),e,n,r),v(i(381),e,n,r);for(const n of t[e][i(597)])o[i(361)](n)[i(472)]=r}for(const[t,e]of o){const n=this[i(467)][i(369)][i(574)](e[i(504)],e[i(472)]);r[i(507)][i(590)](t,n)}return s[i(488)](((t,e)=>{const n=i,s=r[n(507)][n(361)](n(494)+t.id),o=r[n(507)][n(361)](n(494)+e.id);return s[n(504)][n(412)](o[n(504)])?-1:s[n(504)][n(408)](o[n(504)])?1:s[n(472)][n(412)](o[n(472)])?-1:s[n(472)][n(408)](o[n(472)])?1:n(552)===t[n(661)]?-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(630)]:null,d=n===t[o(523)]-1,f=h[e][0],v=c[o(439)](t[n][o(387)]);!l[e]&&a?l[e]={start:r,tapeItem:t[n],userId:u,type:e}:l[e]&&!a?(l[e][o(472)]=r,m(l[e]),l[e]=null):l[e]&&a&&l[e][o(630)]!==u&&(l[e][o(472)]=r,f&&f[o(630)]===l[e][o(630)]||m(l[e]),l[e]={start:r,tapeItem:t[n],userId:u,type:e}),l[e]&&v&&(o(410)!==t[n][o(661)]||f&&f[o(630)]===u||h[e][o(562)]({userId:u,object:t[n][o(387)],change:l[e]}),o(610)===t[n][o(661)]&&f&&f[o(554)]===t[n][o(387)]&&(h[e][o(588)](),l[e]=f[o(344)])),l[e]&&d&&(l[e][o(472)]=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(387)],f=a[h(446)][h(585)](d)&&!a[h(446)][h(605)](d),v=t[h(443)]==o[h(582)]&&o[h(492)];if(f&&v)return;const m=a[h(574)](t,o),p=e[h(361)](u),y=new ar({author:p,type:h(381)==l||h(524)==l?h(552):h(513),data:{isSuggestion:h(524)==l||h(510)==l},createdAt:new Date,rootName:n});s[h(475)](y),r[h(507)][h(590)](h(494)+y.id,m)}function p(t,e){const n=i,r=t[n(520)](),s=e[n(520)]();for(const t of r){if(t[1]!==e[n(545)](t[0]))return!1;s[n(336)]()}return s[n(336)]()[n(607)]}}[mr(375)](){const t=mr;this[t(467)][t(571)][t(551)](t(346))[t(642)]({view:t(537)}),this[t(467)][t(571)][t(551)](t(633))[t(486)]({model:t(537),view:e=>{const n=t,i=e[n(647)][n(365)](":")[1],r=this[n(456)](i);if(!r)return null;const s=n(552)==r[n(661)]?n(644):n(581),o=[n(604),n(637)+s];return r[n(480)][n(609)]&&o[n(475)](n(637)+s+n(655)),this[n(360)]==r&&o[n(475)](n(424)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(467)][t(571)][t(551)](t(346))[t(552)]((e=>{const n=t;e.on(n(356),((t,e,i)=>{const r=n,s=e[r(503)][r(409)](0);if(!s||!s.is(r(514),r(652)))return;if(!i[r(366)][r(498)](s,{attributes:[r(543),r(427)]}))return;const o=e[r(564)][r(504)][r(443)];i[r(622)][r(458)](r(543),s[r(545)](r(543)),o),i[r(622)][r(458)](r(427),s[r(545)](r(427)),o)}),{priority:n(347)})})),this[t(467)][t(571)][t(551)](t(346))[t(552)]((e=>{const n=t;e.on(n(514),((t,e,i)=>{const r=n;if(!i[r(366)][r(498)](e[r(503)],{attributes:[r(543),r(427)]}))return;if(e[r(564)][r(436)])return;const s=e[r(564)][r(504)][r(443)];s[r(546)](r(543))||s[r(546)](r(364))||(i[r(622)][r(458)](r(543),e[r(503)][r(545)](r(543)),s),i[r(622)][r(458)](r(427),e[r(503)][r(545)](r(427)),s))}),{priority:n(347)})})),this[t(467)][t(571)][t(551)](t(346))[t(572)]({view:{name:t(549),attributes:{vid:!0}},model:{key:t(364),value:e=>e[t(545)](t(364))}}),this[t(467)][t(369)][t(446)].on(t(394),((e,[,n])=>{const i=t;[i(543),i(427),i(364)][i(509)](n)&&(e[i(401)]=!0,e[i(372)]())}),{priority:t(399)}),this[t(467)][t(571)][t(551)](t(638))[t(552)]((e=>{const n=t;e.on(n(640),((t,e,i)=>{const r=n;if(" "!=e[r(387)][r(480)]||e[r(387)][r(582)][r(465)]>1)return;if(!i[r(366)][r(498)](e[r(387)],t[r(539)]))return;const s=i[r(622)],o=i[r(397)][r(477)](e[r(390)]);s[r(422)](o,s[r(587)](r(549)))}))})),this[t(467)][t(571)][t(551)](t(638))[t(423)]({model:t(537)}),this[t(467)][t(452)][t(515)].on(t(512),function(e){const n=t,i=e[n(613)][n(361)](n(645));return(t,r,s)=>{const o=n,a=r[o(647)][o(365)](":")[1],c=i[o(456)](a);if(!c)return null;const u=o(552)==c[o(661)]?o(365):o(484);if(!s[o(366)][o(440)](r[o(625)],t[o(539)]))return;const l=r[o(625)][o(402)](),h=r[o(625)][o(504)],d=e[o(369)][o(446)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(387)];m=m||d[o(380)](e);const n=s[o(397)][o(457)](e);if(n&&n[o(591)](o(665)))return;o(610)==t[o(661)]&&d[o(585)](e)&&!d[o(605)](e)&&(e[o(438)]||h[o(383)]?f&&f[o(582)]==e||(f=e,y(t[o(415)]),p=!0):v=v||t[o(415)])}function y(t){const e=o,n=s[e(622)][e(506)](e(549),{class:e(637)+u}),a=s[e(397)][e(583)](t);c[e(480)][e(609)]&&s[e(622)][e(352)](e(637)+u+e(655),n),i[e(360)]==c&&s[e(622)][e(352)](e(424),n),s[e(622)][e(382)](a,n),s[e(397)][e(627)](n,r[e(647)])}m||p||!v||y(v)}}(this[t(467)]),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(478),((e,n,i)=>{const r=t,s=i[r(397)][r(350)](n[r(647)]);if(s)for(const t of s)(t[r(592)](r(481))||t[r(592)](r(612)))&&(i[r(397)][r(558)](t,n[r(647)]),i[r(622)][r(513)](t))}),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(512),((e,n,i)=>{const r=t,s=n[r(647)][r(365)](":")[1],o=this[r(456)](s);if(!o)return null;const a=r(552)==o[r(661)]?r(365):r(484);if(i[r(366)][r(440)](n[r(625)],e[r(539)]))for(const t of n[r(625)][r(636)]()){if(!t.is(r(514),r(654)))continue;const e=i[r(622)][r(506)](r(549),{class:r(637)+a}),s=i[r(397)][r(583)](this[r(467)][r(369)][r(339)](t));o[r(480)][r(609)]&&i[r(622)][r(352)](r(637)+a+r(655),e),this[r(360)]==o&&i[r(622)][r(352)](r(424),e),i[r(622)][r(382)](s,e),i[r(397)][r(627)](e,n[r(647)])}}),{priority:t(667)}),this[t(467)][t(369)][t(658)].on(t(344),(()=>{const e=t;this[e(467)][e(452)][e(431)][e(344)]((t=>{const n=e;for(const e of this[n(467)][n(369)][n(658)][n(453)]()){const i=this[n(467)][n(369)][n(658)][n(517)](e),r=this[n(467)][n(452)][n(431)][n(658)][n(517)](e);if(r){const e=i[n(545)](n(563));if(t[n(600)](n(670),r),t[n(586)](n(482),r),t[n(586)](n(569),r),t[n(586)](n(649),r),e){const i=this[n(456)](e);if(!i)return null;t[n(458)](n(670),e,r),t[n(352)](n(529)+i[n(661)],r),this[n(360)]==i&&t[n(352)](n(649),r)}}}}))})),this[t(467)][t(571)][t(551)](t(346))[t(642)]({view:t(455),model:e=>t(493)+e,converterPriority:t(399)}),this[t(467)][t(571)][t(551)](t(346))[t(642)]({view:t(448),model:e=>t(405)+e,converterPriority:t(399)}),this[t(467)][t(571)][t(551)](t(638))[t(423)]({model:t(595),view:e=>({name:t(398)+e,group:t(595)}),converterPriority:t(399)}),this[t(467)][t(571)][t(551)](t(633))[t(486)]({model:t(595),view:e=>{const n=t,i=e[n(647)][n(365)](":")[1];return n(644)!=i&&n(581)!=i?null:{classes:[n(646),n(516)+i]}}}),this[t(467)][t(452)][t(515)].on(t(521),br(this[t(467)],t(484)),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(532),br(this[t(467)],t(365)),{priority:t(667)}),this[t(467)][t(452)][t(515)].on(t(357),((e,n,i)=>{const r=t,s=i[r(397)][r(350)](n[r(647)]);if(s)for(const t of s)t.is(r(578))&&(i[r(397)][r(558)](t,n[r(647)]),i[r(622)][r(513)](t))}),{priority:t(667)})}[mr(456)](t){const e=mr;return this[e(674)][e(361)](t)}[mr(351)](t){const e=mr;return this[e(561)]&&this[e(561)][e(669)](),this[e(561)]=new ir(this[e(467)][e(508)],t),this[e(561)]}[mr(671)](){const t=mr;this[t(467)][t(369)][t(658)][t(527)][t(406)](t(537)),this.on(t(432),((e,n,i,r)=>{const s=t;r&&this[s(550)][s(513)](r),i&&(this[s(550)][s(552)]({view:i,stackId:s(639),position:{target:()=>{const t=s,e=this[t(467)][t(452)],n=this[t(456)](i[t(384)]);let r;if(n[t(480)][t(489)]){const i=e[t(431)][t(557)](n[t(404)]);r=Array[t(632)](i[t(616)]())}else{const n=this[t(467)][t(369)][t(507)][t(361)](t(494)+i[t(384)]);r=Array[t(632)](e[t(397)][t(350)](n[t(539)]))[t(659)]((n=>e[t(431)][t(502)][t(530)](n)))[t(659)]((e=>Array[t(632)](e[t(616)]())))[t(490)]()}return this[t(663)]&&r[t(358)]((e=>e[t(463)]-3<=this[t(663)].y&&e[t(447)]+3>=this[t(663)].y&&e[t(376)]-3<=this[t(663)].x&&e[t(377)]+3>=this[t(663)].x))||r[0]}}}),this[s(550)][s(341)](s(639)))})),this.on(t(635),((e,n,i,r)=>{const s=t;this[s(379)]=i?this[s(351)](i):null,this[s(467)][s(369)][s(344)]((()=>{const t=s,e=this[t(467)][t(452)];r&&(r[t(480)][t(489)]?e[t(431)][t(344)]((n=>{const i=t;n[i(586)](i(649),e[i(431)][i(658)][i(517)](r[i(404)]))})):e[t(594)](t(494)+r.id)),i&&(i[t(480)][t(489)]?e[t(431)][t(344)]((n=>{const r=t;n[r(352)](r(649),e[r(431)][r(658)][r(517)](i[r(404)]))})):e[t(594)](t(494)+i.id))}))})),this[t(392)](this[t(467)][t(452)][t(431)][t(658)],t(426),((e,n)=>{const i=t;if(this[i(360)])return;const r=this[i(575)](n[i(464)]),s=this[i(674)][i(361)](r);s?(this[i(663)]={x:n[i(611)].x,y:n[i(611)].y},this[i(379)]=this[i(351)](s)):(this[i(663)]=null,this[i(379)]=null)})),this[t(392)](this[t(467)][t(452)][t(431)][t(658)],t(373),((e,n)=>{const i=t,r=this[i(575)](n[i(464)]),s=this[i(674)][i(361)](r);s?(this[i(663)]={x:n[i(611)].x,y:n[i(611)].y},s===this[i(360)]?this[i(550)][i(643)]():this[i(360)]=s):(this[i(663)]=null,this[i(360)]=null)}))}[mr(575)](t){const e=mr;do{const n=t[e(545)](e(670));if(n)return n;t=t[e(582)]}while(t);return null}[mr(668)](){const t=mr;this[t(467)][t(369)][t(344)]((e=>{const n=t;for(const t of this[n(467)][n(369)][n(507)])e[n(497)](t)}))}}function br(t,e){return(n,i,r)=>{const s=pr;if(!r[s(366)][s(440)](i[s(625)],n[s(539)]))return;const o=i[s(625)][s(402)](),a=i[s(625)][s(504)],c=t[s(369)][s(446)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(387)];h=h||c[s(380)](e);const n=r[s(397)][s(457)](e);if(n&&n[s(591)](s(665)))return;s(610)==t[s(661)]&&c[s(585)](e)&&!c[s(605)](e)&&(e[s(438)]||a[s(383)]?u&&u[s(582)]==e||(u=e,f(t[s(415)]),d=!0):l=l||t[s(415)])}function f(t){const n=s,o=r[n(397)][n(583)](t),a=r[n(622)][n(506)](n(549),{class:n(516)+e});r[n(622)][n(382)](o,a),r[n(397)][n(627)](a,i[n(647)])}h||d||!l||f(l)}}class _r extends Yn.Command{constructor(t){const e=mr;super(t);const n=t[e(613)][e(361)](kr);this[e(468)]=!1,this[e(392)](n,e(483),(()=>this[e(628)]())),this[e(392)](n,e(555),(()=>this[e(628)]()))}[mr(462)](){const t=mr,e=this[t(467)],n=e[t(613)][t(361)](kr),i=n[t(526)]?n[t(553)][t(601)]:null;e[t(425)][t(361)](t(518))[t(451)](i)}[mr(628)](){const t=mr,{isReady:e,isEnabled:n,repository:i,diff:r}=this[t(467)][t(613)][t(361)](kr),s=r&&i[t(388)](r[t(601)]);this[t(413)]=e&&n&&Boolean(s)}}class wr extends Yn.Command{constructor(t,{direction:e}){const n=mr;super(t);const i=t[n(613)][n(361)](kr);this[n(468)]=!1,this[n(528)]=n(430)===e?1:-1,this[n(392)](i,n(483),(()=>this[n(628)]())),this[n(392)](i,n(555),(()=>this[n(628)]())),this[n(392)](i,n(635),(()=>this[n(628)]()))}[mr(462)](){const e=mr,n=this[e(467)],i=n[e(613)][e(361)](kr),{isNavigationMode:r,currentChangeNumber:s}=i;let o;if(i[e(360)]=r?i[e(553)][e(363)][e(361)](s+this[e(528)]):i[e(553)][e(363)][e(345)],i[e(360)][e(480)][e(489)])o=n[e(452)][e(431)][e(557)](i[e(360)][e(404)]);else{const t=n[e(369)][e(507)][e(361)](e(494)+i[e(360)].id);o=(0,Jn.getMarkerDomElement)(n[e(452)],t)}(0,t.scrollViewportToShowTarget)({target:o,viewportOffset:40})}[mr(628)](){const t=mr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(467)][t(613)][t(361)](kr);this[t(413)]=!!(s&&r&&i)&&(!e||(1===this[t(528)]?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=Ui();ji()(Ir.A,Or);Ir.A&&Ir.A.locals&&Ir.A.locals;function Sr(){const t=["Show next change","span","setTemplate","Loading...","_isStatusLabelVisible","forward","currentChangeNumber","ck-revision-history-ui__changes-navigation__label","bind","ck-revision-history-ui__changes-navigation","isReady","Total","backward","ck-revision-history-ui__changes-navigation__navigation","1823364YIFvaw","EDIT_X_OF_Y_REVISIONS","393239FiwTvH","ck-revision-history-ui__changes-navigation__wrapper","21864fZVYqY","NUMBER_OF_CHANGES","30065SZdWnD","bindTemplate","isEnabled","isNavigationMode","No changes","div","ck-revision-history-ui","165Jbotyt","X_OF_Y_CHANGES","Show previous change","isBackwardNavigationEnabled","ck-hidden","isForwardNavigationEnabled","744VGdeqR","5236952ijzCfd","set","1031396WyBDAt","numberOfChanges","_statusText","execute","3169680oUxmvX","fire"];return(Sr=function(){return t})()}function Tr(t,e){const n=Sr();return(Tr=function(t,e){return n[t-=460]})(t,e)}!function(t){const e=Tr,n=t();for(;;)try{if(374309===parseInt(e(490))/1+-parseInt(e(468))/2+-parseInt(e(501))/3*(-parseInt(e(492))/4)+parseInt(e(494))/5*(-parseInt(e(465))/6)+parseInt(e(466))/7+parseInt(e(472))/8+-parseInt(e(488))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class xr extends Ri.View{constructor(t){const e=Tr;super(t);const n=this[e(495)],i=new Ri.ButtonView(t),r=new Ri.ButtonView(t);this[e(467)](e(497),!1),this[e(467)](e(484),!1),this[e(467)](e(480),0),this[e(467)](e(469),0),this[e(467)](e(464),!1),this[e(467)](e(462),!1),this[e(482)](e(478)).to(this,e(484),this,e(469),((t,e)=>t&&e>0)),this[e(482)](e(470)).to(this,e(484),this,e(480),this,e(469),this,e(497),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(477));if(!r)return $n(t,o(498));const a=$n(t,o(493),r);return s?$n(t,o(460),[i+1,r]):a})),i[e(467)]({label:$n(t,e(461)),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(474)),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(482)](e(496)).to(this,e(462)),r[e(482)](e(496)).to(this,e(464)),i.on(e(471),(()=>this[e(473)](e(471),e(486)))),r.on(e(471),(()=>this[e(473)](e(471),e(479)))),this[e(476)]({tag:e(499),attributes:{class:["ck",e(500),e(483)]},children:[{tag:e(475),attributes:{class:[e(491)]},children:[{tag:e(475),attributes:{class:[e(481),n.if(e(478),e(463),(t=>!t))]},children:[{text:n.to(e(497),(n=>n?$n(t,e(489))+": ":$n(t,e(485))+": "))}]},{text:n.to(e(470))}]},new Ri.ToolbarSeparatorView,{tag:e(499),attributes:{class:[e(487)]},children:[i,r]}]})}}var Ar=n(560),Er={attributes:{"data-cke":!0}};Er.setAttributes=zi(),Er.insert=Pi().bind(null,"head"),Er.domAPI=Ci(),Er.insertStyleElement=Ui();ji()(Ar.A,Er);Ar.A&&Ar.A.locals&&Ar.A.locals;const Mr=Rr;!function(t){const e=Rr,n=t();for(;;)try{if(841952===-parseInt(e(433))/1+parseInt(e(429))/2+parseInt(e(411))/3+-parseInt(e(419))/4+parseInt(e(427))/5+-parseInt(e(417))/6*(parseInt(e(430))/7)+parseInt(e(431))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vr);const Nr=Mr(413);function Rr(t,e){const n=Vr();return(Rr=function(t,e){return n[t-=411]})(t,e)}function Vr(){const t=["pluginName","editor","6sOeIbE","change","3419900RsqLxC","removeClass","roots","document","RevisionViewerLoadingOverlay","show","view","editing","6491350QNFjRz","addClass","2266264FUWVRJ","7508515oJeglY","9304992YbMZej","hide","1586744oQsfQg","2285370ljXMim","isOfficialPlugin","ck-editor__editable__loading-overlay","isPremiumPlugin"];return(Vr=function(){return t})()}class jr extends Yn.Plugin{static get[Mr(415)](){return Mr(423)}static get[Mr(412)](){return!0}static get[Mr(414)](){return!0}[Mr(424)](){const t=Mr,e=this[t(416)][t(426)][t(425)];e[t(418)]((n=>{const i=t;for(const t of e[i(422)][i(421)])n[i(428)](Nr,t)}))}[Mr(432)](){const t=Mr,e=this[t(416)][t(426)][t(425)];e[t(418)]((n=>{const i=t;for(const t of e[i(422)][i(421)])n[i(420)](Nr,t)}))}}const Dr=Lr;function Cr(){const t=["changesNavigation","isForwardNavigationEnabled","revisionHistory","2993485iMGPKz","closeRevisionViewerCallback","Restore this revision","undo","ck-revision-history-ui__back-to-editing","bind","15560901SZgwDW","2295024UpjEch","execute","show","isOfficialPlugin","add","forward","isEnabled","exitToEditing","change:isReady","showPreviousChange","isPremiumPlugin","currentChangeNumber","plugins","hide","numberOfChanges","1630230uPXjOw","1371050dVlDyr","isReady","Back to editing","isNavigationMode","isBackwardNavigationEnabled","set","8buuKxU","get","92OYqgUN","8997WIKGGX","showNextChange","config","componentFactory","listenTo","RevisionViewerUI","24915YmgdEi","pluginName","init","restoreRevision","editor","requires","commands"];return(Cr=function(){return t})()}function Lr(t,e){const n=Cr();return(Lr=function(t,e){return n[t-=212]})(t,e)}!function(t){const e=Lr,n=t();for(;;)try{if(500489===-parseInt(e(224))/1+-parseInt(e(257))/2+parseInt(e(218))/3*(-parseInt(e(217))/4)+-parseInt(e(234))/5+parseInt(e(241))/6+-parseInt(e(256))/7+-parseInt(e(215))/8*(-parseInt(e(240))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cr);class Pr extends Yn.Plugin{static get[Dr(225)](){return Dr(223)}static get[Dr(244)](){return!0}static get[Dr(251)](){return!0}static get[Dr(229)](){return[kr,jr]}[Dr(226)](){const t=Dr,e=this[t(228)],n=e[t(253)][t(216)](kr),i=e[t(253)][t(216)](jr);e.ui[t(221)][t(245)](t(248),(n=>{const i=t,r=new Ri.ButtonView(n);return r[i(214)]({label:$n(n,i(259)),icon:Yn.icons[i(237)],withText:!0,tooltip:!0,class:i(238)}),this[i(222)](r,i(242),(()=>{const t=i;e[t(220)][t(216)](t(233))[t(235)]()})),r})),e.ui[t(221)][t(245)](t(227),(n=>{const i=t,r=new Ri.ButtonView(n);return r[i(214)]({label:$n(n,i(236)),withText:!0,tooltip:!0}),r[i(239)](i(247)).to(e[i(230)][i(216)](i(227))),this[i(222)](r,i(242),(()=>e[i(242)](i(227)))),r})),e.ui[t(221)][t(245)](t(231),(i=>{const r=t,s=new xr(i),o=e[r(230)][r(216)](r(250)),a=e[r(230)][r(216)](r(219));return s[r(239)](r(213)).to(o,r(247)),s[r(239)](r(232)).to(a,r(247)),s[r(239)](r(258),r(252),r(255),r(212)).to(n),this[r(222)](s,r(242),((t,n)=>{const i=r;e[i(242)](i(246)===n?i(219):i(250))})),s})),i[t(243)](),n.on(t(249),((e,n,r)=>{const s=t;r?i[s(254)]():i[s(243)]()}))}}var Fr=n(329),zr={attributes:{"data-cke":!0}};zr.setAttributes=zi(),zr.insert=Pi().bind(null,"head"),zr.domAPI=Ci(),zr.insertStyleElement=Ui();ji()(Fr.A,zr);Fr.A&&Fr.A.locals&&Fr.A.locals;const Hr=Zr;function Ur(){const t=["destroy","11362SOvaKs","placeholder","value","bindTemplate","_resizeObserver","957dFpvvJ","span","input","element","set","extendTemplate","3959350kDtcSj","Enter the revision name","_updateTooltipText","clientWidth","10414368nsvdhZ","ck-revision-history-sidebar__revision-name","fieldView","13728230tbHzpG","listenTo","78253yBMVwy","scrollWidth","1041189EzWETd","304KuqCYV","_tooltipString","Revision name","ck-tooltip_multi-line","4TDxLav","render","2570388vAKiUg"];return(Ur=function(){return t})()}function Zr(t,e){const n=Ur();return(Zr=function(t,e){return n[t-=321]})(t,e)}!function(t){const e=Zr,n=t();for(;;)try{if(970651===parseInt(e(336))/1+-parseInt(e(345))/2*(parseInt(e(350))/3)+-parseInt(e(341))/4*(parseInt(e(325))/5)+parseInt(e(343))/6+parseInt(e(334))/7*(-parseInt(e(337))/8)+parseInt(e(329))/9+parseInt(e(332))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ur);class qr extends Ri.LabeledFieldView{constructor(t,e){const n=Zr;super(t,e),this[n(349)]=null;const i=this[n(348)];this[n(323)]({label:$n(t,n(339)),_tooltipString:""}),this[n(331)][n(346)]=$n(t,n(326)),this[n(324)]({tag:n(351),attributes:{class:[n(330)],"data-cke-tooltip-text":i.to(n(338)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(340)}})}[Hr(342)](){const e=Hr;super[e(342)](),this[e(349)]=new t.ResizeObserver(this[e(331)][e(322)],(()=>this[e(327)]())),this[e(333)](this[e(331)],e(321),(()=>this[e(327)]()))}[Hr(344)](){const t=Hr;super[t(344)](),this[t(349)]&&this[t(349)][t(344)]()}[Hr(327)](){const t=Hr,e=this[t(331)][t(322)];this[t(338)]=e[t(335)]>e[t(328)]&&e[t(347)]||""}}var Br=n(249),Yr={attributes:{"data-cke":!0}};Yr.setAttributes=zi(),Yr.insert=Pi().bind(null,"head"),Yr.domAPI=Ci(),Yr.insertStyleElement=Ui();ji()(Br.A,Yr);Br.A&&Br.A.locals&&Br.A.locals;function Jr(t,e){const n=Gr();return(Jr=function(t,e){return n[t-=461]})(t,e)}!function(t){const e=Jr,n=t();for(;;)try{if(216763===-parseInt(e(477))/1+parseInt(e(466))/2*(-parseInt(e(481))/3)+parseInt(e(476))/4*(-parseInt(e(470))/5)+-parseInt(e(478))/6*(-parseInt(e(480))/7)+-parseInt(e(471))/8*(-parseInt(e(469))/9)+-parseInt(e(461))/10*(parseInt(e(468))/11)+parseInt(e(463))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gr);class Wr extends Ri.View{constructor(t,e,n){const i=Jr;super(t);const r=new Ri.IconView;r[i(475)]({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(462)});const s=["ck",i(464)];n&&s[i(483)](i(474));const o=[{tag:i(472),attributes:{class:["ck",i(467)],title:$n(t,i(n?473:482))},children:[r,e[i(479)]]}];this[i(465)]({tag:"li",attributes:{class:s},children:o})}}function Gr(){const t=["3905760fdeLzo","ck-revision-history-sidebar__revision-author","setTemplate","74YLwSgM","ck-revision-history-sidebar__revision-author__name","61237ZnPNnQ","2309805gJNgbg","260HrFytA","8GoWxHT","span","Revision creator","ck-revision-history-sidebar__revision-author_creator","set","17084RnqhWv","59673LBEdir","348SDgCvY","name","19537hZUUfD","19452MjPhel","Revision author","push","10FCwbau","0 0 11 10"];return(Gr=function(){return t})()}function Kr(t,e){var n=Xr();return(Kr=function(t,e){return n[t-=349]})(t,e)}function Xr(){var t=["161960wPMCgy","341783MpDUby","9RqhHfq","3280yeZYWl","343btINPt","12969keXXMz","11vjVjHT","numeric","10986KtzYuM","1354952pKeGrs","8506308okmFmQ","toLocaleDateString","long","toLocaleTimeString","2390LDjEdl","2013356IExOqH"];return(Xr=function(){return t})()}!function(t){for(var e=Kr,n=t();;)try{if(616389===-parseInt(e(356))/1+parseInt(e(354))/2+parseInt(e(357))/3*(parseInt(e(364))/4)+-parseInt(e(353))/5*(parseInt(e(363))/6)+-parseInt(e(359))/7*(-parseInt(e(355))/8)+parseInt(e(360))/9*(-parseInt(e(358))/10)+-parseInt(e(361))/11*(parseInt(e(349))/12))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=Ui();ji()(Qr.A,$r);Qr.A&&Qr.A.locals&&Qr.A.locals;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=116]})(t,e)}function es(){const t=["Show more items","map","buttonView","4935498bXmSJE","279917EjHKct","find","set","menuitem","119pdYgpB","isActionsDropdownOpen","ck-revision-history-sidebar__revision__actions","change:isActionsDropdownOpen","items","model","isVisible","panelPosition","_action","locale","Compare against selected","execute","820ALmfdV","listenTo","source","menu","listView","8AzFmEG","isEnabled","button","7JmGAmL","7551360jRJVJn","bindTemplate","name","add","children","ck-on","extendTemplate","first","Restore this revision","3898128VhFNdC","function","744072XJnrOf","9547569oPkUxP","class","threeVerticalDots","isReady","3704PApixH","stopPropagation","isOpen","bind","Name this revision","action"];return(es=function(){return t})()}!function(t){const e=ts,n=t();for(;;)try{if(995622===parseInt(e(161))/1*(parseInt(e(147))/2)+parseInt(e(140))/3+-parseInt(e(142))/4+parseInt(e(131))/5+-parseInt(e(156))/6*(parseInt(e(130))/7)+-parseInt(e(127))/8*(-parseInt(e(143))/9)+parseInt(e(122))/10*(-parseInt(e(157))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(es);var ns=n(216),is={attributes:{"data-cke":!0}};is.setAttributes=zi(),is.insert=Pi().bind(null,"head"),is.domAPI=Ci(),is.insertStyleElement=Ui();ji()(ns.A,is);ns.A&&ns.A.locals&&ns.A.locals;const rs=os;function ss(){const t=["div","setName","ck-revision-history-sidebar__revision-authors","filter","change","select","498033GawEtX","164644tOaDyf","unshift","isHighlighted","length","revisionActionsView","span","render","srcElement","uiLanguage","bindTemplate","1379920wFVyir","fire","ck-reset","_requireRevisionName","7ATelRJ","200QXVQBe","82KuiBIE","name","revisionNameView","isSelected","element","authors","fieldView","createdAt","isConfirm","isReady","ck-revision-history-sidebar__actions_dropdown_open","map","bind","_revision","extendTemplate","1358142dZKnVX","329880GXOqaD","deselect","22038ThThIb","set","_createdAtFormatted","ck-revision-history-sidebar__revision_selected","ck-revision-history-sidebar__revision__date","ck-revision-history-sidebar__revision__controls-wrapper","setTemplate","unhighlight","ck-revision-history-sidebar__revision-wrapper","ck-revision-history-sidebar__revision","isActionsDropdownOpen","listenTo","from","creator","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","value","highlight","ck-revision-history-sidebar__revision_highlighted","ck-disabled","closest",".ck-thread__remove-confirm","1240080QoDyrx","220","isEnabled"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=491]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(240364===-parseInt(e(539))/1+parseInt(e(523))/2*(-parseInt(e(541))/3)+-parseInt(e(507))/4+-parseInt(e(497))/5+parseInt(e(538))/6*(parseInt(e(521))/7)+-parseInt(e(517))/8+parseInt(e(506))/9*(parseInt(e(522))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);class as extends((0,Jn.ConfirmMixin)(Ri.View)){constructor(e,n,i,r){const s=os;super(e);const o=this[s(516)],a=function(t,e){const n=s,i=Array[n(553)](e[n(528)])[n(503)]((t=>t!=e[n(554)]));return e[n(554)]&&i[n(508)](e[n(554)]),i[n(534)]((i=>new Wr(t,i,i==e[n(554)])))}(e,n);this.id=n.id,this[s(536)]=n,this[s(520)]=r,this[s(535)](s(524),s(530)).to(n),this[s(535)](s(543)).to(this,s(530),(t=>{return n=e[s(515)],(i=t)[(r=Kr)(350)](n,{month:r(351),day:r(362)})+", "+i[r(352)](n,{hour:r(362),minute:r(362)});var n,i,r})),this[s(542)](s(526),!1),this[s(542)](s(509),!1),this[s(542)](s(551),!1),this[s(542)](s(532),!1),this[s(542)](s(499),!1),this[s(525)]=new qr(e,Ri.createLabeledInputText),this[s(525)][s(529)][s(537)]({attributes:{maxlength:s(498)}}),this[s(525)][s(529)][s(535)](s(491)).to(this,s(524),(t=>t||this[s(543)])),this[s(525)][s(535)](s(499)).to(this,s(526),this,s(499),((t,e)=>t&&e)),this[s(511)]=i&&i[s(510)]?function(e,n){const i=ts,r=e[i(132)],s=e[i(119)],o=(0,Ri.createDropdown)(s);o[i(117)]="sw";const a=function(e,n){const r=i,s=function(t,e){const n=ts,i=t[n(119)],r={"Compare against selected":$n(i,n(120)),"Name this revision":$n(i,n(151)),"Restore this revision":$n(i,n(139))};return e[n(154)]((t=>{const e=n,i=r[t[e(133)]];return i&&i!==t[e(133)]&&(t[e(133)]=i),t}))}(e,n),o=new t.Collection;for(const t of s){const n={type:r(129),model:new Ri.ViewModel({label:t[r(133)],class:t[r(144)],withText:!0,role:r(160),_action:t[r(152)]})};n[r(166)][r(150)](r(128)).to(e,r(162),(n=>r(141)!=typeof t[r(128)]||!n||t[r(128)](e))),o[r(134)](n)}return o}(e,n);return e[i(150)](i(162)).to(o,i(149)),o[i(155)][i(159)]({label:$n(s,i(153)),tooltip:!0,tooltipPosition:"sw",icon:Yn.icons[i(145)]}),o[i(137)]({attributes:{class:[i(163),r.if(i(162),i(136))]},on:{click:r.to((t=>t[i(148)]()))}}),o.on(i(121),(t=>{const n=i;e[n(146)]&&n(141)==typeof t[n(124)][n(118)]&&t[n(124)][n(118)](e)})),(0,Ri.addListToDropdown)(o,a,{role:i(125)}),o[i(123)](e,i(164),((t,r,s)=>{const a=i;if(s)for(const t of o[a(126)][a(165)]){const i=t[a(135)][a(138)],r=n[a(158)]((t=>t[a(152)]===i[a(118)]))[a(116)];t[a(116)]=void 0===r||r(e)}})),o}(this,i):"",this[s(511)]&&this[s(511)][s(535)](s(499)).to(this),this[s(547)]({tag:s(500),attributes:{class:["ck",s(519),s(549),o.if(s(531),s(555))]},children:[{tag:s(500),attributes:{class:["ck",s(519),s(550),o.if(s(499),s(494),(t=>!t)),o.if(s(526),s(544)),o.if(s(509),s(493)),o.if(s(551),s(533))]},children:[this[s(525)],{tag:s(512),attributes:{class:["ck",s(545)]},children:[{text:o.to(s(543))}]},{tag:s(500),attributes:{class:["ck",s(546)]},children:[{tag:"ul",attributes:{class:["ck",s(502)]},children:a}]},this[s(511)]],on:{click:o.to((t=>{const e=s;t[e(514)][e(495)](e(496))||this[e(532)]&&this[e(499)]&&this[e(518)](e(505),{id:this.id})}))}}]})}[rs(513)](){const t=rs;super[t(513)]();const e=this[t(525)][t(529)][t(527)];this[t(552)](e,t(504),(()=>{const n=t;this[n(520)]&&!e[n(491)]||this[n(518)](n(501),{id:this.id,name:e[n(491)]}),e[n(491)]||(e[n(491)]=this[n(524)]?this[n(524)]:this[n(543)])}))}[rs(505)](){this[rs(526)]=!0}[rs(540)](){this[rs(526)]=!1}[rs(492)](){this[rs(509)]=!0}[rs(548)](){this[rs(509)]=!1}}var cs=n(675);function us(){const t=["week","setLocale","7geenCN","toJSDate","toRelativeCalendar","2looYcT","hasSame","37327rhxMaE","local","weekdayLong","day","249712UNShic","9flMYJY","monthLong","4738080TuCORI","12044604qQhgGc","startOf","minus","12pqqPww","19971ntfkVL","5237608arjjdR","fromJSDate","year","month","590XceWeR","208832qPgsuJ","5kMYgcN"];return(us=function(){return t})()}function ls(t,e){const n=us();return(ls=function(t,e){return n[t-=151]})(t,e)}function hs(t,e){const n=ls,i=cs.c9[n(158)](t)[n(165)](e),r=cs.c9[n(172)](),s=r[n(154)]({days:1})[n(153)](n(174));let o,a;return i[n(170)](r,n(174))?(o=i[n(153)](n(174))[n(167)](),a=i[n(168)]()):i[n(170)](s,n(174))?(o=s[n(167)](),a=i[n(168)]()):i[n(170)](r,n(164))?(o=i[n(153)](n(164))[n(167)](),a=i[n(173)]||""):i[n(170)](r,n(159))?(o=i[n(153)](n(160))[n(167)](),a=i[n(177)]||""):(o=i[n(153)](n(159))[n(167)](),a=String(i[n(159)])),{startDate:o,localizedPeriodName:a}}!function(t){const e=ls,n=t();for(;;)try{if(924885===parseInt(e(171))/1*(parseInt(e(169))/2)+-parseInt(e(176))/3*(parseInt(e(175))/4)+parseInt(e(163))/5*(-parseInt(e(151))/6)+parseInt(e(166))/7*(parseInt(e(157))/8)+-parseInt(e(156))/9*(-parseInt(e(161))/10)+parseInt(e(152))/11+parseInt(e(155))/12*(-parseInt(e(162))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);var ds=n(45),fs={attributes:{"data-cke":!0}};fs.setAttributes=zi(),fs.insert=Pi().bind(null,"head"),fs.domAPI=Ci(),fs.insertStyleElement=Ui();ji()(ds.A,fs);ds.A&&ds.A.locals&&ds.A.locals;const vs=ps;function ms(){const t=["850362XAaXDs","add","ck-revision-history-sidebar__time-period__revisions","div","find","delegate","locale","724288IncXKn","31116350MFPHLP","2557506XKyzrq","revisionViews","108JCdEaK","11joBLWY","startDate","ck-revision-history-sidebar__time-period__label","span","localizedPeriodName","select","removeRevision","5YvLNmO","uiLanguage","addRevision","remove","5vmycYE","29294zZVIwo","setName","1456888BzRzZc","ck-revision-history-sidebar__time-period","1524090tPkJHH","_revisionActions","createCollection","setTemplate","_requireRevisionName"];return(ms=function(){return t})()}function ps(t,e){const n=ms();return(ps=function(t,e){return n[t-=225]})(t,e)}!function(t){const e=ps,n=t();for(;;)try{if(572631===-parseInt(e(250))/1*(parseInt(e(255))/2)+-parseInt(e(226))/3+-parseInt(e(257))/4+parseInt(e(254))/5*(-parseInt(e(231))/6)+-parseInt(e(240))/7+-parseInt(e(238))/8*(parseInt(e(242))/9)+-parseInt(e(239))/10*(-parseInt(e(243))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ms);class ys extends Ri.View{constructor(t,e,n,i){const r=ps;super(t);const s=hs(e,this[r(237)][r(251)])[r(247)];this[r(244)]=e,this[r(241)]=this[r(228)](),this[r(227)]=n,this[r(230)]=i,this[r(241)][r(236)](r(248)).to(this),this[r(241)][r(236)](r(256)).to(this),this[r(229)]({tag:r(234),attributes:{class:["ck",r(225)]},children:[{tag:r(246),attributes:{class:["ck",r(245)]},children:[{text:s}]},{tag:r(234),attributes:{class:["ck",r(233)]},children:this[r(241)]}]})}[vs(252)](t){const e=vs,n=new as(this[e(237)],t,this[e(227)],this[e(230)]);this[e(241)][e(232)](n)}[vs(249)](t){const e=vs,n=this[e(241)][e(235)]((e=>e.id===t.id));this[e(241)][e(253)](n)}}var gs=n(173),ks={attributes:{"data-cke":!0}};ks.setAttributes=zi(),ks.insert=Pi().bind(null,"head"),ks.domAPI=Ci(),ks.insertStyleElement=Ui();ji()(gs.A,ks);gs.A&&gs.A.locals&&gs.A.locals;function bs(t,e){const n=_s();return(bs=function(t,e){return n[t-=189]})(t,e)}function _s(){const t=["content","6630470tdRDGh","6fddsok","4060238rGHUcc","ck-reset_all","28959hzcxLb","962352mnLtpK","377290PrEBVF","ck-revision-history-sidebar__header","Revision history","div","span","991278SNVnLM","setTemplate","history","100YckuQE","ck-revision-history-sidebar__header__label","154Hiymsj","88lDxqoo","1394006ABaKFP"];return(_s=function(){return t})()}!function(t){const e=bs,n=t();for(;;)try{if(733472===parseInt(e(207))/1+-parseInt(e(203))/2*(parseInt(e(193))/3)+-parseInt(e(194))/4+parseInt(e(189))/5+parseInt(e(190))/6*(-parseInt(e(191))/7)+parseInt(e(206))/8*(-parseInt(e(200))/9)+parseInt(e(195))/10*(parseInt(e(205))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_s);class ws extends Ri.View{constructor(t){const e=bs;super(t);const n=new Ri.IconView;n[e(208)]=Yn.icons[e(202)],this[e(201)]({tag:e(198),attributes:{class:["ck",e(192),e(196)]},children:[n,{tag:e(199),attributes:{class:["ck",e(204)]},children:[$n(t,e(197))]}]})}}var Is=n(722),Os={attributes:{"data-cke":!0}};Os.setAttributes=zi(),Os.insert=Pi().bind(null,"head"),Os.domAPI=Ci(),Os.insertStyleElement=Ui();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-=320]})(t,e)}function xs(){const t=["deselect","_getTimePeriodViewByStartDate","_addRevision","highlightRevisions","getTime","selectRevision","49809782aurqfe","unhighlight","1800dxKbGP","ck-reset","ck-disabled","add","flat","createCollection","ck-revision-history-sidebar","timePeriodViews","locale","fire","ck-rounded-corners","110034GVRXvl","highlight","_removeRevision","div","49vnafKp","270FKxKtK","find","delegate","remove","ck-revision-history-sidebar__timeline","setTemplate","5332cmencm","bindTemplate","8011910vtxbJp","startDate","revisionSelected","uiLanguage","21385HUKRVJ","revisionSetName","_requireRevisionName","_revisionActions","_revisions","2972523OiJuPP","some","set","map","removeRevision","revisionViews","setName","render","addRevision","get","12968688xLcSXR","createdAt","isEnabled","select","4NROyrr"];return(xs=function(){return t})()}!function(t){const e=Ts,n=t();for(;;)try{if(918299===parseInt(e(360))/1*(-parseInt(e(367))/2)+parseInt(e(322))/3*(parseInt(e(336))/4)+-parseInt(e(369))/5+parseInt(e(345))/6*(-parseInt(e(373))/7)+-parseInt(e(332))/8+parseInt(e(356))/9*(-parseInt(e(361))/10)+parseInt(e(343))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xs);class As extends Ri.View{constructor(t,e,n,i){const r=Ts;super(t);const s=this[r(368)];this[r(352)]=this[r(350)](),this[r(352)][r(363)](r(335)).to(this),this[r(352)][r(363)](r(328)).to(this),this[r(321)]=e,this[r(320)]=n,this[r(375)]=i,this.on(r(335),((t,e)=>{const n=r;this[n(354)](n(371),e)})),this.on(r(328),((t,e)=>{const n=r;this[n(354)](n(374),e)})),this[r(324)](r(334),!1),this[r(366)]({tag:r(359),attributes:{class:["ck",r(346),r(355),r(351)]},children:[new ws(t),{tag:r(359),attributes:{class:["ck",r(365),s.if(r(334),r(347),(t=>!t))]},children:this[r(352)]}]})}[Ss(329)](){const t=Ss;super[t(329)]();for(const e of this[t(321)])this[t(339)](e);this[t(321)].on(t(348),((e,n)=>{this[t(339)](n)})),this[t(321)].on(t(364),((e,n)=>{this[t(358)](n)}))}get[Ss(327)](){const t=Ss;return this[t(352)][t(325)]((e=>e[t(327)][t(325)]((t=>t))))[t(349)]()}[Ss(342)](t){const e=Ss;for(const n of this[e(327)])t&&t.id===n.id?n[e(335)]():n[e(337)]()}[Ss(340)](t){const e=Ss;for(const n of this[e(327)])t[e(323)]((({id:t})=>t===n.id))?n[e(357)]():n[e(344)]()}[Ss(339)](t){const e=Ss,n=hs(t[e(333)],this[e(353)][e(372)])[e(370)];let i=this[e(352)][e(331)](0);i&&i[e(370)][e(341)]()===n[e(341)]()||(i=new ys(this[e(353)],n,this[e(320)],this[e(375)]),this[e(352)][e(348)](i)),i[e(330)](t)}[Ss(358)](t){const e=Ss,n=hs(t[e(333)],this[e(353)][e(372)])[e(370)];this[e(338)](n)[e(326)](t)}[Ss(338)](t){const e=Ss;return this[e(352)][e(362)]((n=>n[e(370)][e(341)]()===t[e(341)]()))}}const Es=Ms;function Ms(t,e){const n=Ns();return(Ms=function(t,e){return n[t-=183]})(t,e)}function Ns(){const t=["revisionSetName","_createRevisionActions","_revisionsRepository","pluginName","plugins","Restore this revision","8326780REIrSg","Compare against selected","render","focus","setName","_revisions","getIndex","diff","_sidebarView","revisionViews","Name this revision","3570597PmndRN","_handleRevisionSelected","compare","466855iXlzSj","data","restoreRevision","isEnabled","map","71988vmoTzI","assign","isVisible","getEarlierVisibleRevision","repository","revisionHistory.requireRevisionName","availableRevisionActions","newRevisionId","string","change:diff","compareAgainstSelected","10auVWrc","destroy","fieldView","length","552564IQDOmQ","15078704AbLyZO","get","remove","element","_handleDiffChange","1872084JCYUei","requires","config","8LPOnSE","select","12pmArwt","isReady","selectRevision","_handleRevisionSetName","defaultRevisionActions","revisionSelected","getRevision","bind","listenTo","getLaterVisibleRevision","highlightRevisions","840GOjDPa","add","revisionHistory.viewerSidebarContainer","timePeriodViews","restoreRevisionCallback","nameRevision","editor","init","getRevisionsInDiff","isSelected","action","revisionHistory","ready","isPremiumPlugin","name","isOfficialPlugin","appendChild","_handleEditorDataReady","_revisionViewer","RevisionsSidebar","revisionHistory.revisionActions","locale"];return(Ns=function(){return t})()}!function(t){const e=Ms,n=t();for(;;)try{if(993069===parseInt(e(248))/1+-parseInt(e(253))/2*(-parseInt(e(242))/3)+parseInt(e(251))/4*(parseInt(e(222))/5)+parseInt(e(227))/6*(-parseInt(e(264))/7)+-parseInt(e(243))/8+-parseInt(e(219))/9*(-parseInt(e(238))/10)+parseInt(e(208))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ns);class Rs extends Yn.Plugin{static get[Es(205)](){return Es(199)}static get[Es(195)](){return!0}static get[Es(193)](){return!0}static get[Es(249)](){return[kr]}constructor(t){const e=Es;super(t),this[e(198)]=t[e(206)][e(244)](kr),this[e(204)]=this[e(198)][e(231)],this[e(216)]=null}[Es(187)](){const t=Es,e=this[t(204)][t(213)],n=this[t(203)](),i=this[t(186)][t(250)][t(244)](t(266));this[t(216)]=new As(this[t(186)][t(201)],e,n,this[t(186)][t(250)][t(244)](t(232))),this[t(216)].on(t(258),this[t(220)][t(260)](this)),this[t(216)].on(t(202),this[t(256)][t(260)](this)),this[t(216)][t(260)](t(225)).to(this[t(198)]),this[t(216)][t(183)].on(t(265),((e,n)=>{const i=t;n[i(217)].on(i(265),((t,e)=>{const n=i;e[n(260)](n(225),n(254)).to(this[n(198)])}))})),this[t(216)][t(210)](),this[t(261)](this[t(186)][t(223)],t(192),this[t(197)][t(260)](this)),this[t(261)](this[t(198)],t(236),this[t(247)][t(260)](this)),i[t(196)](this[t(216)][t(246)])}[Es(239)](){const t=Es;this[t(216)][t(246)][t(245)](),this[t(216)][t(239)]()}[Es(197)](){const t=Es,e=this[t(204)][t(259)](0);if(e){const n=this[t(204)][t(230)](e.id);this[t(198)][t(221)](e,n)}}[Es(220)](t,e){const n=Es,i=this[n(204)][n(259)](e.id),r=this[n(204)][n(230)](i.id);this[n(198)][n(221)](i,r)}[Es(256)](t,e){const n=Es;this[n(204)][n(259)](e.id)[n(212)](e[n(194)])}[Es(247)](t,e,n){const i=Es,r=this[i(204)][i(188)](n);r[i(241)]>2?(this[i(216)][i(263)](r),this[i(216)][i(255)](null)):(this[i(216)][i(263)]([]),this[i(216)][i(255)](r[0]))}[Es(203)](){const t=Es,e=this[t(186)],n=Rs[t(233)],i=e[t(250)][t(244)](t(200))||Rs[t(257)];if(i[t(241)])return i[t(226)]((i=>{const r=t,s=r(235)==typeof i?Object[r(228)]({},n[i]):i;return s[r(190)]=s[r(190)][r(260)](this,e),s[r(229)]&&(s[r(229)]=s[r(229)][r(260)](this,e)),s}))}}Rs[Es(257)]=[Es(237),Es(224),Es(185)],Rs[Es(233)]={compareAgainstSelected:{name:Es(209),action:({plugins:t},e)=>{const n=Es,i=t[n(244)](kr),r=i[n(231)];let s=i[n(215)][n(234)],o=e.id;r[n(214)](s)>r[n(214)](o)&&([s,o]=[o,s]),i[n(221)](s,o)},isVisible:({plugins:t},e)=>{const n=Es,i=t[n(244)](kr);return!(i[n(231)][n(188)](i[n(215)])[n(241)]>2||e[n(189)])}},restoreRevision:{name:Es(207),action:(t,{id:e})=>{const n=Es;t[n(250)][n(244)](n(191))[n(184)](e)},isVisible:({plugins:t},e)=>!!t[Es(244)](kr)[Es(231)][Es(262)](e.id)},nameRevision:{name:Es(218),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=Es,r=t[i(244)](kr),s=r[i(231)][i(230)](e);r[i(221)](e,s),n[i(211)](),n[i(240)][i(252)]()}}};const Vs=Rs;function js(t,e){const n=Ds();return(js=function(t,e){return n[t-=462]})(t,e)}function Ds(){const t=["fire","_elementReplacer","1623645VghYdq","editor","replace","editable","stickyPanel","ready","restore","attachDomRoot","9196060YnAIEg","5472672dCPykd","7522448VLUDXr","config","detachDomRoot","_view","viewportTopOffset","getRoot","4258784ngwXqh","2673456eaykaf","isFocused","name","addToolbar","destroy","bind","7mdbUsB","focusTracker","9SYCAwS","rootName","document","get","toolbar","init","3NepWiH","componentFactory","editing","22TdGVKn","fillFromConfig","_toolbarConfig","view","render","4GwriVJ","isActive","viewportOffset","element","limiterElement","setEditableElement","236330tBGVZU","_initToolbar"];return(Ds=function(){return t})()}const Cs=js;!function(t){const e=js,n=t();for(;;)try{if(769531===parseInt(e(487))/1*(-parseInt(e(493))/2)+-parseInt(e(479))/3*(-parseInt(e(464))/4)+-parseInt(e(497))/5+-parseInt(e(465))/6+-parseInt(e(471))/7*(-parseInt(e(507))/8)+parseInt(e(473))/9*(parseInt(e(505))/10)+parseInt(e(482))/11*(-parseInt(e(506))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ds);class Ls extends Ri.EditorUI{get[Cs(485)](){return this[Cs(510)]}constructor(e,n){const i=Cs;super(e),this[i(510)]=n,this[i(484)]=(0,Ri.normalizeToolbarConfig)(e[i(508)][i(476)](i(477))),this[i(496)]=new t.ElementReplacer}get[Cs(490)](){const t=Cs;return this[t(485)][t(490)]}[Cs(478)](t){const e=Cs,n=this[e(498)],i=this[e(485)],r=n[e(481)][e(485)],s=i[e(500)],o=r[e(475)][e(463)]();s[e(467)]=o[e(474)],i[e(486)]();const a=s[e(490)];this[e(492)](s[e(467)],a),i[e(500)][e(470)](e(466)).to(this[e(472)]),r[e(504)](a),this[e(496)][e(499)](t,this[e(490)]),this[e(494)](),this[e(495)](e(502))}[Cs(469)](){const t=Cs;super[t(469)]();const e=this[t(485)],n=this[t(498)][t(481)][t(485)];this[t(496)][t(503)](),n[t(509)](e[t(500)][t(467)]),e[t(469)]()}[Cs(494)](){const t=Cs,e=this[t(485)];e[t(501)][t(470)](t(488)).to(this[t(472)],t(466)),e[t(501)][t(491)]=e[t(490)],e[t(501)][t(470)](t(462)).to(this,t(489),(({top:t})=>t)),e[t(477)][t(483)](this[t(484)],this[t(480)]),this[t(468)](e[t(477)])}}var Ps=n(161),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=zi(),Fs.insert=Pi().bind(null,"head"),Fs.domAPI=Ci(),Fs.insertStyleElement=Ui();ji()(Ps.A,Fs);Ps.A&&Ps.A.locals&&Ps.A.locals;function zs(){var t=["5hBDbUy","1096oDfrAK","shouldToolbarGroupWhenFull","stickyPanel","4740741iQXnSE","_editable","render","1423032MoEbmz","19117lAxwmt","editable","2361272qBqrxI","main","toolbar","add","top","15956244UwIAFH","196021WnMdoy","4627698nKrjxZ","content"];return(zs=function(){return t})()}var Hs=Us;function Us(t,e){var n=zs();return(Us=function(t,e){return n[t-=400]})(t,e)}!function(t){for(var e=Us,n=t();;)try{if(867360===parseInt(e(401))/1+-parseInt(e(414))/2+parseInt(e(408))/3+-parseInt(e(411))/4+-parseInt(e(404))/5*(parseInt(e(402))/6)+parseInt(e(412))/7*(-parseInt(e(405))/8)+parseInt(e(400))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zs);class Zs extends Ri.BoxedEditorUIView{get[Hs(413)](){return this[Hs(409)]}constructor(t,e,n={}){var i=Hs;super(t),this[i(407)]=new Ri.StickyPanelView(t),this[i(416)]=new Ri.ToolbarView(t,{shouldGroupWhenFull:n[i(406)]}),this[i(409)]=new Ri.InlineEditableUIView(t,e)}[Hs(410)](){var t=Hs;super[t(410)](),this[t(407)][t(403)][t(417)](this[t(416)]),this[t(418)][t(417)](this[t(407)]),this[t(415)][t(417)](this[t(413)])}}const qs=Bs;function Bs(t,e){const n=Js();return(Bs=function(t,e){return n[t-=317]})(t,e)}!function(t){const e=Bs,n=t();for(;;)try{if(985782===-parseInt(e(319))/1+-parseInt(e(318))/2+-parseInt(e(337))/3+parseInt(e(342))/4*(parseInt(e(335))/5)+parseInt(e(317))/6+parseInt(e(330))/7+-parseInt(e(331))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Js);class Ys extends((0,Yn.ElementApiMixin)(Yn.Editor)){get ui(){return this[Bs(338)]}constructor(t,e){const n=Bs;super(e),this[n(332)]=t,this[n(328)][n(339)][n(336)]();const i=new Zs(this[n(341)],this[n(334)][n(326)],{shouldToolbarGroupWhenFull:!0});this[n(338)]=new Ls(this,i)}[qs(321)](){const t=qs;return this[t(322)](),this.ui[t(321)](),super[t(321)]()}static async[qs(329)](t,e){const n=qs,i=new this(t,e);return await i[n(327)](),await i.ui[n(320)](t),await i[n(324)][n(320)](i[n(323)][n(325)](n(343))||""),i[n(333)](n(340)),i}}function Js(){const t=["destroy","updateSourceElement","config","data","get","view","initPlugins","model","create","12948033BstBBC","9023080qlNfWL","sourceElement","fire","editing","5omZDUM","createRoot","4510836nxEwUq","_ui","document","ready","locale","6548224uLAlcj","initialData","5373726DzaTpy","393000cOqHtH","568617tfHpbr","init"];return(Js=function(){return t})()}const Ws=Gs;function Gs(t,e){const n=Ks();return(Gs=function(t,e){return n[t-=251]})(t,e)}function Ks(){const t=["8lcIYtY","isReadOnly","isOpen","push","commands","5QXJjqR","translations","revisionHistory.editorContainer","revisionHistory.requireRevisionName","RevisionViewerIntegration","getRevisions","_getRevisionViewerEditorConfig","restoreRevision","long","repository","revisionHistory.restoreRevisionCallback","removeAttribute","isEnabled","block","hide","pluginName","error","catch","insert","addRoot","135570jaKNYw","refreshVisibility","RevisionHistory","refreshPositioning","data","2855JalBBU","addUser","roots","RevisionHistoryUI","_recalculatePageBreaks","display","676242RLDEKF","end","save","create","detachRoot","get","_update","parse","numeric","includes","Users","showRevisionViewerCallback","document","restrictedEditingException","setSelection","RevisionViewer","model","getRevisionRootsAttributes","map","revisionHistory.closeRevisionViewerCallback","saveRevision","adapter","12NtBUvn","editor","RevisionsRepository","locale","isOfficialPlugin","result","indexOf","none","_viewerEditor","selection","init","then","Dialog","disableReadOnlyMode","getAttributeKeys","PaginationLookup","markers","getRevisionData","toJSON","_enhanceShowRevisionViewerCallback","Restored","getRevision","config","remove","_showRevisionViewer","name","_closeRevisionViewer","set","RevisionTracker","_restoreRevision","fromCharCode","users","define","rootName","revision-history-missing-configuration","$graveyard","revision-history-viewer-opened","exitToEditing","10821019JbKbZT","plugins","getUser","from","setAttribute","change","isReady","Autosave","addRevisionData","requires","creator","170wSieBq","_cleanUp","revisionHistory.viewerContainer","createdAt","1218762HgmACt","198999nAftwd","style","toVersion","toLocaleTimeString","removeMarker","toLocaleDateString","keys","revisionHistory.showRevisionViewerCallback","isPremiumPlugin","uiLanguage","destroy","changesNavigation","RestrictedEditingMode","isAttached","closeRevisionViewerCallback","removeSelectionAttribute","update","fromVersion","has","bind","revisionHistory.viewerEditorElement","1453606zlFIRT","toolbar","getMarkersGroup","Annotations","lazyRoots","revisionHistory","createRangeIn","_enhanceCloseRevisionViewerCallback","enqueueChange","getRoot","enableReadOnlyMode","isAnonymous","join"];return(Ks=function(){return t})()}!function(t){const e=Gs,n=t();for(;;)try{if(221861===-parseInt(e(305))/1*(-parseInt(e(325))/2)+-parseInt(e(265))/3+parseInt(e(358))/4*(parseInt(e(330))/5)+-parseInt(e(336))/6+parseInt(e(287))/7*(-parseInt(e(300))/8)+-parseInt(e(266))/9*(parseInt(e(261))/10)+parseInt(e(396))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ks);const Xs=[Ws(333),Ws(278)];class Qs extends Yn.Plugin{static get[Ws(320)](){return Ws(309)}static get[Ws(362)](){return!0}static get[Ws(274)](){return!0}constructor(t){const e=Ws;function n(t){const e=Gs;return t[e(354)]((t=>String[e(388)](t)))[e(299)]("")}super(t),this[e(363)]=e(337),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 $s extends Yn.Plugin{static get[Ws(320)](){return Ws(327)}static get[Ws(362)](){return!0}static get[Ws(274)](){return!0}static get[Ws(259)](){return[Oi,tr]}constructor(e){const n=Ws;if(super(e),!this[n(359)][n(380)][n(341)](n(292)))throw new t.CKEditorError(n(392),this);this[n(366)]=null,this[n(359)][n(380)][n(390)](n(273),(t=>this[n(382)]({...t,translations:this[n(359)][n(361)][n(306)]}))),this[n(359)][n(380)][n(390)](n(355),(t=>this[n(384)](t))),this[n(359)][n(380)][n(390)](n(315),(t=>this[n(387)](t))),this[n(359)][n(380)][n(390)](n(308),!1),this[n(377)](),this[n(294)]()}set[Ws(357)](t){const e=Ws;this[e(359)][e(251)][e(341)](e(386))[e(357)]=t}get[Ws(357)](){const t=Ws;return this[t(359)][t(251)][t(341)](t(386))[t(357)]}[Ws(258)](t){const e=Ws;return this[e(359)][e(251)][e(341)](e(386))[e(258)](t)}[Ws(379)](t){const e=Ws;return this[e(359)][e(251)][e(341)](e(360))[e(379)](t)}[Ws(310)](t){const e=Ws;return this[e(359)][e(251)][e(341)](e(360))[e(310)](t||{toJSON:!1})}[Ws(311)](){const e=Ws,n=this[e(359)],i=(0,Jn.sanitizeEditorConfig)(n,Xs),r=n[e(251)][e(341)](e(386)),s=n[e(251)][e(341)](e(346))[e(389)];return i[e(288)]=[e(395),e(312),e(277)],delete i[e(291)],i[e(251)][e(303)](Qs,kr,Pr,class extends Yn.Plugin{static get[e(259)](){return[kr,e(346)]}[e(368)](){const i=e,o=this[i(359)][i(251)][i(341)](i(346));for(const t of s)t[i(298)]||o[i(252)](t.id)||o[i(331)](t);const a=r[i(314)][i(310)]();let c=null;const u=this[i(359)][i(251)][i(341)](i(351));u[i(357)]=r[i(357)],u[i(285)](i(317)).to(r),this[i(359)][i(304)][i(341)](i(312))[i(285)](i(317)).to(n,i(301),(t=>!t));for(const e of a){const n=null===e[i(260)];if(n&&e[i(268)]===e[i(283)])continue;const s=e[i(376)]();u[i(258)](s,((s,o,a)=>{const u=i;if(n){if(c)c[u(342)](s,o);else if(!o){const e=a[u(376)]();e.id=(0,t.uid)(),r[u(356)](e,a[u(268)])[u(369)]((t=>{c=t}))}}else e[u(342)](s,o)}))}}},Vs),i}[Ws(377)](){const t=Ws,e=this[t(359)][t(380)][t(341)](t(292))[t(347)];this[t(359)][t(380)][t(385)](t(273),(async()=>{const n=t;this[n(359)][n(297)](n(394));const i=this[n(359)][n(251)][n(341)](n(386));if(this[n(359)][n(251)][n(284)](n(257))){const t=this[n(359)][n(251)][n(341)](n(257));await t[n(338)]()}else await i[n(282)]();if(this[n(359)][n(251)][n(284)](n(373))&&this[n(359)][n(251)][n(341)](n(373))[n(334)](),this[n(359)][n(251)][n(284)](n(370))){const t=this[n(359)][n(251)][n(341)](n(370));t[n(302)]&&t[n(319)]()}const r=this[n(311)]();return e(r)[n(369)]((t=>{const e=n;return this[e(366)]=t,this[e(359)][e(251)][e(284)](e(290))&&this[e(359)][e(251)][e(341)](e(290))[e(326)](),t}))[n(322)]((t=>(console[n(321)](t),this[n(359)][n(371)](n(394)),null)))}))}[Ws(294)](){const t=Ws,e=this[t(359)][t(380)][t(341)](t(292))[t(280)];this[t(359)][t(380)][t(385)](t(355),(()=>(this[t(359)][t(251)][t(284)](t(373))&&this[t(359)][t(251)][t(341)](t(373))[t(334)](),this[t(366)][t(251)][t(341)](t(351))[t(262)](),e(this[t(366)])[t(369)]((()=>{const e=t;if(this[e(359)][e(371)](e(394)),this[e(366)]=null,this[e(359)][e(251)][e(284)](e(290))){const t=this[e(359)][e(251)][e(341)](e(290));t[e(326)](),t[e(328)]()}})))))}[Ws(382)](t){const e=Ws,n=this[e(359)][e(380)][e(341)](e(307)),i=this[e(359)][e(380)][e(341)](e(263)),r=this[e(359)][e(380)][e(341)](e(286));return Ys[e(339)](r,t)[e(369)]((t=>(i[e(267)][e(335)]=e(318),n[e(267)][e(335)]=e(365),t)))}[Ws(384)](t){const e=Ws,n=this[e(359)][e(380)][e(341)](e(307));return this[e(359)][e(380)][e(341)](e(263))[e(267)][e(335)]=e(365),n[e(267)][e(335)]="",t[e(276)]()}async[Ws(387)](t){const e=Ws,n=this[e(359)],i=this[e(366)][e(251)][e(341)](e(351)),r=n[e(251)][e(341)](e(386)),s=i[e(314)][e(379)](t);let o,a,c;try{o=await i[e(375)](s),a=await i[e(353)](s)}catch(t){return void console[e(321)](t)}n[e(352)][e(255)]((t=>{const i=e;for(const e of Array[i(253)](n[i(352)][i(374)][i(289)](i(349))))t[i(270)](e)})),i[e(256)]=!1,n[e(352)][e(295)]((t=>{const i=e;t[i(350)](null),t[i(281)](n[i(352)][i(348)][i(367)][i(372)]());const r=Object[i(272)](o);for(const e of n[i(352)][i(348)][i(332)])i(393)!=e[i(391)]&&e[i(279)]()&&!r[i(345)](e[i(391)])&&t[i(340)](e);for(const e of r){let r=n[i(352)][i(348)][i(296)](e);r&&r[i(279)]()||(r=t[i(324)](e));const s=a[e],c=Object[i(272)](s),u=o[e];for(const e of r[i(372)]())c[i(345)](e)||t[i(316)](e,r);for(const n of c)t[i(254)](n,a[e][n],r);t[i(381)](t[i(293)](r)),t[i(323)](n[i(329)][i(343)](u,r),r,0)}}));const u=$n(n[e(361)],e(378));return c=s[e(383)]?-1==s[e(383)][e(364)](u)?u+": "+s[e(383)]:s[e(383)]:u+": "+s[e(264)][e(271)](n[e(361)][e(275)],{month:e(313),day:e(344)})+", "+s[e(264)][e(269)](n[e(361)][e(275)],{hour:e(344),minute:e(344)}),await r[e(356)]({name:c}),i[e(256)]=!0,n[e(380)][e(341)](e(292))[e(280)]()}}function to(t,e){var n=eo();return(to=function(t,e){return n[t-=242]})(t,e)}function eo(){var t=["9LABNZt","11wLyFWB","6391990lSXkcF","12249624ZIKjnu","96hHlvft","591661tlYFmX","5woTbgX","240771hbpNls","2079828axlyWF","4sfkQoN","481466tgKcEP","3344172rNotJM"];return(eo=function(){return t})()}!function(t){for(var e=to,n=t();;)try{if(669477===-parseInt(e(243))/1*(-parseInt(e(244))/2)+-parseInt(e(253))/3+-parseInt(e(245))/4*(-parseInt(e(252))/5)+parseInt(e(242))/6+parseInt(e(251))/7*(-parseInt(e(250))/8)+parseInt(e(246))/9*(parseInt(e(248))/10)+parseInt(e(247))/11*(-parseInt(e(249))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eo)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
|